mirror of
https://github.com/lWolvesl/claw-code.git
synced 2026-04-02 18:11:52 +08:00
This upgrades Rust session compaction so summaries carry more than a flat timeline. The compacted state now calls out recent user requests, pending work signals, key files, and the current work focus so resumed sessions retain stronger execution continuity. The change stays deterministic and local while moving the compact output closer to session-memory style handoff value. Constraint: Keep compaction local and deterministic rather than introducing API-side summarization Constraint: Preserve the existing resumable system-summary mechanism and compact command flow Rejected: Add a full session-memory background extractor now | larger runtime change than needed for this incremental parity pass Confidence: high Scope-risk: narrow Reversibility: clean Directive: Keep future compaction enrichments biased toward actionable state transfer, not just verbose recap Tested: cargo fmt; cargo clippy --all-targets --all-features -- -D warnings; cargo test -q Not-tested: Long real-world sessions with deeply nested tool/result payloads