hgzero/.claude/settings.local.json
djeon 252162dad3 솔루션 평가 문서 추가 및 Claude 설정 업데이트
- 솔루션 후보 5개에 대한 평가 결과 작성
- 각 솔루션별 장단점 및 검증 방안 포함
- Claude Code 로컬 설정 파일 업데이트

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-15 13:59:15 +09:00

17 lines
801 B
JSON

{
"permissions": {
"allow": [
"Bash(curl -s https://raw.githubusercontent.com/cna-bootcamp/clauding-guide/refs/heads/main/guides/prompt/04.develop-prompt.md -o claude/develop-prompt.md)",
"Bash(test:*)",
"Bash(mkdir:*)",
"Bash(xargs:*)",
"Bash(python3:*)",
"Bash(git add:*)",
"Bash(git commit -m \"$(cat <<''EOF''\n솔루션 후보 문서 추가 및 Claude 설정 업데이트\n\n- 회의록 작성 개선을 위한 솔루션 후보 5개 작성\n- 각 솔루션별 구현 방법 및 검증 방안 포함\n- Claude Code 로컬 설정 파일 업데이트\n\n🤖 Generated with [Claude Code](https://claude.com/claude-code)\n\nCo-Authored-By: Claude <noreply@anthropic.com>\nEOF\n)\")",
"Bash(git push:*)"
],
"deny": [],
"ask": []
}
}