ralph-workflow 0.7.18

PROMPT-driven multi-agent orchestrator for git repos
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! XSD retry state transition tests
//!
//! Tests for XSD validation retry logic:
//! - `basic_retry` - XSD retry pending flag and retry count tracking
//! - `exhaustion` - Max retry limit and exhaustion behavior
//! - `fallback` - Agent chain advancement when retries exhausted
//! - `loop_recovery` - Loop detection threshold and recovery reset

mod basic_retry;
mod exhaustion;
mod fallback;
mod loop_recovery;

use super::*;
use crate::reducer::state::{CommitValidatedOutcome, PlanningValidatedOutcome};