Mission Run Overview
Mission Run: Review Verdict Write Integrity
Make review-cycle approvals durable and trustworthy so merge gates never block on, or wrongly trust, a verdict no reviewer actually wrote.
Today, approving a work package after a rejection cycle does not persist a real approved review-cycle artifact anywhere in the codebase, so the only escape hatch (--skip-review-artifact-check) gets reached for on the ordinary reject-fix-approve path and writes an override annotation meant for genuine arbiter decisions instead. This mission adds the missing approved-verdict writer, hardens the rejected-verdict writer against both fabricated and content-wrapped feedback (closing #2996(b) and #990 as the same mechanism), and fixes an independent coord-topology write/read authority split (#2646, #2697). #1817 was verified and closed as a stale duplicate of the already-fixed #1924 directly on the tracker.