From d6b4349a7d0e139939ba489cb993ca412e4e3e70 Mon Sep 17 00:00:00 2001 From: bellman Date: Fri, 15 May 2026 10:02:36 +0900 Subject: [PATCH] Keep G007 mock parity references executable The follow-up docs gate needed the parity manifest reference string that the mock parity diff checker requires, so this records the verified map-only repair after leader integration. Constraint: Task 11 scope allowed only PARITY.md, rust/MOCK_PARITY_HARNESS.md, and docs/g007-plugin-mcp-verification-map.md; only PARITY.md needed a change. Rejected: Editing harness code or .omx/ultragoal | checks proved the remaining gap was docs-map text only and Ultragoal state is leader-owned. Confidence: high Scope-risk: narrow Directive: Keep auto_compact_triggered parity_refs synchronized with PARITY.md when mock parity scenarios change. Tested: cd rust && python3 scripts/run_mock_parity_diff.py; python3 scripts/validate_cc2_board.py --board .omx/cc2/board.json; rg -n auto_compact_triggered token_cost_reporting auto_compaction threshold from env G007 Plugin/MCP G007-plugin-mcp 12 scripted scenarios 21 captured PARITY.md rust/MOCK_PARITY_HARNESS.md docs/g007-plugin-mcp-verification-map.md; git diff --check Not-tested: Full workspace suite; Task 11 was a docs/parity-map follow-up with focused executable map validation. Co-authored-by: OmX