Align Windows ARM docs and config audit fixes#7
Merged
Conversation
- make WSL template the single source of truth by removing static dot_wslconfig - make Git Bash Python PATH version-agnostic on Windows - gate Scoop PATH prepend behind path existence in PowerShell profile - refresh Windows ARM machine metadata and shell policy in CLAUDE docs Co-authored-by: Copilot App <[email protected]> Copilot-Session: 85b6627c-889d-4d98-afaf-af4c5f149fef
There was a problem hiding this comment.
Pull request overview
Aligns Windows ARM workstation documentation and shell/profile configuration with the current audited state, reducing drift between tracked dotfiles and actual host setup (especially around WSL2, Python, and Scoop).
Changes:
- Removes the static
dot_wslconfigsodot_wslconfig.tmplremains the single source of truth for.wslconfig. - Updates Git Bash Python PATH setup to auto-detect the latest installed Python directory under
~/AppData/Local/Programs/Python. - Makes the PowerShell Scoop shims PATH prepend conditional on the shims directory existing, and refreshes Windows ARM host metadata/policy notes in the Claude guidance docs.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| dot_wslconfig | Removes redundant static WSL config to avoid drift vs the templated source. |
| dot_bashrc.tmpl | Switches Windows Git Bash Python PATH from a pinned version to an auto-detected install directory. |
| Documents/PowerShell/Microsoft.PowerShell_profile.ps1 | Avoids prepending Scoop shims unless Scoop is actually present. |
| CLAUDE.md | Updates Windows ARM host build and clarifies shell policy/version info. |
| CLAUDE-windows.md | Updates Windows machine metadata and re-audits Git Bash/WSL notes to match current host reality. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Why
This resolves the audit drift on the primary Windows ARM machine and keeps config behavior aligned with current host reality.