[extension] Add spec-kit-arch-governance extension to community catalog - #4112
Open
github-actions[bot] wants to merge 1 commit into
Open
[extension] Add spec-kit-arch-governance extension to community catalog#4112github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
Add arch-governance extension submitted by @ashbrener to: - extensions/catalog.community.json (alphabetical order) - docs/community/extensions.md community extensions table Closes #4084 Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, autonomous) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Adds the arch-governance community extension to the Spec Kit catalog.
Changes:
- Adds extension metadata, requirements, commands, and hooks.
- Adds the extension to community documentation.
- Normalizes catalog ordering and JSON formatting.
Show a summary per file
| File | Description |
|---|---|
extensions/catalog.community.json |
Registers arch-governance v1.2.2. |
docs/community/extensions.md |
Adds the extension to the community table. |
Review details
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
- Files reviewed: 2/2 changed files
- Comments generated: 1
- Review effort level: Balanced
| | Architecture Guard | Framework-agnostic architecture review extension for validating implementation against governance and architecture constitutions, detecting architectural drift, and generating non-blocking refactor tasks | `process` | Read+Write | [spec-kit-architecture-guard](https://github.com/DyanGalih/spec-kit-architecture-guard) | | ||
| | Architecture Workflow | Generate or reverse project-level 4+1 architecture views with per-view and full-workflow commands | `docs` | Read+Write | [spec-kit-arch](https://github.com/bigsmartben/spec-kit-arch) | | ||
| | Archive Extension | Archive merged features into main project memory, resolving gaps and conflicts. | `docs` | Read+Write | [spec-kit-archive](https://github.com/stn1slv/spec-kit-archive) | | ||
| | spec-kit-arch-governance | Keep specs, code & ADRs in sync: citation slots + a read-only, fail-closed validator. | `process` | Read+Write | [spec-kit-arch-governance](https://github.com/ashbrener/spec-kit-arch-governance) | |
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.
Adds the
arch-governancecommunity extension submitted by@ashbrenerin #4084.Validation Results
All checks passed ✅
^[a-z][a-z0-9-]*$)arch-governanceX.Y.Z)1.2.2extension.ymlpresentREADME.mdpresentLICENSEpresentarchive/refs/tags/v1.2.2.zipChanges
extensions/catalog.community.json— newarch-governanceentry inserted in alphabetical order; top-levelupdated_atrefresheddocs/community/extensions.md— new row added in alphabetical orderAbout the Extension
spec-kit-arch-governancekeeps specs, code, and ADRs in sync via citation slots and a fail-closed validator. It provides 6 commands (validate,install,gate,sync,repin,issues) and 3 hooks (after_specify,after_plan,before_implement). MIT licensed.Closes #4084
cc
@ashbrener