All notable changes to this project are documented in this file. Entries appear in reverse chronological order so the most recent updates are always at the top. Do not overwrite existing content—prepend new releases instead.
- Restructured the full Cursor rule bundle set with consistent sections for details, filters, rejections, and suggestions to improve readability and maintenance.
- Incremented internal rule metadata versions across all affected files to reflect the new structure.
- Integrated installation of Cursor slash commands, including project/home/both targets and new
--commands/--skip-commandsflags. - Captured command installation outcomes in generated
AGENTS.mdandUPDATE.mdfiles for downstream visibility.
- Bumped
CURSOR_RULES_VERSIONto1.0.8in preparation for the next release cycle.
- Streamlined rule bundle organisation and refreshed documentation references to match the markdown migration.
- Tweaked installer configuration and associated file-mapping tests for the updated structure.
- Updated release metadata to version 1.0.6 in preparation for distribution.
- Expanded pull-request review guidance with multi-language support, large-file detection, and improved security assessment coverage.
- Updated installer metadata to version 1.0.5 and refreshed
.cursor/UPDATE.mdwith detailed release notes.
- Enhanced GitHub Actions workflow and extended automated test coverage for installer scenarios, including ignore-file and tag option handling.
- Updated test utilities and file maps to support the expanded rule set.
- Introduced local rule fallback logic to
install.php, ensuring installation succeeds when remote downloads are unavailable. - Added
testing-guidelines.mdcto the default installation set and documented the new behaviour.
- Improved installer robustness with better piped-input handling, simplified error messaging, and streamlined logic.