mirror of
https://github.com/instructkr/claude-code.git
synced 2026-04-06 03:08:48 +03:00
- Replace NotebookEdit expect() with Result-based error propagation - Add 5-minute guard to Sleep duration - Reject empty StructuredOutput payloads - Enforce timeout_ms in REPL via spawn+try_wait+kill - Add edge-case tests: excessive/zero sleep, empty output, REPL timeout - Verified: cargo test -p tools 35 passed, clippy clean