Summary
A systematic audit of Grace’s 8 OpenClaw agent files against the live STRATT codebase revealed 49 issues — accumulated in roughly 3 days of active development. 11 were CRITICAL phantom concepts (referencing entities that no longer exist in the codebase).What caused the drift
Three STRATT refactors happened in quick succession without corresponding agent file updates:- URI scheme rename (
strat://→stratt://) — touched every file referencing the URI format. 6 agent files still used the old scheme. - Council expansion (3 → 7 councils, 16 → 35 agents) — 4 new councils (Bastion, Compass, Herald, Terra) added to
councils/but invisible to Grace. - Unit type rename (
fragment→supply) — a singlegit commitrenamed the type, but 5 agent files still referenced “fragment”.
Business impact
- Grace was routing to 3 councils when 7 existed — 57% of governance was invisible
- Every
strat://reference in Grace output was a phantom concept — immediately undermining credibility - The 22-org ecosystem (vs 7 tracked) meant Grace was blind to 15 orgs, 23 GH Projects, and ~300 repos