Add Architecture Guard and Laravel adapter to community catalog#2430
Add Architecture Guard and Laravel adapter to community catalog#2430DyanGalih wants to merge 1 commit intogithub:mainfrom
Conversation
There was a problem hiding this comment.
Pull request overview
Adds two new community extensions—Architecture Guard and a Laravel adapter—to Spec Kit’s extension discovery surfaces (community catalog + README listing).
Changes:
- Updated
extensions/catalog.community.jsonwith two new extension entries and refreshed the top-levelupdated_attimestamp. - Updated the Community Extensions table in
README.mdto include the two new extensions.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| extensions/catalog.community.json | Adds Architecture Guard + Laravel adapter metadata to the community extension catalog. |
| README.md | Adds the two extensions to the Community Extensions markdown table for discoverability. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "architecture-guard": { | ||
| "name": "Architecture Guard", | ||
| "id": "architecture-guard", | ||
| "description": "Continuous architecture governance for AI-assisted development. Reviews specs, plans, and code for architecture drift, producing structured refactor tasks and evolution proposals.", |
| "speckit_version": ">=0.1.0", | ||
| "extensions": [ | ||
| { | ||
| "id": "architecture-guard", | ||
| "version": ">=1.1.6", | ||
| "required": true | ||
| } | ||
| ] |
mnriem
left a comment
There was a problem hiding this comment.
Please address Copilot feedback. If not applicable, please explain why
95ce7da to
26d7428
Compare
|
Thanks for the review! I've addressed the feedback:
|
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "requires": { | ||
| "speckit_version": ">=0.1.0", | ||
| "extensions": [ | ||
| { | ||
| "id": "architecture-guard", | ||
| "version": ">=1.1.6", | ||
| "required": true | ||
| } | ||
| ] |
Added Architecture Guard and Architecture Guard Laravel extensions to the community catalog. These extensions provide continuous architecture governance and framework-specific rules for Laravel projects.