Skip to content

v0.9.4

Latest

Choose a tag to compare

@github-actions github-actions released this 09 Jun 02:12

govctl v0.9.4

0.9.4 is a workflow hygiene and distribution patch. It tightens agent guidance
around artifact authority boundaries, installs complete skill bundles for local
agents, fixes cargo-binstall release metadata, and makes stale loop plans
visible before agents keep working from outdated dependency state.

Added

  • govctl loop show and govctl loop list now report whether a persisted loop
    plan is fresh or stale against current Work Item dependencies.

Changed

  • Distributed writer skills and reviewer agents now make RFC, ADR, and Work Item
    authority boundaries more explicit, so agents put requirements, decisions,
    and execution tracking in the right artifacts.
  • init-skills now installs full skill directory bundles, including bundled
    references and assets, while still excluding plugin/global-only onboarding
    skills.

Fixed

  • govctl loop run now rejects stale stored dependency closures before opening
    another round and points users to govctl loop replan.
  • cargo-binstall metadata now matches the actual GitHub Release assets for both
    Unix .tar.gz archives and Windows .zip archives.

Full Changelog: v0.9.3...v0.9.4