mirror of
https://github.com/instructkr/claw-code.git
synced 2026-06-05 22:17:10 +08:00
The enforce_broad_cwd_policy function was sending JSON error envelopes to stderr instead of stdout. Fixed to use println! for JSON mode, matching the main error handler and all resume error paths. Also closed ROADMAP #446 (config warning deduplication already handled by emit_config_warning_once) and #447 (JSON errors already routed to stdout in main handler). Generated with https://github.com/Yeachan-Heo/gajae-code Co-authored-by: Gajae Code <dev@gajae-code.com>