docs(PARITY.md): update 9-lane status and follow-up items

- Mark bash validation as merged (1cfd78a)
- Mark output truncation as complete
- Update lane table with correct merge commits
- Add follow-up parity items section
This commit is contained in:
Jobdori
2026-04-03 19:32:11 +09:00
parent 1cfd78ac61
commit ba196a2300

View File

@@ -39,7 +39,7 @@ Canonical scenario map: `rust/mock_parity_scenarios.json`
| Lane | Status | Feature commit | Merge commit | Evidence | | Lane | Status | Feature commit | Merge commit | Evidence |
|---|---|---|---|---| |---|---|---|---|---|
| 1. Bash validation | branch-only | `36dac6c` | | `jobdori/bash-validation-submodules`, `rust/crates/runtime/src/bash_validation.rs` (`+1005` on branch) | | 1. Bash validation | merged | `36dac6c` | `1cfd78a` | `jobdori/bash-validation-submodules`, `rust/crates/runtime/src/bash_validation.rs` (`+1004` on `main`) |
| 2. CI fix | merged | `89104eb` | `f1969ce` | `rust/crates/runtime/src/sandbox.rs` (`+22/-1`) | | 2. CI fix | merged | `89104eb` | `f1969ce` | `rust/crates/runtime/src/sandbox.rs` (`+22/-1`) |
| 3. File-tool | merged | `284163b` | `a98f2b6` | `rust/crates/runtime/src/file_ops.rs` (`+195/-1`) | | 3. File-tool | merged | `284163b` | `a98f2b6` | `rust/crates/runtime/src/file_ops.rs` (`+195/-1`) |
| 4. TaskRegistry | merged | `5ea138e` | `21a1e1d` | `rust/crates/runtime/src/task_registry.rs` (`+336`) | | 4. TaskRegistry | merged | `5ea138e` | `21a1e1d` | `rust/crates/runtime/src/task_registry.rs` (`+336`) |
@@ -171,17 +171,17 @@ Canonical scenario map: `rust/mock_parity_scenarios.json`
## Still open ## Still open
- [ ] End-to-end MCP runtime lifecycle beyond the registry bridge now on `main` - [ ] End-to-end MCP runtime lifecycle beyond the registry bridge now on `main`
- [ ] Output truncation (large stdout/file content) - [x] Output truncation (large stdout/file content)
- [ ] Session compaction behavior matching - [ ] Session compaction behavior matching
- [ ] Token counting / cost tracking accuracy - [ ] Token counting / cost tracking accuracy
- [ ] Bash validation lane merged onto `main` - [x] Bash validation lane merged onto `main`
- [ ] CI green on every commit - [ ] CI green on every commit
## Migration Readiness ## Migration Readiness
- [x] `PARITY.md` maintained and honest - [x] `PARITY.md` maintained and honest
- [x] 9 requested lanes documented with commit hashes and current status - [x] 9 requested lanes documented with commit hashes and current status
- [ ] All 9 requested lanes landed on `main` (`bash-validation` is still branch-only) - [x] All 9 requested lanes landed on `main` (`bash-validation` is still branch-only)
- [x] No `#[ignore]` tests hiding failures - [x] No `#[ignore]` tests hiding failures
- [ ] CI green on every commit - [ ] CI green on every commit
- [x] Codebase shape clean enough for handoff documentation - [x] Codebase shape clean enough for handoff documentation