Expand description
ralph run ... command group: Clap types and handler.
Responsibilities:
- Define clap structures for run commands and flags.
- Route run subcommands to supervisor execution entry points.
Not handled here:
- Queue persistence and task status transitions (see
crate::queue). - Runner implementations or model execution (see
crate::runner). - Global configuration precedence rules (see
crate::config).
Invariants/assumptions:
- Configuration is resolved from the current working directory.
- Queue mutations occur inside downstream command handlers.
Structs§
- Parallel
Args - Arguments for
ralph run parallelsubcommand. - Parallel
Retry Args - Arguments for
ralph run parallel retry. - Parallel
Status Args - Arguments for
ralph run parallel status. - Resume
Args - RunArgs
- RunLoop
Args - RunOne
Args
Enums§
- Parallel
Subcommand - Subcommands for
ralph run parallel. - RunCommand