add to CLAUDE.md, by asking Claude to double-check its work

This commit is contained in:
Mark Eaton
2026-02-21 20:28:53 -05:00
parent c5dd314423
commit ad9201e4fd
+1
View File
@@ -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. - 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. - 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. - 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.