Apply suggestions from code review

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Anthony Shaw
2026-02-11 13:33:29 -08:00
committed by GitHub
parent 3b4d601ba7
commit 84486c2e46
4 changed files with 19 additions and 10 deletions

View File

@@ -5,8 +5,8 @@ Build autonomous coding loops where an AI agent picks tasks, implements them, va
> **Runnable example:** [recipe/ralph-loop.ts](recipe/ralph-loop.ts)
>
> ```bash
> cd recipe && npm install
> npx tsx ralph-loop.ts
> npm install
> npx tsx recipe/ralph-loop.ts
> ```
## What is a Ralph Loop?