chore: unity-cli-connector 패키지 추가
- Unity Editor HTTP 제어를 위한 unity-cli-connector 패키지 추가 - Claude 작업 환경 허용 명령어 목록 업데이트 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -12,7 +12,15 @@
|
||||
"Bash(cd \"D:/Colosseum/Assets/Scripts/Abnormalities\" && mv StatusEffectData.cs AbnormalityData.cs && mv ActiveStatusEffect.cs ActiveAbnormality.cs && mv StatusEffectManager.cs AbnormalityManager.cs)",
|
||||
"Bash(cd \"D:/Colosseum/Assets/Scripts/UI\" && mv StatusEffectUI.cs AbnormalitySlotUI.cs && mv StatusEffectListUI.cs AbnormalityListUI.cs)",
|
||||
"Bash(git -C \"D:/Colosseum\" mv \"Assets/Scripts/Skills/Effects/BuffEffect.cs\" \"Assets/Scripts/Skills/Effects/AbnormalityEffect.cs\")",
|
||||
"Bash(find /d/Colosseum -name \"*.controller\" 2>/dev/null | head -20)"
|
||||
"Bash(find /d/Colosseum -name \"*.controller\" 2>/dev/null | head -20)",
|
||||
"Bash(find d:/Colosseum/Assets -name *.meta -exec grep -l 079bd00af1b92964d8973dcbf2dcd21f {})",
|
||||
"Bash(2)",
|
||||
"Bash(find d:/Colosseum/Assets -name *.fbx -o -name *.FBX)",
|
||||
"Bash(ls -d d:/Colosseum/Assets/*/)",
|
||||
"Bash(grep -E \"^[^d].*\\\\.cs$|^d\")",
|
||||
"Bash(chmod +x \"d:/Colosseum/.git/hooks/pre-commit\")",
|
||||
"Bash(find /d/Colosseum/Assets -name *.cs -type f ! -path */External/* ! -path */Library/*)",
|
||||
"Bash(find d:/Colosseum/Assets/_Game/AI -type f -name *.asset)"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user