mirror of
https://github.com/lWolvesl/claw-code.git
synced 2026-04-02 07:41:52 +08:00
Update in-REPL /resume success output to the same structured console style used elsewhere so session lifecycle commands feel consistent with status, model, permissions, config, and cost. This preserves the same behavior while improving operator readability. Constraint: Resume output must stay grounded in real restored session metadata already available after load Rejected: Add more restored-session details like cwd snapshot | that data is not yet persisted in session files Confidence: high Scope-risk: narrow Reversibility: clean Directive: Keep lifecycle command outputs stylistically aligned as the CLI surface grows Tested: cargo fmt --manifest-path ./rust/Cargo.toml --all; cargo clippy --manifest-path ./rust/Cargo.toml --workspace --all-targets -- -D warnings; cargo test --manifest-path ./rust/Cargo.toml --workspace Not-tested: Manual interactive comparison of /resume output before and after multiple restores