From 49544993b4b604bef46faea9e2e90fa1c9d22bc3 Mon Sep 17 00:00:00 2001 From: Igor Kochman Date: Thu, 12 Mar 2026 13:24:43 +0100 Subject: [PATCH] chore: gitignore .claude/ dir and untrack local memory files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit .claude/ contains Claude Code session memory and local settings — none of which belong in the repo. CLAUDE.md stays in the root as intended. Co-Authored-By: Claude Sonnet 4.6 --- .claude/memory/MEMORY.md | 4 ---- .claude/memory/feedback_branching.md | 16 ---------------- .gitignore | 4 ++-- 3 files changed, 2 insertions(+), 22 deletions(-) delete mode 100644 .claude/memory/MEMORY.md delete mode 100644 .claude/memory/feedback_branching.md diff --git a/.claude/memory/MEMORY.md b/.claude/memory/MEMORY.md deleted file mode 100644 index 1577884..0000000 --- a/.claude/memory/MEMORY.md +++ /dev/null @@ -1,4 +0,0 @@ -# Memory Index - -## Feedback -- [feedback_branching.md](feedback_branching.md) — Never commit directly to main; all changes go through a feature branch and PR diff --git a/.claude/memory/feedback_branching.md b/.claude/memory/feedback_branching.md deleted file mode 100644 index 8e035b0..0000000 --- a/.claude/memory/feedback_branching.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -name: Always use feature branches -description: Never commit directly to main — all changes go through a feature branch and PR per CONTRIBUTING.md -type: feedback ---- - -Always create a feature branch before making any changes, no matter how small. This includes chore commits like adding LICENSE files, updating .gitignore, or any other "trivial" change. - -**Why:** The project follows CONTRIBUTING.md strictly — nothing goes to main directly. - -**How to apply:** -1. `git checkout -b /` before touching any file -2. Commit on the branch -3. `git push -u origin ` -4. Open a PR with `gh pr create` -5. Never use `git push origin main` to push new commits diff --git a/.gitignore b/.gitignore index 8228c94..96c1d37 100644 --- a/.gitignore +++ b/.gitignore @@ -46,5 +46,5 @@ PRODUCT-INTELLIGENCE-AGENT.md PUBLICATION-PLAN.md ACP-REGISTRY-SUBMISSION.md -# Claude Code local settings -.claude/settings.local.json +# Claude Code local settings (CLAUDE.md in repo root is intentional; .claude/ dir is not) +.claude/