Skip to content

v0.8.5

Choose a tag to compare

@github-actions github-actions released this 25 May 01:21
· 10 commits to main since this release

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, and govctl migrate vs /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-item verification.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-update archive extraction so release archives and cargo-binstall resolve binaries under govctl-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