v0.8.5
govctl v0.8.5
Added
- Added controlled-vocabulary tags across the repository and surfaced them in RFC, ADR, work item, and clause list/detail views.
- Expanded the user guide for tags, guard subcommands,
verify,self-update,init-skills,describe, release workflow, TUI shortcuts, canonical edits, andgovctl migratevs/migrate.
Changed
- Made tag listing and deletion scale better by loading artifacts once and reusing a batch tag-usage map.
- Clarified writer/reviewer guidance around global
verification.default_guards, per-work-itemverification.required_guards, waivers, and reusable command-style guards. - Refreshed project documentation, schemas, templates, embedded skills, agents, and CLI help so they match the current command surface and TOML formats.
- Cleaned up governance references by superseding obsolete ADR links and pointing related artifacts at newer ADRs.
Fixed
- Fixed guard execution for noisy commands, detached child processes, and CI-safe process-group cleanup by collecting output safely, only signaling isolated guard child process groups, and reporting timeout state more clearly.
- Fixed
self-updatearchive extraction so release archives and cargo-binstall resolve binaries undergovctl-v{{ version }}-{{ target }}/{{ bin }}. - Rendered acceptance-criterion category labels in
govctl work show, giving reviewers the same category signal as raw TOML.
Full Changelog: v0.8.4...v0.8.5