From ad9201e4fdf1e1d2ef12cd9e5122ca14071ed6d7 Mon Sep 17 00:00:00 2001 From: Mark Eaton Date: Sat, 21 Feb 2026 20:28:53 -0500 Subject: [PATCH] add to CLAUDE.md, by asking Claude to double-check its work --- CLAUDE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CLAUDE.md b/CLAUDE.md index 42b7041..e58080d 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -25,3 +25,4 @@ - avoid running unsafe operations, such as curl piped to bash, or other such dangerous procedures. If such an approach seems necessary, please consult with me first and explain the risks. - don't share secrets. Keep secrets as environment variables and take appropriate precautions. Do not commit secrets. - commit frequently. Smaller commits are better than big ones. +- double check your work by approaching the problem from a different angle before proceeding, to see if your proposed solution still makes sense. If it doesn't make sense from all perspectives, ask for guidance.