summaryrefslogtreecommitdiff
path: root/CLAUDE.md
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2026-09-04 10:14:59 +0700
committerGitHub <[email protected]>2026-09-04 10:14:59 +0700
commitf89e21aa66ce142d7b959cd9fc2a45d47834f121 (patch)
tree0f8682aef5e6c9110e99d9051220b2ad2ae42164 /CLAUDE.md
parent039d0043195cc4f37e55c371d4f1e03cea603c98 (diff)
parent0e52040c86ea1fbe1a738bebe57f8994908bdc1a (diff)
Merge pull request #3881 from hathach/claude/prompt-audit
Correct harness docs the code refutes and drop dated prompt patterns
Diffstat (limited to 'CLAUDE.md')
-rw-r--r--CLAUDE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CLAUDE.md b/CLAUDE.md
index d3ab995bf..f7ffb305b 100644
--- a/CLAUDE.md
+++ b/CLAUDE.md
@@ -8,7 +8,7 @@ Reference these instructions first; fall back to search/bash only when reality d
Bias toward caution over speed. For trivial tasks, use judgment.
-- **Think first** — state assumptions; ask if unclear; present alternatives instead of picking silently.
+- **Think first** — state assumptions; ask if unclear; when a choice matters, name it and recommend one rather than picking silently or surveying every option.
- **Simplicity** — no features, abstractions, flexibility, or error handling beyond what was asked. If 200 lines could be 50, rewrite.
- **Surgical changes** — touch only what the task requires; match existing style; don't refactor working code; mention unrelated dead code rather than deleting it. Remove only orphans *your* changes created.
- **Goal-driven** — turn tasks into verifiable goals ("write failing test, make it pass"). For multi-step work, state a brief `step → verify` plan.