chore(llm-security): untrack STATE.md — public remote requires LOCAL-ONLY

org-ops flagged that STATE.md is tracked in this public repo (open/llm-security),
contradicting the current global convention (public remote => STATE.md gitignored).
The .gitignore comment claiming the opposite was stale. Stops tracking going
forward; existing history is left untouched (already public).

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_019GQCcuMneSfXp6xHUvYbQq
This commit is contained in:
Kjell Tore Guttormsen 2026-08-01 20:24:20 +02:00
commit b929ddc2bb
2 changed files with 5 additions and 45 deletions

7
.gitignore vendored
View file

@ -16,8 +16,11 @@ secrets.*
HANDOFF-FINDINGS.local.md
# --- session/local state ---
# NOTE: STATE.md is intentionally TRACKED and committed (global ~/.claude rule
# overrides the old polyrepo gitignore convention). Do NOT add STATE.md here.
# STATE.md is LOCAL-ONLY here: llm-security has a public remote (open/llm-security),
# and the global ~/.claude/CLAUDE.md convention is public remote => gitignored.
# Untracked 2026-08-01 (org-ops finding) after being tracked since project start;
# git history keeps the old commits, this only stops future ones.
STATE.md
REMEMBER.md
ROADMAP.md
TODO.md