Skip to main content

Module runner

Module runner 

Source
Expand description

Loop runner and iteration bookkeeping.

Structs§

RalphOptions
Runtime options for a single Ralph loop invocation.
ResolvedCwd
Resolved working directory for a Ralph invocation.
WorktreeConfig
Worktree configuration subset needed for Ralph’s working directory resolution.

Constants§

DEFAULT_ERROR_THRESHOLD
Default maximum number of non-zero harness exits Ralph tolerates.

Functions§

resolve_effective_cwd
Resolve the effective working directory for a Ralph invocation.
run_ralph
Run the Ralph loop for a change (or repository/module sequence) until the configured completion promise is detected.