| name | manual-test |
| description | Run a manual test of the ralph CLI to verify it works end-to-end. Use when you need to smoke test ralph after making changes. |
| user-invocable | true |
| argument-hint | ["prompt"] |
Run a manual test of the ralph CLI. Execute these commands sequentially:
- Remove any previous test task:
rm -rf .ralph/tasks/test
- Build and install the latest code:
make install
- Run the ralph CLI with a test prompt:
CLAUDECODE="" bun run ralph --name "test" --prompt "$ARGUMENTS"
If no arguments provided, default to: "smoke test - do nothing just skip phases"
- After the run completes, read
.ralph/tasks/test/state.json and report:
- Exit code
- Final phase and status
- Total iterations
- Any errors from the output