feat(extensions): add Archive and Reconcile extensions to community catalog#1844
Open
stn1slv wants to merge 2 commits intogithub:mainfrom
Open
feat(extensions): add Archive and Reconcile extensions to community catalog#1844stn1slv wants to merge 2 commits intogithub:mainfrom
stn1slv wants to merge 2 commits intogithub:mainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds two new community extensions (Archive and Reconcile) to the Spec Kit community catalog to help keep feature artifacts and project memory in sync.
Changes:
- Added
archiveandreconcileentries toextensions/catalog.community.jsonand bumped the catalogupdated_at. - Added both extensions to the community extensions table in
extensions/README.md(alphabetical placement).
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| extensions/catalog.community.json | Adds archive and reconcile catalog entries (plus catalog timestamp bump). |
| extensions/README.md | Adds both extensions to the community extensions table. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
Normalize extension link text in extensions/README.md (replace `[@stn1slv]` with `spec-kit-archive` and `spec-kit-reconcile`) and add CHANGELOG URLs to the corresponding entries in extensions/catalog.community.json for the Archive and Reconcile extensions.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds two community extensions to the community catalog that implement the Double-Loop Parity pattern — keeping feature artifacts and project memory in sync throughout the development lifecycle.
Archive Extension (Outer Loop): Post-merge archival that consolidates finalized feature specs, plans, and technical debt into the project's canonical memory (
.specify/memory/).Reconcile Extension (Inner Loop): Post-implementation gap closer that takes a natural-language gap report and surgically updates the feature's own
spec.md,plan.md, andtasks.md.Addresses the artifact drift problems discussed in #1063, #1100, and #1818.
Repositories:
Changes:
extensions/catalog.community.json: Added both extensions withverified: false,downloads: 0,stars: 0. Alphabetical ordering preserved.extensions/README.md: Added both extensions to the community table in alphabetical order.Testing
AI Disclosure
Extension command definitions (
archive.md,reconcile.md) were iteratively developed with AI assistance (Claude Code) — primarily for cross-checking against Spec-Kit extension conventions, validating catalog schema compliance, and reviewing adherence to publishing rules.