From 2831c45f71d20d57e4b411dc7eca5e9d52f4e57a Mon Sep 17 00:00:00 2001 From: bellman Date: Fri, 15 May 2026 09:56:49 +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 7ce6b78d3a611f026fd38bddda449a7286df71b0 Mon Sep 17 00:00:00 2001 From: bellman Date: Fri, 15 May 2026 09:58:28 +0900 Subject: [PATCH 2/2] Document G007 mock parity verification boundaries Record the W4 verification map and parity-doc alignment so plugin/MCP lifecycle mock coverage can be audited without scraping stale harness prose. Constraint: Task 9 owns mock integration and regression verification/docs mapping, not parser fixes or leader-owned Ultragoal state. Rejected: Editing .omx/ultragoal or duplicating Worker-4 plugin command fallthrough fixes | leader checkpointing and parser implementation are separate lanes. Confidence: high Scope-risk: narrow Directive: Keep rust/mock_parity_scenarios.json, rust/MOCK_PARITY_HARNESS.md, PARITY.md, and mock_parity_harness.rs aligned when adding scenarios. Tested: cd rust && python3 scripts/run_mock_parity_diff.py --no-run; cd rust && ./scripts/run_mock_parity_harness.sh; cd rust && python3 scripts/run_mock_parity_diff.py; cargo test --manifest-path rust/Cargo.toml -p rusty-claude-cli build_runtime_plugin_state -- --nocapture; cargo test --manifest-path rust/Cargo.toml -p rusty-claude-cli build_runtime_runs_plugin_lifecycle_init_and_shutdown -- --nocapture; cargo test --manifest-path rust/Cargo.toml -p plugins plugin_registry_runs_initialize_and_shutdown_for_enabled_plugins -- --nocapture; cargo fmt --manifest-path rust/Cargo.toml --all -- --check; cargo check --manifest-path rust/Cargo.toml -p rusty-claude-cli -p mock-anthropic-service; git diff --check Not-tested: Full workspace test suite; W4 scope is docs/mock verification map and focused plugin/MCP lifecycle regression evidence. Co-authored-by: OmX