From a19429ace258cb235d3d2aa7da169d7c6455f14c Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Sat, 7 Feb 2026 10:43:44 +0000 Subject: [PATCH] Update claude knowledge: always commit .claude file changes --- dot_claude/CLAUDE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dot_claude/CLAUDE.md b/dot_claude/CLAUDE.md index 647b529..5351cc5 100644 --- a/dot_claude/CLAUDE.md +++ b/dot_claude/CLAUDE.md @@ -2,6 +2,7 @@ ## Instructions - **When the user says "remember" something**: Always save to the **project** knowledge file (`.claude/CLAUDE.md` in the current repo) by default. Only save to global `~/.claude/CLAUDE.md` if the user explicitly says "remember globally" or the info clearly applies across all projects. +- **After updating any `.claude/` files**: Always commit them immediately (e.g., `git add .claude/ && git commit -m "update claude knowledge"`) to avoid building up unstaged changes. Use `[ci skip]` in commit messages since these are not infrastructure changes. ## Preferences