mirror of
https://github.com/instructkr/claw-code.git
synced 2026-06-05 22:17:10 +08:00
The --cwd validation added in #99 rejects non-existent paths, but the test used /tmp/project which doesn't exist on CI Linux runners. Changed to /tmp which exists everywhere. Also marks ROADMAP #123 DONE (--allowedTools normalization verified). Generated with https://github.com/Yeachan-Heo/gajae-code Co-authored-by: Gajae Code <dev@gajae-code.com>