2026-04-15 00:37:42 +00:00
{
2026-04-15 01:03:26 +00:00
"_description" : "너드나비스 조직 공용 Claude Code permission 설정 (SOT). PD님의 일괄 승인 원칙(memory/org/feedback_md_approval.md·feedback_approval_process.md)을 harness 차원에서 구현. 모든 PC에서 동일하게 적용되도록 git 커밋 대상. 개발실/·기획실/에도 동일 사본이 배치되어야 자식 디렉토리에서 세션을 시작해도 동일 권한이 적용됨 (Claude Code는 .claude/ 계층 auto-merge 미지원). 동기화는 setup_windows.ps1이 수행." ,
2026-04-15 00:37:42 +00:00
"permissions" : {
"allow" : [
"Read" ,
"Glob" ,
"Grep" ,
"TodoWrite" ,
"Edit" ,
"Write" ,
"MultiEdit" ,
"NotebookEdit" ,
"Bash(git:*)" ,
"Bash(gh:*)" ,
"Bash(ls:*)" ,
"Bash(cat:*)" ,
"Bash(head:*)" ,
"Bash(tail:*)" ,
"Bash(grep:*)" ,
"Bash(rg:*)" ,
"Bash(find:*)" ,
"Bash(echo:*)" ,
"Bash(pwd)" ,
"Bash(cd:*)" ,
"Bash(mkdir:*)" ,
"Bash(touch:*)" ,
"Bash(cp:*)" ,
"Bash(mv:*)" ,
"Bash(diff:*)" ,
"Bash(wc:*)" ,
"Bash(sort:*)" ,
"Bash(uniq:*)" ,
"Bash(tr:*)" ,
"Bash(sed:*)" ,
"Bash(awk:*)" ,
"Bash(xxd:*)" ,
"Bash(printf:*)" ,
"Bash(true)" ,
"Bash(false)" ,
"Bash(powershell.exe:*)" ,
"Bash(powershell:*)" ,
2026-04-15 01:03:26 +00:00
"Bash(fsutil:*)" ,
"Bash(cmd:*)" ,
"Bash(npm:*)" ,
2026-04-15 00:37:42 +00:00
"Bash(npx:*)" ,
"Bash(node:*)" ,
"Bash(python:*)" ,
"Bash(python3:*)" ,
"Bash(pytest:*)" ,
"Bash(dotnet:*)" ,
"WebFetch" ,
"WebSearch"
] ,
"deny" : [
2026-04-15 01:03:26 +00:00
"Bash(rm:*)" ,
"Bash(rmdir:*)" ,
2026-04-15 00:37:42 +00:00
"Bash(sudo:*)" ,
"Bash(dd:*)" ,
"Bash(mkfs:*)" ,
2026-04-15 01:03:26 +00:00
"Bash(format:*)" ,
"Bash(chmod 777:*)" ,
"Bash(chown:*)" ,
"Bash(shutdown:*)" ,
"Bash(reboot:*)" ,
2026-04-15 00:37:42 +00:00
"Write(/etc/**)" ,
"Write(/System/**)" ,
"Write(C:/Windows/**)" ,
2026-04-15 01:03:26 +00:00
"Write(C:\\Windows\\**)" ,
2026-04-15 00:37:42 +00:00
"Edit(/etc/**)" ,
"Edit(/System/**)" ,
2026-04-15 01:03:26 +00:00
"Edit(C:/Windows/**)" ,
"Edit(C:\\Windows\\**)"
2026-04-15 00:37:42 +00:00
]
}
}