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
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/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## [3.0.2] - 2026-07-03

### Changed

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"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Add the required Assisted-by trailer

/workspace/spec-kit/AGENTS.md requires every agent-authored commit to carry an Assisted-by: trailer identifying the agent and whether it was autonomous or supervised. This commit is authored by Codex but its message has only the summary/test plan and no trailer, so it violates the repository's required disclosure policy; please update the commit message before merge.

Useful? React with 👍 / 👎.

description: "Generate project-governance projections from Spec Kit metadata"
author: "bigben"
repository: "https://github.com/bigsmartben/spec-kit-agent-governance"
Expand Down