From 324d82acc233fd06e1bf1ecff33d165e7305c6ce Mon Sep 17 00:00:00 2001 From: swrring Date: Fri, 17 Apr 2026 11:50:47 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20Live=20=EB=8D=94=EB=AF=B8=20=EC=A0=95?= =?UTF-8?q?=EB=A6=AC=20(=EC=84=B8=EC=85=98=20=EA=B3=B5=EC=9C=A0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- .live/SKILL.md | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .live/SKILL.md diff --git a/.live/SKILL.md b/.live/SKILL.md deleted file mode 100644 index 5812ba1..0000000 --- a/.live/SKILL.md +++ /dev/null @@ -1,11 +0,0 @@ -# [Live 변경분] 2026-04-17 - -## Live 더미 경로 이전: `.claude/live/` → `.live/` -- 원인: Claude Code가 `.claude/` 하위를 sensitive file로 하드코딩 보호하여 Write 시 승인 팝업 발생 -- PreToolUse hook의 allow 결정을 우회하므로 루트 직하 `.live/`로 이전 -- 영향 파일: - - `scripts/live_session_load.sh` — LIVE_DIR 경로 수정 - - `scripts/live_inject.sh` — LIVE_DIR 경로 수정 - - `.claude/skills/너드나비스-코어룰/SKILL.md` — P25·P21-2·C29-4 등 경로 참조 9건 치환 - - `.claude/live/README.md` → `.live/README.md` (git mv) -- 검증: hook 2종 수동 실행하여 로드·증분·자동 비우기 정상 동작 확인