- Gradle 빌드 캐시 파일 제외 (.gitignore 업데이트) - Kafka 통합 테스트 구현 (AIJobConsumerIntegrationTest) - 단위 테스트 추가 (Controller, Service 레이어) - IntelliJ 실행 프로파일 자동 생성 도구 추가 - Kafka 테스트 배치 스크립트 추가 - Redis 캐시 설정 개선 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
46 lines
1.7 KiB
JSON
46 lines
1.7 KiB
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(curl:*)",
|
|
"Bash(if [ ! -d \"claude\" ])",
|
|
"Bash(then mkdir claude)",
|
|
"Bash(fi)",
|
|
"Bash(mkdir:*)",
|
|
"Bash(rm:*)",
|
|
"Read(//Users/chaerikim/Desktop/회사/Digital Garage/historyhub/reference/**)",
|
|
"Read(//Users/chaerikim/Desktop/회사/Digital Garage/historyhub/define/**)",
|
|
"Bash(copy:*)",
|
|
"Read(//Users/chaerikim/Desktop/회사/Digital Garage/b2c-mvp/references/**)",
|
|
"Read(//Users/chaerikim/Desktop/회사/Digital Garage/b2c-mvp/define/**)",
|
|
"Bash(git add:*)",
|
|
"Bash(git commit:*)",
|
|
"Bash(git push)",
|
|
"Bash(git pull:*)",
|
|
"Bash(./gradlew ai-service:compileJava:*)",
|
|
"Bash(./gradlew ai-service:build:*)",
|
|
"Bash(.\\gradlew ai-service:compileJava:*)",
|
|
"Bash(./gradlew.bat:*)",
|
|
"Bash(if [ ! -d \"ai-service/.run\" ])",
|
|
"Bash(then mkdir \"ai-service/.run\")",
|
|
"Bash(./gradlew:*)",
|
|
"Bash(python:*)",
|
|
"Bash(then mkdir -p \"ai-service/.run\")",
|
|
"Bash(if [ ! -d \"tools\" ])",
|
|
"Bash(then mkdir tools)",
|
|
"Bash(if [ ! -d \"logs\" ])",
|
|
"Bash(then mkdir logs)",
|
|
"Bash(netstat:*)",
|
|
"Bash(findstr:*)",
|
|
"Bash(..gradlew.bat test --tests \"com.kt.ai.test.integration.kafka.AIJobConsumerIntegrationTest\" --info)",
|
|
"Bash(.gradlew.bat ai-service:test:*)",
|
|
"Bash(cmd /c \"gradlew.bat ai-service:test --tests com.kt.ai.test.integration.kafka.AIJobConsumerIntegrationTest\")",
|
|
"Bash(timeout 120 cmd:*)",
|
|
"Bash(cmd /c:*)",
|
|
"Bash(Select-String -Pattern \"(test|BUILD|FAILED|SUCCESS)\")",
|
|
"Bash(Select-Object -Last 20)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
}
|