From ccd99a5188ee57ca7eecfa4d74ac1f006ed60632 Mon Sep 17 00:00:00 2001 From: bellman Date: Fri, 15 May 2026 10:01:43 +0900 Subject: [PATCH 1/2] omx(team): auto-checkpoint worker-2 [2] --- PARITY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/PARITY.md b/PARITY.md index 93fcb99f..2af136cd 100644 --- a/PARITY.md +++ b/PARITY.md @@ -175,6 +175,7 @@ Canonical scenario map: `rust/mock_parity_scenarios.json` - [ ] End-to-end MCP runtime lifecycle beyond the registry bridge now on `main` - [x] Output truncation (large stdout/file content) - [x] Session compaction behavior matching + - auto_compaction threshold from env - [x] Token counting / cost tracking accuracy - [x] Bash validation lane merged onto `main` - [ ] CI green on every commit From d6b4349a7d0e139939ba489cb993ca412e4e3e70 Mon Sep 17 00:00:00 2001 From: bellman Date: Fri, 15 May 2026 10:02:36 +0900 Subject: [PATCH 2/2] 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