ralph-workflow 0.7.18

PROMPT-driven multi-agent orchestrator for git repos
Documentation
1
2
3
4
5
6
7
//! Pure helper functions for development reducer
//!
//! This module contains shared helper functions that can be used across
//! iteration and continuation reducers. All functions must be pure (no I/O,
//! deterministic).
//!
//! Currently empty - helpers will be extracted here as needed during future refactoring.