mirror of
https://github.com/instructkr/claw-code.git
synced 2026-04-12 19:14:51 +08:00
ROADMAP #38 stayed open even though the runtime already had a post-compaction session-health probe. This change adds direct regression tests for that health probe behavior and marks the roadmap item done. While re-running the required workspace verification after a remote rebase, a small set of upstream clippy / compile issues in plugins and test-isolation code also had to be repaired so the user-requested full fmt/clippy/test sequence could pass on the rebased main. Constraint: User required cargo fmt, cargo clippy --workspace --all-targets -- -D warnings, and cargo test --workspace before commit/push Constraint: Remote main advanced during execution, so the change had to be rebased and re-verified before push Rejected: Leave #38 open because the implementation pre-existed | keeps the immediate backlog inaccurate and invites duplicate work Confidence: high Scope-risk: moderate Reversibility: clean Directive: Reopen #38 only with a fresh compaction-vs-broken-surface repro on current main Tested: cargo fmt --all --check; cargo clippy --workspace --all-targets -- -D warnings; cargo test --workspace Not-tested: No live long-running dogfood session replay beyond the new runtime regression tests