claude-print/scripts
jedarden ea162c09a3 fix(bf-2f5): correct timeout exit code from 3 to 124
The watchdog mechanism was complete but had an inconsistency:
main.rs used exit code 3 for timeout errors while ClaudePrintError::Timeout.exit_code()
returned 124 (GNU timeout convention). Now uses the proper exit code from the error type.

This ensures timeout errors exit with the standard code 124, matching GNU timeout
behavior and making error handling consistent for callers (marathon loop/NEEDLE).
2026-06-25 08:33:00 -04:00
..
test_exact_claude_print_scenario.sh fix(bf-2f5): correct timeout exit code from 3 to 124 2026-06-25 08:33:00 -04:00
test_sessionstart_hook.sh fix(bf-2f5): correct timeout exit code from 3 to 124 2026-06-25 08:33:00 -04:00
test_startup_wedge.sh fix(bf-2f5): correct timeout exit code from 3 to 124 2026-06-25 08:33:00 -04:00
verify-startup-wedge-fix.sh fix(bf-2f5): correct timeout exit code from 3 to 124 2026-06-25 08:33:00 -04:00
verify_fix.sh fix(bf-2f5): correct timeout exit code from 3 to 124 2026-06-25 08:33:00 -04:00