From 4ab680ccd8dbd7c301cde0109697a4f49b6d32b5 Mon Sep 17 00:00:00 2001 From: Manfred Riem <15701806+mnriem@users.noreply.github.com> Date: Thu, 14 May 2026 08:07:05 -0500 Subject: [PATCH] Add Agent Governance extension to community catalog Add agent-governance extension submitted by @bigsmartben to: - extensions/catalog.community.json (alphabetical order) - README.md community extensions table Closes #2552 --- README.md | 1 + extensions/catalog.community.json | 39 ++++++++++++++++++++++++++++++- 2 files changed, 39 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c13c4f9a80..1f765c00f9 100644 --- a/README.md +++ b/README.md @@ -199,6 +199,7 @@ The following community-contributed extensions are available in [`catalog.commun | Extension | Purpose | Category | Effect | URL | |-----------|---------|----------|--------|-----| | 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) | +| 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) | | 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) | | 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) | | 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) | diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index e5c86ce4bc..ecebe2f30b 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -1,6 +1,6 @@ { "schema_version": "1.0", - "updated_at": "2026-05-12T21:40:51Z", + "updated_at": "2026-05-14T00:00:00Z", "catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json", "extensions": { "aide": { @@ -68,6 +68,43 @@ "created_at": "2026-03-31T00:00:00Z", "updated_at": "2026-03-31T00:00:00Z" }, + "agent-governance": { + "name": "Agent Governance", + "id": "agent-governance", + "description": "Project-local agent governance memory and context projection.", + "author": "bigben", + "version": "1.0.0", + "download_url": "https://github.com/bigsmartben/spec-kit-agent-governance/archive/refs/tags/v1.0.0.zip", + "repository": "https://github.com/bigsmartben/spec-kit-agent-governance", + "homepage": "https://github.com/bigsmartben/spec-kit-agent-governance", + "documentation": "https://github.com/bigsmartben/spec-kit-agent-governance/blob/main/README.md", + "changelog": "https://github.com/bigsmartben/spec-kit-agent-governance/blob/main/CHANGELOG.md", + "license": "MIT", + "requires": { + "speckit_version": ">=0.8.0", + "tools": [ + { + "name": "python3", + "required": false + } + ] + }, + "provides": { + "commands": 1, + "hooks": 3 + }, + "tags": [ + "governance", + "agents", + "memory", + "context" + ], + "verified": false, + "downloads": 0, + "stars": 0, + "created_at": "2026-05-14T00:00:00Z", + "updated_at": "2026-05-14T00:00:00Z" + }, "agent-orchestrator": { "name": "Intelligent Agent Orchestrator", "id": "agent-orchestrator",