Clean up documentation: fix outdated paths and archive completed migration docs #211
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.
Repository restructuring was completed but documentation still referenced deprecated paths (
src/rules-compiler-shell/,src/shell-scripts/,src/powershell-modules/) instead of current locations (src/shell/,src/powershell/). Multiple completed migration summaries remained in active docs despite work being finished.Path Corrections
src/rules-compiler-shell/→src/shell/src/shell-scripts/→src/shell/src/powershell-modules/→src/powershell/Files updated: README.md, docs/{AGENTS,README,ENVIRONMENT_VARIABLES,compiler-comparison,docker-guide,getting-started,centralized-package-quick-reference}.md
Archived Completed Work
Moved to
docs/archive/with explanatory README:Duplicate Directory Removal
src/shell-scripts/(identical copy ofsrc/shell/)src/powershell-modules/(identical copy ofsrc/powershell/)src/shell/{bash/bash/,zsh/zsh/}Result: Documentation now matches actual repository structure. Historical migration docs preserved but clearly separated from active documentation.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.