$ ralph -V 2 ↵ ✖ ✹ ✭main
ralph 2.2.5
$ ralph completions zsh > ~/.zsh/completions/_ralph ✖ ✹ ✭main
error: unrecognized subcommand 'completions'
Usage: ralph [OPTIONS] [COMMAND]
For more information, try '--help'.
$ ralph help 2 ↵ ✖ ✹ ✭main
Command-line interface for Ralph Orchestrator
Usage: ralph [OPTIONS] [COMMAND]
Commands:
run Run the orchestration loop (default if no subcommand given)
events View event history for debugging
init Initialize a new ralph.yml configuration file
clean Clean up Ralph artifacts (.agent/ directory)
emit Emit an event to the current run's events file with proper JSON formatting
plan Start a Prompt-Driven Development planning session
code-task Generate code task files from descriptions or plans
task Create code tasks (alias for code-task)
tools Ralph's runtime tools (agent-facing)
loops Manage parallel loops
help Print this message or the help of the given subcommand(s)
Options:
-c, --config <CONFIG>
Configuration source: file path, builtin:preset, URL, or core.field=value override. Can be specified multiple times. Overrides are applied after config file loading
[default: ralph.yml]
-v, --verbose
Verbose output
--color <COLOR>
Color output mode (auto, always, never)
Possible values:
- auto: Automatically detect if stdout is a TTY
- always: Always use colors
- never: Never use colors
[default: auto]
-h, --help
Print help (see a summary with '-h')
-V, --version
Print version
Do I missing something?
Thanks for this repo!