From 678aa69a1fe43136357df1b799777a329e4ff883 Mon Sep 17 00:00:00 2001 From: pi Date: Fri, 14 Aug 2026 04:55:23 +1200 Subject: [PATCH] fix: run-on sentence with comma splices in README line 49 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 35aec33..1200f1b 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ LICENSE # CC BY 4.0 3. **You pick one.** It writes one short prompt, around 150 words, and stops. 4. **You paste it into a fresh session.** That agent splits the work, runs builder and critic pairs, and loops. -The critic is the part that matters. It is a separate agent with fresh context, it opens the actual output, it puts your work next to the bar with the labels stripped, and it says which one is better. Not a score out of 10, which drifts upward every round. A pick. +The critic is the part that matters. It is a separate agent with fresh context; it opens the actual output, it puts your work next to the bar with the labels stripped, and it says which one is better. Not a score out of 10, which drifts upward every round. A pick. The loop exits when your work wins the blind comparison, or when you stop the run. Never after a fixed number of rounds.