phonebill/.claude/settings.local.json
hiondal dc8bd8fe47 ArgoCD 기반 CI/CD 파이프라인 추가
- GitHub Actions 워크플로우 파일 추가
- 빌드, 테스트, 이미지 생성 자동화
- ArgoCD 동기화 트리거 구성

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-01 11:12:48 +09:00

13 lines
191 B
JSON

{
"permissions": {
"allow": [
"Bash(mkdir:*)",
"Bash(chmod:*)",
"Bash(sed:*)",
"Bash(find:*)",
"Bash(git add:*)"
],
"deny": [],
"ask": []
}
}