Skip to content

Commit af95b0c

Browse files
Kasper JungeRalphify
authored andcommitted
docs: steer ralph init users toward adding test feedback
The getting-started tutorial told ralph init users to skip straight to running the loop, relegating test commands to optional "customize further" steps. Test feedback is the core value of ralph loops — without it there's no self-healing. Now the init path directs users to Step 4. Co-authored-by: Ralphify <noreply@ralphify.co>
1 parent 4730783 commit af95b0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The fastest way to scaffold a ralph is `ralph init`:
3434
ralph init my-ralph
3535
```
3636

37-
This creates `my-ralph/RALPH.md` with a ready-to-customize template including an example command, arg, and prompt. Edit the task section, [test it](#step-3-do-a-test-run), then [run the loop](#step-6-run-the-loop) — the template already has commands and placeholders wired up. Steps 4–5 below explain these concepts if you want to customize further.
37+
This creates `my-ralph/RALPH.md` with a ready-to-customize template including an example command, arg, and prompt. Edit the task section, [test it](#step-3-do-a-test-run), then follow [Step 4](#step-4-add-a-test-command) to add a test command — test feedback is what makes the loop self-healing.
3838

3939
Alternatively, use `ralph new` for AI-guided setup, or create the file manually as shown below.
4040

0 commit comments

Comments
 (0)