From dcc15008cd31a3f84e150a4e2a50765f58bc74c1 Mon Sep 17 00:00:00 2001 From: sneak Date: Fri, 20 Jun 2025 09:37:01 -0700 Subject: [PATCH] add instructions to keep going --- CLAUDE.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index 0be943c..fc06c5c 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -22,3 +22,7 @@ Read the rules in AGENTS.md and follow them. * The test suite is fast and local. When running tests, don't run individual parts of the test suite, always run the whole thing by running "make test". + +* Do not stop working on a task until you have reached the definition of + done provided to you in the initial instruction. Don't do part or most of + the work, do all of the work until the criteria for done are met.