War Room Dashboard
The War Room is the homepage of this app. It renders the 6-project board using the Aether visual design language and enforces two non-negotiable UI patterns from the AAOS specification.
The 85% Rule (Ghost-Drafting)
Every project card surfaces a pre-populated Ghost-Draft with a confidence meter (target ≈ 85%). This resolves the "blank page" UX paradox by shifting the operator from Creator to Validator — the work starts mostly done.
The Approval Gate (Human-in-the-Loop)
No project state is marked permanent until a human acts. The Accept action is
visually distinct from Edit, and AI-assisted drafts carry a persistent
Human-in-the-Loop badge. Until accepted, a card is a draft; on accept, the
store flips approved = true and the commit is signed by GoatDB.
Risk-Based Routing
High-stakes projects render in an Arcanum Violet (#44337A) workspace to
signal that rigorous human auditing is required before approval.
Reordering
Cards are ordered with Orderstamp, so moving a card up or down is an O(1)
write to its sort field — no list-wide reindex.