docs: v1.2 wave-based roadmap + audit reports#107
Conversation
Maps the 30 issues from the Wave 5 audit swarm (#77-#106) onto a 5-wave execution plan mirroring the parallel-agent pattern that produced v1.1. - Wave 1: 5 parallel low-risk fixes (missing exports, correctness, perf, CI pinning, spec-sync hardening) - Wave 2: 6 parallel test-coverage backfills - Wave 3: 3 parallel WS overhauls by file boundary (orderbook, dispatcher, recv loop) - Wave 4: backpressure & gap correctness (depends on Wave 3 recv-loop changes) - Wave 5: type cleanup + polish umbrella Includes: - Release-cut criteria (which HIGH items must merge before tag). - Execution conventions carried from v1.1: general-purpose agents only (the octo droids hung/hallucinated in Wave 5 audits), explicit CWD in every Bash call, isolated worktrees per branch, sequential merges between waves. - Deferred items from v1.1 (#45 prod creds, #53 nested $ref) noted as non-blockers for v1.2. No code changes. Pure planning doc.
Code Review — PR #107Pure documentation PR. Only OverviewReplaces a 9-line stub with a 105-line wave-based execution plan for 30 audit issues (#77–#106). The structure mirrors the v1.1 wave pattern and encodes hard-won execution conventions from the v1.1 audit swarm. The approach is sound and the dependencies are well-reasoned. Accuracy checkAll 30 issues (#77–#106) are accounted for across the five waves — no gaps, no double-counted issues. File-boundary isolation in Waves 1 and 3 was spot-checked:
Suggestions1. Wave 5 dependency ambiguity -### Wave 5 — Type-annotation cleanup + polish backlog
+### Wave 5 — Type-annotation cleanup + polish backlog (independent, can start any time)Or add a one-liner below the table: "These branches have no code dependencies and can be worked concurrently with any other wave." 2. 3. Wave 2 table is missing the 4. HIGH severity not marked inline in the wave tables Minor nits
SummaryThe plan is accurate, the wave sequencing is logically sound, and the execution conventions section captures important institutional knowledge (general-purpose agents only, explicit CWD, worktree isolation). The four suggestions above are improvements, not blockers — this is ready to merge as-is. 🤖 Reviewed with Claude Code |
Code Review — PR #107: docs: v1.2 wave-based roadmap + audit reportsOverviewThis is a docs-only PR that lands five post-v1.1.0 audit reports ( Audit Report Quality ✅The audit format is excellent: every finding has a clear severity tag, a specific Specific Concerns1. Inconsistency:
|
Summary
.planning/audit-*.md— full audit reports from the post-v1.1.0 audit swarm that produced issues WS reconnect/resubscribe: 5 race-condition bugs in the recv loop #77–#106ROADMAP.mdwith the v1.2 wave-based implementation plan (5 waves, parallel agents off main)Lands the planning artifacts before Wave 1 execution starts so the orchestrator works off main.
Test plan