v0.9.2
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 searchfor 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