Skip to content

Commit 7fda89d

Browse files
authored
Update Agent Governance extension to v1.2.0 (#2659)
Update agent-governance extension submitted by @bigsmartben: - extensions/catalog.community.json (version, download_url, description, tools) - docs/community/extensions.md community extensions table Closes #2624
1 parent 0964f11 commit 7fda89d

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

docs/community/extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The following community-contributed extensions are available in [`catalog.commun
2323
| Extension | Purpose | Category | Effect | URL |
2424
|-----------|---------|----------|--------|-----|
2525
| Agent Assign | Assign specialized Claude Code agents to spec-kit tasks for targeted execution | `process` | Read+Write | [spec-kit-agent-assign](https://github.com/xymelon/spec-kit-agent-assign) |
26-
| Agent Governance | Project-local agent governance memory and context projection | `process` | Read+Write | [spec-kit-agent-governance](https://github.com/bigsmartben/spec-kit-agent-governance) |
26+
| Agent Governance | Generate agent-platform repository governance files from Spec Kit metadata | `process` | Read+Write | [spec-kit-agent-governance](https://github.com/bigsmartben/spec-kit-agent-governance) |
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) |

extensions/catalog.community.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schema_version": "1.0",
3-
"updated_at": "2026-05-20T00:00:00Z",
3+
"updated_at": "2026-05-21T00:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"aide": {
@@ -71,10 +71,10 @@
7171
"agent-governance": {
7272
"name": "Agent Governance",
7373
"id": "agent-governance",
74-
"description": "Project-local agent governance memory and context projection.",
74+
"description": "Generate agent-platform repository governance files from Spec Kit metadata.",
7575
"author": "bigben",
76-
"version": "1.1.0",
77-
"download_url": "https://github.com/bigsmartben/spec-kit-agent-governance/archive/refs/tags/v1.1.0.zip",
76+
"version": "1.2.0",
77+
"download_url": "https://github.com/bigsmartben/spec-kit-agent-governance/archive/refs/tags/v1.2.0.zip",
7878
"repository": "https://github.com/bigsmartben/spec-kit-agent-governance",
7979
"homepage": "https://github.com/bigsmartben/spec-kit-agent-governance",
8080
"documentation": "https://github.com/bigsmartben/spec-kit-agent-governance/blob/main/README.md",
@@ -84,8 +84,8 @@
8484
"speckit_version": ">=0.8.0",
8585
"tools": [
8686
{
87-
"name": "python3",
88-
"required": false
87+
"name": "uv",
88+
"required": true
8989
}
9090
]
9191
},
@@ -103,7 +103,7 @@
103103
"downloads": 0,
104104
"stars": 0,
105105
"created_at": "2026-05-14T00:00:00Z",
106-
"updated_at": "2026-05-15T00:00:00Z"
106+
"updated_at": "2026-05-21T00:00:00Z"
107107
},
108108
"agent-orchestrator": {
109109
"name": "Intelligent Agent Orchestrator",

0 commit comments

Comments
 (0)