Skip to content

Commit 81e9ecd

Browse files
authored
Update Architecture Workflow extension to v1.1.0 (#2588)
Update arch extension submitted by @bigsmartben: - extensions/catalog.community.json (version, download_url, description, commands count, updated_at) - docs/community/extensions.md community extensions table Closes #2577
1 parent 409ec59 commit 81e9ecd

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/community/extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The following community-contributed extensions are available in [`catalog.commun
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) |
3030
| 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) |
31-
| Architecture Workflow | Generate project-level 4+1 architecture view artifacts and synthesis | `docs` | Read+Write | [spec-kit-arch](https://github.com/bigsmartben/spec-kit-arch) |
31+
| 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) |
3434
| 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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,10 @@
177177
"arch": {
178178
"name": "Architecture Workflow",
179179
"id": "arch",
180-
"description": "Generate project-level 4+1 architecture view artifacts and synthesis",
180+
"description": "Generate or reverse project-level 4+1 architecture view artifacts and synthesis",
181181
"author": "bigsmartben",
182-
"version": "1.0.0",
183-
"download_url": "https://github.com/bigsmartben/spec-kit-arch/archive/refs/tags/v1.0.0.zip",
182+
"version": "1.1.0",
183+
"download_url": "https://github.com/bigsmartben/spec-kit-arch/archive/refs/tags/v1.1.0.zip",
184184
"repository": "https://github.com/bigsmartben/spec-kit-arch",
185185
"homepage": "https://github.com/bigsmartben/spec-kit-arch",
186186
"documentation": "https://github.com/bigsmartben/spec-kit-arch/blob/main/README.md",
@@ -190,7 +190,7 @@
190190
"speckit_version": ">=0.8.10.dev0"
191191
},
192192
"provides": {
193-
"commands": 1,
193+
"commands": 2,
194194
"hooks": 0
195195
},
196196
"tags": [
@@ -203,7 +203,7 @@
203203
"downloads": 0,
204204
"stars": 0,
205205
"created_at": "2026-05-14T00:00:00Z",
206-
"updated_at": "2026-05-14T00:00:00Z"
206+
"updated_at": "2026-05-15T00:00:00Z"
207207
},
208208
"architect-preview": {
209209
"name": "Architect Impact Previewer",

0 commit comments

Comments
 (0)