Skip to content

Commit eb11dd2

Browse files
authored
Update Architecture Guard extension to v1.8.9 (#2723)
Update architecture-guard extension submitted by @DyanGalih: - extensions/catalog.community.json (version, download_url, description, tags) - docs/community/extensions.md community extensions table Closes #2696
1 parent 9816f90 commit eb11dd2

2 files changed

Lines changed: 11 additions & 10 deletions

File tree

docs/community/extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The following community-contributed extensions are available in [`catalog.commun
2727
| 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) |
2828
| API Evolve | Managed API contract evolution — breaking-change detection, semver enforcement, deprecation orchestration, and lifecycle gates across REST, GraphQL, and gRPC | `process` | Read+Write | [spec-kit-api-evolve](https://github.com/Quratulain-bilal/spec-kit-api-evolve) |
2929
| 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) |
30-
| Architecture Guard | Continuous architecture governance for AI-assisted development. Reviews specs, plans, and code for architecture drift, producing structured refactor tasks and evolution proposals. | `process` | Read+Write | [spec-kit-architecture-guard](https://github.com/DyanGalih/spec-kit-architecture-guard) |
30+
| 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) |
3131
| Architecture Workflow | Generate or reverse project-level 4+1 architecture view artifacts and synthesis | `docs` | Read+Write | [spec-kit-arch](https://github.com/bigsmartben/spec-kit-arch) |
3232
| Archive Extension | Archive merged features into main project memory. | `docs` | Read+Write | [spec-kit-archive](https://github.com/stn1slv/spec-kit-archive) |
3333
| 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) |

extensions/catalog.community.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schema_version": "1.0",
3-
"updated_at": "2026-05-26T00:00:00Z",
3+
"updated_at": "2026-05-27T00:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"aide": {
@@ -240,10 +240,10 @@
240240
"architecture-guard": {
241241
"name": "Architecture Guard",
242242
"id": "architecture-guard",
243-
"description": "Continuous architecture governance for AI-assisted development. Reviews specs, plans, and code for architecture drift, producing structured refactor tasks and evolution proposals.",
243+
"description": "Framework-agnostic architecture review extension for validating implementation against governance and architecture constitutions, detecting architectural drift, and generating non-blocking refactor tasks.",
244244
"author": "DyanGalih",
245-
"version": "1.8.4",
246-
"download_url": "https://github.com/DyanGalih/spec-kit-architecture-guard/archive/refs/tags/v1.8.4.zip",
245+
"version": "1.8.9",
246+
"download_url": "https://github.com/DyanGalih/spec-kit-architecture-guard/archive/refs/tags/v1.8.9.zip",
247247
"repository": "https://github.com/DyanGalih/spec-kit-architecture-guard",
248248
"homepage": "https://github.com/DyanGalih/spec-kit-architecture-guard",
249249
"documentation": "https://github.com/DyanGalih/spec-kit-architecture-guard/blob/main/README.md",
@@ -258,17 +258,18 @@
258258
},
259259
"tags": [
260260
"architecture",
261-
"governance",
262-
"drift-detection",
261+
"spec-kit",
262+
"review",
263263
"refactor",
264-
"monolithic",
265-
"microservices"
264+
"workflow",
265+
"governance",
266+
"guardrails"
266267
],
267268
"verified": false,
268269
"downloads": 0,
269270
"stars": 0,
270271
"created_at": "2026-05-05T07:26:00Z",
271-
"updated_at": "2026-05-11T14:58:00Z"
272+
"updated_at": "2026-05-27T00:00:00Z"
272273
},
273274
"archive": {
274275
"name": "Archive Extension",

0 commit comments

Comments
 (0)