v0.3.0 — Reviewable agent surface + governance + readiness benchmark
Minor release. 17 new commands since v0.2.0, split across two themes.
Reviewable agent surface (priorities 1 & 2)
coding-scaffold context lint Heuristic linter for AGENTS.md / CLAUDE.md / llms.txt
coding-scaffold context explain Summary of the agent-context surface
coding-scaffold session init New session-trace Markdown file
coding-scaffold session summarize Read structured fields back
coding-scaffold pr-template init Write .github/PULL_REQUEST_TEMPLATE/agentic-change.md
Governance + readiness (priorities 3, 4, 7)
coding-scaffold permissions write Machine-readable agent-permissions.json
coding-scaffold mcp policy init Team MCP policy
coding-scaffold mcp scan Inspect opencode.json + .claude/settings.json
coding-scaffold mcp snapshot Record current server set with fingerprints
coding-scaffold mcp diff Drift detection (exits non-zero on drift)
coding-scaffold skills new <name> Scaffold a reviewable skill pack
coding-scaffold skills lint Flag broad-usage / hidden-instruction / undeclared caps
coding-scaffold skills approve Record CHECKSUM
coding-scaffold skills export tar.gz a skill for sharing
coding-scaffold eval init Optional config for the readiness benchmark
coding-scaffold eval run Deterministic readiness checks; exits non-zero on fail
coding-scaffold eval report Print the most recent run
Verification
266 tests passing, ruff clean, CI green on Linux.
Properties
- Zero new dependencies.
- Zero LLM calls.
- Zero network calls.
- Zero telemetry.
- Every new command supports `--json` for CI / scripting.
- Backwards compatible with v0.2.0 — every existing command and generated file is unchanged.
Out of scope (deferred)
- Priority 5 — git worktree / checkpoint mode for reversible agentic work.
- Priority 6 — memory governance (capture / review / promote / expire / audit with memory classes).
Both will land in a follow-up.
Full notes: CHANGELOG.md.