claw-code/rust/crates/rusty-claude-cli/src
YeonGyu-Kim 4f670e5513 fix(cli): emit JSON for --resume with no command in --output-format json mode
claw --output-format json --resume <session> (no command) was printing:
  'Restored session from <path> (N messages).'
to stdout as prose, regardless of output format.

Now emits:
  {"kind":"restored","session_id":"...","path":"...","message_count":N}

159 CLI tests pass.
2026-04-10 06:31:16 +09:00
..
init.rs Make .claw the only user-facing config namespace 2026-04-05 18:11:25 +00:00
input.rs Reduce REPL overhead for orchestration-heavy workflows 2026-04-02 07:19:14 +00:00
main.rs fix(cli): emit JSON for --resume with no command in --output-format json mode 2026-04-10 06:31:16 +09:00
render.rs feat: b5-context-compress — batch 5 wave 2 2026-04-07 15:19:45 +09:00