Mission Run Overview
Mission Run: Annoying Bugs Sweep
Fix two P0s — a birth-cutover seed that supersedes a finished work package's terminal lane, and a post-merge review gate that crashes on Windows and passes vacuously on non-Python projects — plus three agent-facing papercuts where shipped guidance misdirects.
Five defects share one shape: a surface that looks authoritative but silently misdirects. Two misdirect machines. A birth-cutover seed inherits the terminal event's own timestamp and wins the reducer's (at, event_id) tiebreak, so a finished work package reads back as claimed, accept stops converging, and the mission cannot proceed to lane consolidation (#2985). And the post-merge dead-code gate scopes symbol discovery to src/ and matches only Python def/class, so it crashes on Windows without POSIX grep and on any non-Python or non-src consumer project reports zero unreferenced symbols without having examined anything (#2987). Three misdirect agents: profile-load surfaces instruct raw agent.yaml reads that bypass doctrine resolution (#1840), a styleguide teaches a command that does not exist (#2983), and the invocation lifecycle opens under one command path but closes under another (#2984).