From 3a25c57b689bfd8729fad63f46f238b9d60ab63c Mon Sep 17 00:00:00 2001 From: Ben Dichter Date: Wed, 4 Mar 2026 17:04:37 -0500 Subject: [PATCH] Add CLAUDE.md with linting instructions Co-Authored-By: Claude Opus 4.6 --- CLAUDE.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 CLAUDE.md diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 000000000..d5a790e05 --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1,5 @@ +# CLAUDE.md + +## Linting + +Before pushing, run `ruff check .` from the repo root and fix any errors.