Merge branch 'develop' into docker/participation

- 충돌 해결 완료
- settings.local.json 및 make-run-profile.md 병합

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
doyeon 2025-10-27 16:10:47 +09:00
commit 003b3843cc
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,5 @@
@test-backend @test-backend
'서비스실행파일작성가이드'에 따라 테스트를 해 주세요. '서비스실행프로파일작성가이드'에 따라 테스트를 해 주세요.
프롬프트에 '[작성정보]'항목이 없으면 수행을 중단하고 안내 메시지를 표시해 주세요. 프롬프트에 '[작성정보]'항목이 없으면 수행을 중단하고 안내 메시지를 표시해 주세요.
DB나 Redis의 접근 정보는 지정할 필요 없습니다. 특별히 없으면 '[작성정보]'섹션에 '없음'이라고 하세요. DB나 Redis의 접근 정보는 지정할 필요 없습니다. 특별히 없으면 '[작성정보]'섹션에 '없음'이라고 하세요.
{안내메시지} {안내메시지}

View File

@ -16,6 +16,11 @@
"Bash(git commit:*)", "Bash(git commit:*)",
"Bash(git push)", "Bash(git push)",
"Bash(git pull:*)", "Bash(git pull:*)",
"Bash(netstat:*)",
"Bash(findstr:*)",
"Bash(./gradlew analytics-service:compileJava:*)",
"Bash(python -m json.tool:*)",
"Bash(powershell:*)"
"Bash(./gradlew participation-service:compileJava:*)", "Bash(./gradlew participation-service:compileJava:*)",
"Bash(find:*)", "Bash(find:*)",
"Bash(netstat:*)", "Bash(netstat:*)",