ralph-workflow 0.7.18

PROMPT-driven multi-agent orchestrator for git repos
Documentation
1
2
3
4
5
6
// Git snapshot and status operations — production implementation.
//
// All I/O lives in `snapshot/io.rs` (boundary module — file stem `io`
// is recognized as a boundary by forbid_io_effects).

include!("snapshot/io.rs");