Skip to content

Commit bb99bc8

Browse files
committed
chore: remove deprecated architecture-guard-laravel adapter
- Remove architecture-guard-laravel from community catalog (deprecated) - Remove Laravel adapter entry from README - Keep architecture-guard v1.4.0 which now includes Laravel support - Simplifies catalog and aligns with updated extension behavior
1 parent dcaebbe commit bb99bc8

2 files changed

Lines changed: 0 additions & 33 deletions

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ The following community-contributed extensions are available in [`catalog.commun
199199
| AI-Driven Engineering (AIDE) | A structured 7-step workflow for building new projects from scratch with AI assistants — from vision through implementation | `process` | Read+Write | [aide](https://github.com/mnriem/spec-kit-extensions/tree/main/aide) |
200200
| Architect Impact Previewer | Predicts architectural impact, complexity, and risks of proposed changes before implementation. | `visibility` | Read-only | [spec-kit-architect-preview](https://github.com/UmmeHabiba1312/spec-kit-architect-preview) |
201201
| Architecture Guard | Continuous architecture governance for AI-assisted development. Reviews specs, plans, and code for architecture drift, producing structured refactor tasks and evolution proposals. | `docs` | Read+Write | [spec-kit-architecture-guard](https://github.com/DyanGalih/spec-kit-architecture-guard) |
202-
| Architecture Guard Laravel | Laravel-specific adapter for Architecture Guard. Maps generic architecture rules to Laravel conventions like FormRequests, API Resources, and Eloquent boundaries. | `docs` | Read+Write | [architecture-guard-laravel](https://github.com/DyanGalih/architecture-guard-laravel) |
203202
| Archive Extension | Archive merged features into main project memory. | `docs` | Read+Write | [spec-kit-archive](https://github.com/stn1slv/spec-kit-archive) |
204203
| Azure DevOps Integration | Sync user stories and tasks to Azure DevOps work items using OAuth authentication | `integration` | Read+Write | [spec-kit-azure-devops](https://github.com/pragya247/spec-kit-azure-devops) |
205204
| Blueprint | Stay code-literate in AI-driven development: review a complete code blueprint for every task from spec artifacts before /speckit.implement runs | `docs` | Read+Write | [spec-kit-blueprint](https://github.com/chordpli/spec-kit-blueprint) |

extensions/catalog.community.json

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -133,38 +133,6 @@
133133
"created_at": "2026-05-01T15:10:01Z",
134134
"updated_at": "2026-05-01T15:10:01Z"
135135
},
136-
"architecture-guard-laravel": {
137-
"name": "Architecture Guard Laravel",
138-
"id": "architecture-guard-laravel",
139-
"description": "Laravel-specific adapter for Architecture Guard (requires: architecture-guard >=1.4.0). Maps generic architecture rules to Laravel conventions like FormRequests, API Resources, and Eloquent boundaries.",
140-
"author": "DyanGalih",
141-
"version": "1.1.7",
142-
"download_url": "https://github.com/DyanGalih/architecture-guard-laravel/archive/refs/tags/v1.1.7.zip",
143-
"repository": "https://github.com/DyanGalih/architecture-guard-laravel",
144-
"homepage": "https://github.com/DyanGalih/architecture-guard-laravel",
145-
"documentation": "https://github.com/DyanGalih/architecture-guard-laravel/blob/main/README.md",
146-
"changelog": "https://github.com/DyanGalih/architecture-guard-laravel/releases",
147-
"license": "MIT",
148-
"requires": {
149-
"speckit_version": ">=0.1.0"
150-
},
151-
"provides": {
152-
"commands": 1,
153-
"hooks": 0
154-
},
155-
"tags": [
156-
"laravel",
157-
"architecture",
158-
"governance",
159-
"php",
160-
"adapter"
161-
],
162-
"verified": false,
163-
"downloads": 0,
164-
"stars": 0,
165-
"created_at": "2026-05-01T15:10:01Z",
166-
"updated_at": "2026-05-01T15:10:01Z"
167-
},
168136
"archive": {
169137
"name": "Archive Extension",
170138
"id": "archive",

0 commit comments

Comments
 (0)