hgzero/.claude/settings.local.json
djeon 14ad10f699 솔루션 후보 문서 추가 및 Claude 설정 업데이트
- 회의록 작성 개선을 위한 솔루션 후보 5개 작성
- 각 솔루션별 구현 방법 및 검증 방안 포함
- Claude Code 로컬 설정 파일 업데이트

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

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

15 lines
360 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:*)"
],
"deny": [],
"ask": []
}
}