Update CLAUDE.md

This commit is contained in:
Mark Eaton
2026-02-23 22:15:45 +00:00
parent 07c031382a
commit 9782bf493a
+1
View File
@@ -28,3 +28,4 @@
- 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. - 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.
- keep in mind that I'm often building on platforms like LibGuides and PythonAnywhere, so the project directory structure might not be the same as it would be if it were built on a bare repository. This may affect how some things are structured when deployed.