diff --git a/docs/community/extensions.md b/docs/community/extensions.md index 174d5ad5ce..34d492f384 100644 --- a/docs/community/extensions.md +++ b/docs/community/extensions.md @@ -35,7 +35,7 @@ The following community-contributed extensions are available in [`catalog.commun | 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) | | Analytics | Measure what your AI builds, and how much time it saves you | `visibility` | Read+Write | [spec-kit-analytics](https://github.com/Fyloss/spec-kit-analytics) | | 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) | -| Applied Epistemic Engineering | Challenges claims, traces evidence, propagates uncertainty, and routes epistemic failures between Spec Kit phases. | `process` | Read+Write | [spec-kit-aee](https://github.com/electrohire/spec-kit-aee) | +| Applied Epistemic Engineering | Challenge claims, trace evidence, propagate uncertainty, and route epistemic failures across phases | `process` | Read+Write | [spec-kit-aee](https://github.com/electrohire/spec-kit-aee) | | 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) | | Architecture Governance | Keep specs, code & ADRs in sync: citation slots + a read-only, fail-closed validator | `docs` | Read+Write | [spec-kit-arch-governance](https://github.com/ashbrener/spec-kit-arch-governance) | | Architecture Guard | Framework-agnostic architecture governance for Spec Kit workflows, detecting drift, enforcing architectural rules, and generating actionable refactor tasks | `process` | Read+Write | [architecture-guard](https://github.com/DyanGalih/architecture-guard) | diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index 4822c6b514..192ca9b817 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -1,6 +1,6 @@ { "schema_version": "1.0", - "updated_at": "2026-09-18T00:00:00Z", + "updated_at": "2026-09-23T00:00:00Z", "catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json", "extensions": { "adrkit": { @@ -47,10 +47,11 @@ "aee": { "name": "Applied Epistemic Engineering", "id": "aee", - "description": "Challenges claims, traces evidence, propagates uncertainty, and routes epistemic failures between Spec Kit phases.", + "description": "Challenge claims, trace evidence, propagate uncertainty, and route epistemic failures across phases", "author": "ElectroHire", - "version": "1.0.0", - "download_url": "https://github.com/electrohire/spec-kit-aee/archive/refs/tags/v1.0.0.zip", + "version": "1.0.1", + "download_url": "https://github.com/electrohire/spec-kit-aee/archive/refs/tags/v1.0.1.zip", + "sha256": "691d860ffade54e2fb5dd17f34cc72784ad65ca23ff61281313bb4366d46d47b", "repository": "https://github.com/electrohire/spec-kit-aee", "homepage": "https://github.com/electrohire/spec-kit-aee", "documentation": "https://github.com/electrohire/spec-kit-aee#readme", @@ -61,9 +62,19 @@ "requires": { "speckit_version": ">=1.0.0", "tools": [ + { + "name": "python", + "version": ">=3.11", + "required": true + }, { "name": "aee", - "version": ">=1.0.0", + "version": ">=1.0.2,<2", + "required": true + }, + { + "name": "spec-kit-evaluator", + "version": ">=1.0.0,<2", "required": true } ] @@ -83,7 +94,7 @@ "downloads": 0, "stars": 0, "created_at": "2026-09-15T00:00:00Z", - "updated_at": "2026-09-15T00:00:00Z" + "updated_at": "2026-09-23T00:00:00Z" }, "aide": { "name": "AI-Driven Engineering (AIDE)",