v1.0.7: Copilot Structure Cleanup
π Refactoring & Cleanup
Copilot Instructions Reorganization
Cleaned up GitHub Copilot configuration structure for better consistency with other IDEs.
What Changed:
- β
Moved main coaching instructions to
.github/instructions/journal-coach.instructions.md - β
All Copilot rules now in
.github/instructions/folder - β Consistent structure with Cursor and Windsurf IDEs
- β Better organization - all instructions in one place
Current Copilot Structure:
.github/instructions/
- journal-coach.instructions.md (main AI coaching)
- daily-notes.instructions.md (daily note management)
- system-protection.instructions.md (system protection)
Automatic Migration
The update command now handles this cleanup automatically!
- π§Ή Removes old
copilot-instructions.mdfrom.github/root - β¨ Applies new structure seamlessly
- π No manual intervention needed
π Upgrade
# Standard upgrade
pip install --upgrade ai-journal-kit
# Or with uvx
uvx ai-journal-kit updateFor Copilot users: The update will automatically reorganize your files to the new structure!
Full Changelog: v1.0.6...v1.0.7