From 1c3b870d7f5f34472a03763dc9babdf4bd94dcd9 Mon Sep 17 00:00:00 2001 From: Igor Beylin Date: Sat, 5 Sep 2026 17:29:42 -0400 Subject: [PATCH] Stop ignoring session-injected Claude paths in tracked .gitignore. Those mirrors belong in local git excludes (Cursor-Governance Option B), not a shared ignore that hides committable consumer wiring. --- .gitignore | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 6f18758..1c74c27 100644 --- a/.gitignore +++ b/.gitignore @@ -68,10 +68,7 @@ secrets.json .l9/runtime/ .venv-py312-mypy/ -# Per-session MCP server config, written into the checkout by agent session -# bootstrap. Never tracked in this repository on any branch, and absent from -# main. Not ignoring .claude/ — that tree is repository-owned and tracked +# Not ignoring .claude/ — that tree is repository-owned and tracked # (agents/, rules/, settings.json, skills/); a session that replaces those # files in a working copy is a bootstrap/projection concern, and .gitignore # has no effect on already-tracked paths anyway. -/.mcp.json