Skip to content

Commit e18a2a9

Browse files
committed
docs: update changelog with hook additions
1 parent 4b6983f commit e18a2a9

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ All notable changes to the Specify CLI and templates are documented here.
1212
- **Cursor Agent skills**: Migrated from `.cursor/commands` to `.cursor/skills` directory
1313
- **Git extension**: Stages 1 & 2 - auto-commit, feature branches, repository initialization
1414
- **Community catalog updates**: Multiple new extensions and presets in community catalogs
15+
- **Extension hooks in preset commands**: Added before/after hooks to all ADLC preset commands:
16+
- `adlc.spec.analyze` (before_analyze, after_analyze)
17+
- `adlc.spec.checklist` (before_checklist, after_checklist)
18+
- `adlc.spec.clarify` (before_clarify, after_clarify)
19+
- `adlc.spec.constitution` (before_constitution, after_constitution)
1520

1621
### Changed
1722

@@ -21,6 +26,7 @@ All notable changes to the Specify CLI and templates are documented here.
2126
- **Bundled extension handling**: `--no-git` flag now properly skips git extension installation
2227
- **Script placeholder resolution**: Restored `{SCRIPT}` placeholder resolution for all agents (fixed upstream regression)
2328
- **Inventory tests**: Updated to accept fork's extra files (superset check instead of exact match)
29+
- **Hook enabled logic**: Fixed hook filtering in preset commands (implement, plan, tasks) to default hooks as enabled when `enabled` field is not specified
2430

2531
### Technical
2632

0 commit comments

Comments
 (0)