From d1bee658a0bfa5f4576f455bf0fff7901e5ca68a Mon Sep 17 00:00:00 2001 From: Ryan Fowler Date: Thu, 12 Feb 2026 17:52:35 -0800 Subject: [PATCH] Track CLAUDE.md in git Remove CLAUDE.md from .gitignore and add the file so it's checked into the repository. It references AGENTS.md which contains all repo details. --- .gitignore | 1 - CLAUDE.md | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 CLAUDE.md diff --git a/.gitignore b/.gitignore index cfdcbfa..eabba06 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ /.claude /bin -/CLAUDE.md /scratch diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 0000000..43c994c --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1 @@ +@AGENTS.md