ralph-claude-code/tests/unit
Test User d3310d1f3f feat(session): add session lifecycle management with auto-reset triggers
- Add session management functions: get_session_id(), reset_session(),
  log_session_transition(), init_session_tracking()
- Session auto-reset on: circuit breaker open, manual interrupt,
  project completion, manual circuit reset
- Add --reset-session CLI flag for manual session reset
- Add session history tracking (.ralph_session_history, last 50 entries)
- New config: RALPH_SESSION_FILE, RALPH_SESSION_HISTORY_FILE
- Add 26 comprehensive tests for session continuity (TDD)
- All 265 tests pass (up from 239)
- Update CLAUDE.md with v0.9.7 release notes
2026-01-10 10:27:42 -07:00
..
test_cli_modern.bats fix(loop): replace non-existent --prompt-file with -p flag 2026-01-09 13:44:50 -07:00
test_cli_parsing.bats test(cli): add --allowed-tools test and code review report 2026-01-08 22:42:50 -07:00
test_exit_detection.bats Add comprehensive test infrastructure and core unit tests 2025-09-30 22:56:02 -07:00
test_json_parsing.bats fix(analyzer): address code review feedback 2026-01-09 17:59:08 -07:00
test_rate_limiting.bats Add comprehensive test infrastructure and core unit tests 2025-09-30 22:56:02 -07:00
test_session_continuity.bats feat(session): add session lifecycle management with auto-reset triggers 2026-01-10 10:27:42 -07:00