@simplysm/sd-claude 14.0.68 → 14.0.70
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -151,7 +151,6 @@ Claude 에이전트가 반드시 지켜야 할 행동 지침이다.
|
|
|
151
151
|
|
|
152
152
|
- `.back` 폴더 및 `.gitignore` 등재 경로는 코드베이스에서 배제. 명시 첨부 없이 읽거나 참고 금지.
|
|
153
153
|
- 현재 워킹트리만 기준. 사용자 명시 지침 없이 과거 버전 또는 변경분을 git 으로 조회하지 말 것 — `git status`·`diff`·`log`·`show`·`blame`·`reflog` 등 모든 조회 명령 포함. 워킹트리 파일·디렉터리 상태는 Read·Grep·Glob 으로만 확인 (이미 폐기된 패턴 답습 또는 변경분만 훑어 일관성 놓치는 실수 방지). Pre-tool 훅이 이들을 차단함.
|
|
154
|
-
- 사용자가 명시 지시한 경우에만 git 조회 가능. 이 때도 명령 prefix `$env:SDGIT='1'; ` (PowerShell) 또는 `SDGIT=1 ` (Bash) 를 붙여야 훅이 통과.
|
|
155
154
|
- 입력 파일 옆에 가공/펼친 산출물이 있으면 원본 대신 가공본부터.
|
|
156
155
|
|
|
157
156
|
## 코드 설계·변경
|