What's New
GitHub Copilot Hooks Support (PR #80)
Native GitHub Copilot integration using the new hooks system (early 2026 feature). This brings the total supported platforms to 15.
Added:
.github/hooks/planning-with-files.jsonconfiguration- Full hook scripts in
.github/hooks/scripts/ - Cross-platform support (bash + PowerShell)
docs/copilot.mdinstallation guide- GitHub Copilot badge in README
Installation
Copy the .github/hooks/ directory to your project:
cp -r .github/hooks/ your-project/.github/hooks/
cp -r skills/planning-with-files/ your-project/.github/skills/planning-with-files/
chmod +x your-project/.github/hooks/scripts/*.shContributors
- @lincolnwan for GitHub Copilot hooks support
Full Changelog
https://github.com/OthmanAdi/planning-with-files/blob/master/CHANGELOG.md