ralph-claude-code/tests
zerone0x 83672d3a19 fix(monitor): forward all CLI parameters to inner ralph loop (#120)
When using --monitor flag, the tmux session now correctly forwards all
CLI parameters to the inner ralph_loop.sh execution instead of only
--calls and --prompt.

Added forwarding for:
- --output-format (json/text)
- --verbose
- --timeout
- --allowed-tools
- --no-continue
- --session-expiry

Added 8 new tests for parameter forwarding validation.
Test count: 329 (up from 321)

Fixes #120

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-28 15:20:01 -07:00
..
helpers refactor(naming): remove @ prefix from on-disk filenames (#131) 2026-01-26 15:40:27 -07:00
integration refactor(naming): remove @ prefix from on-disk filenames (#131) 2026-01-26 15:40:27 -07:00
unit fix(monitor): forward all CLI parameters to inner ralph loop (#120) 2026-01-28 15:20:01 -07:00
test_error_detection.sh fix(circuit-breaker): address CodeRabbit review feedback 2025-12-31 13:34:21 -07:00
test_stuck_loop_detection.sh fix(circuit-breaker): fix multi-line error matching in detect_stuck_loop 2025-12-31 14:03:56 -07:00