Skip to content

v0.9.3

Choose a tag to compare

@github-actions github-actions released this 07 Jun 04:55
· 3 commits to main since this release

govctl v0.9.3

0.9.3 ships the first TUI v2 read-only cockpit. The TUI now gives humans a
denser project overview, artifact discovery, loop-state inspection with DAG
context, search, and diagnostics while keeping all mutation owned by the CLI.

Added

  • Added the TUI v2 cockpit, with dashboard navigation across overview,
    artifact browsing, search, loops, and diagnostics.
  • Added loop views that list persisted loop states and render selected loop
    dependency DAGs with item status, selected-work context, and readable
    terminal-size fallbacks.
  • Added TUI search and diagnostics views so users can find governed artifacts
    and triage govctl check output from the cockpit without mutating project
    state.
  • Added RFC and ADR coverage for the TUI v2 architecture, including the
    read-only boundary, responsibility separation, and the decision to defer full
    CRUD editing.

Fixed

  • govctl check now reports schema and load diagnostics directly instead of
    printing a successful-looking checked-count summary first.
  • TUI cockpit state now stays consistent after sorted supplement loading, empty
    search submissions, loop-state read failures, DAG fallback/error handling,
    and ops summary rendering.
  • TUI no longer enables mouse capture when it does not handle mouse events,
    preserving normal terminal selection and copy behavior.

Full Changelog: v0.9.2...v0.9.3