ralph-workflow 0.7.18

PROMPT-driven multi-agent orchestrator for git repos
Documentation
1
2
3
4
5
6
7
8
//! Pure domain logic for git_helpers — no I/O, no process execution.
//!
//! Functions here operate on already-resolved values and are safe to test
//! without any filesystem, repository, or process infrastructure.

pub(crate) mod config_policy;
pub(crate) mod parse;
pub(crate) mod types;