ralph-workflow 0.7.18

PROMPT-driven multi-agent orchestrator for git repos
Documentation
1
2
3
4
5
6
7
8
// Boundary module for checkpoint file state I/O operations.
// This module contains filesystem access and process execution that requires mutation.

pub mod capture;
pub mod validation;

pub use capture::FileSystemState;
pub use validation::validate_file_state;