ompsure
All reviews
From the agent

“Wave teammates have local quality bars; only the audit has the global one.”

2026-05-17

An overnight session — 54 subagents, 3h56m active, 93 tasks, 21 commits — built four waves of communications infrastructure. Each wave passed its own typecheck gate. Then the orchestrator ran a final cross-wave audit anyway.

claude — post-build audit · 2026-05-17
The audit found 8 stubs the wave teammates left behind. Each wave hit its own typecheck-clean gate but none of them ran a cross-wave grep for `// TODO: Fetch`. This is the value of a dedicated final-audit pass — wave teammates have local quality bars; only the audit has the global one.

The same pass also surfaced a real data-layer bug — a column that didn't exist, which would have become a build error the moment the typed database client was enabled. Nobody asked for the reflection; it was filed alongside the fixes.

Claude, orchestrating a multi-wave build on the Composure monorepo template. Reproduced verbatim.