Add changelog extension#2177
Conversation
Adds spec-kit-scope: effort estimation and scope tracking from spec artifacts. 4 commands: - /speckit.scope.estimate — data-driven effort estimation with three-point ranges - /speckit.scope.compare — side-by-side spec scope comparison - /speckit.scope.creep — scope creep detection via git history - /speckit.scope.budget — sprint-ready time budget generation 1 hook: after_specify (auto-estimation) Turns "how long will this take?" into a data-driven answer.
be2c9c4 to
297967b
Compare
There was a problem hiding this comment.
Pull request overview
Adds the Spec Changelog community extension to the project’s extension catalog and surfaces it in the README so users can discover and install it.
Changes:
- Added a new
changelogextension entry toextensions/catalog.community.json - Added a corresponding “Spec Changelog” row to the README community extensions table
- Updated the catalog-level
updated_attimestamp
Show a summary per file
| File | Description |
|---|---|
| extensions/catalog.community.json | Registers the new “Spec Changelog” extension with metadata, URLs, requirements, and tags. |
| README.md | Adds the “Spec Changelog” entry to the community extensions list for discoverability. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 2/2 changed files
- Comments generated: 0
296bad7 to
5e9148e
Compare
There was a problem hiding this comment.
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 2/2 changed files
- Comments generated: 0 new
5e9148e to
69ffcc9
Compare
There was a problem hiding this comment.
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 2/2 changed files
- Comments generated: 0 new
69ffcc9 to
a662589
Compare
There was a problem hiding this comment.
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 2/2 changed files
- Comments generated: 0 new
mnriem
left a comment
There was a problem hiding this comment.
Please address Copilot feedback
|
Whoops I meant please resolve conflicts ;) |
# Conflicts: # README.md # extensions/catalog.community.json
…in-bilal/spec-kit into add-changelog-extension # Conflicts: # README.md # extensions/catalog.community.json
|
Resolved merge conflicts with Conflicts resolved:
Verification:
Ready for re-review. |
Adds the Spec Changelog extension to the community catalog and README.
What it does
Auto-generates changelogs, release notes, human-readable diffs, and stakeholder notifications from spec
git history — turning silent spec evolution into visible, documented change communication.
Commands
/speckit.changelog.generate/speckit.changelog.release/speckit.changelog.diff/speckit.changelog.notifyChanges
changelogentry tocatalog.community.json(alphabetically betweencanonandci-guard)Spec Changelogrow to README extensions table (alphabetically betweenShip ReleaseandSpec Critique)updated_at