Skip to content

v0.9.2

Choose a tag to compare

@github-actions github-actions released this 04 Jun 22:56
· 5 commits to main since this release

govctl v0.9.2

0.9.2 focuses on discovery and lookup performance. It adds a project-wide
search command backed by disposable local state, and it speeds up common
single-artifact commands without making local indexes authoritative.

Added

  • Added govctl search for ranked discovery across RFCs, clauses, ADRs, work
    items, and verification guards.
  • Search can filter by artifact type and tag, limit results, rebuild the local
    index with --reindex, and emit table, JSON, or plain output.
  • Search indexes are stored under .govctl/ and refreshed before results are
    returned, so stale local cache data is never treated as source of truth.

Changed

  • Single-artifact RFC, ADR, work item, guard, and clause lookups now use direct
    path resolution or a local artifact catalog where possible, avoiding broad
    scans on common commands.
  • Catalog entries are validated against the target artifact ID before use,
    repaired when stale, and bypassed when they cannot be trusted.

Full Changelog: v0.9.1...v0.9.2