Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- Update Architecture Workflow extension to v1.2.2 with full-workflow commands and readiness validators.
- Update Spec Kit Preview extension to v1.2.0 with structured IR-backed mid-fidelity previews.
- Update Intake extension to v0.1.3 with HTML SSOT validation and bounded visual inference gates.
- Update bundled Repository Governance extension to v3.0.2 with a formal source release tag.
- Update bundled Repository Governance extension with SSOT index projections, Zed target mapping, and bounded evidence scanning.
- Update bundled Repository Governance extension to v2.0.2, including the `/speckit.repository-governance.refresh` command, `.specify/memory/repository-governance.md` internal cache, and default bundled installation behavior.
- Update bundled Workflow Preset documentation for v1.3.2 Final Code Review task generation and structured code review receipts.
Expand Down
2 changes: 1 addition & 1 deletion extensions/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
"repository-governance": {
"name": "Repository Governance",
"id": "repository-governance",
"version": "3.0.1",
"version": "3.0.2",
"description": "Generate project-governance projections from Spec Kit metadata",
"author": "bigben",
"repository": "https://github.com/bigsmartben/spec-kit-agent-governance",
Expand Down
2 changes: 1 addition & 1 deletion extensions/repository-governance/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Generate project-governance projections for the active Spec Kit agent platform t
## Install

```bash
specify extension add repository-governance --from https://github.com/bigsmartben/spec-kit-agent-governance/archive/42f0cb04891a29a4c05973b7fa5e746a7e0f8dd4.zip
specify extension add repository-governance --from https://github.com/bigsmartben/spec-kit-agent-governance/archive/refs/tags/v3.0.2.zip
```

Local development:
Expand Down
2 changes: 1 addition & 1 deletion extensions/repository-governance/extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ schema_version: "1.0"
extension:
id: repository-governance
name: "Repository Governance"
version: "3.0.1"
version: "3.0.2"
description: "Generate project-governance projections from Spec Kit metadata"
author: "bigben"
repository: "https://github.com/bigsmartben/spec-kit-agent-governance"
Expand Down