PolicyOverviewCard and PolicyValidateCard land the final phase of ADR-008, giving the desktop dashboard a full policy management surface alongside two new Tauri commands.
v0.2.02026-06-10
·PolicyOverviewCard shows registry version, rule list with decision-tone status pills (ALLOW/SANDBOX_FIRST/DENY), and override active indicator
·PolicyValidateCard shows valid/invalid status, per-issue severity pills, rule and eval-case counts, and a re-validate button
·Two Tauri commands registered: get_policy_overview (policy show --json) and run_policy_validate (policy validate --json)
·Both cards wired into App.tsx with typed CliJsonResponse<T> state, invoke calls, and mock fallbacks