From e693154fa90ccaf2270fd84d45c8d18652118bbe Mon Sep 17 00:00:00 2001 From: Nathan Flurry Date: Sat, 24 Jan 2026 22:39:36 -0800 Subject: [PATCH] docs: add CLAUDE.md with commit guidelines --- CLAUDE.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 CLAUDE.md diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 0000000..7622214 --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1,7 @@ +# Claude Code Instructions + +## Git Commits + +- Do not include any co-authors in commit messages (no `Co-Authored-By` lines) +- Use conventional commits style (e.g., `feat:`, `fix:`, `docs:`, `chore:`, `refactor:`) +- Keep commit messages to a single line