Skip to content

v1.0.7: Copilot Structure Cleanup

Choose a tag to compare

@troylar troylar released this 07 Nov 16:03
· 87 commits to main since this release

πŸ”„ 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.md from .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 update

For Copilot users: The update will automatically reorganize your files to the new structure!


Full Changelog: v1.0.6...v1.0.7