Documentation
README
Smart Ralph
Core skill for all Ralph plugins. Defines common arguments, execution modes, and shared behaviors.
Common Arguments
All Ralph commands support these standard arguments:
| Argument | Short | Description | Default |
|---|---|---|---|
--quick |
-q |
Skip interactive phases, auto-generate artifacts, start execution immediately | false |
--commit |
-c |
Commit and push spec/feature files after generation | true (normal), false (quick) |
--no-commit |
Explicitly disable committing files | - | |
--max-task-iterations |
-m |
Max retries per failed task before stopping | 5 |
--fresh |
-f |
Force new spec/feature, overwrite if exists | false |
Argument Parsing Rules
This is the opening of the README. Read the full README on GitHub.