- .gitignore: .claude/** 차단 + settings.json·md negation 화이트리스트로 전환.
settings.local.json/projects·history·todos·cache 등 머신 전용 파일 누수 차단.
- .claude/settings.json: PreToolUse 훅 case 패턴을 첫 토큰 정확 매칭으로 교체.
*grep* 과매칭(egrep·git grep·grepl) 및 rg 단독 미매칭 문제 해소.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
gitignore 의 *.md / .claude/ 차단을 풀어 다음 파일을 git 으로 추적.
- /CLAUDE.md, /AGENTS.md (루트 에이전트 가이드)
- .agents/**/*.md (skills 문서 95개)
- .claude/settings.json (Claude Code 프로젝트 설정)
.claude/worktrees/ 는 git worktree 메타이므로 신규 ignore 라인으로 제외.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
graphify 지식 그래프 산출물(AST 캐시·graph.json·HTML·리포트)은 로컬 캐시이며
post-commit hook 으로 자동 갱신되므로 git 추적에서 제외.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>