Files
fe-agent/.claude/settings.local.json
hyeonggil 26ad9b65a6 🔧 chore: Claude Code 환경 설정 업데이트
- ENABLE_TOOL_SEARCH, CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS 환경변수 추가
- model 설정 추가 (opusplan)
2026-04-07 22:13:42 +09:00

67 lines
1.3 KiB
JSON

{
"permissions": {
"allow": [
"Read",
"Bash",
"WebFetch",
"WebSearch",
"mcp__ide",
"mcp__shadcn",
"mcp__playwright",
"mcp__sequential-thinking",
"mcp__shadcn",
"mcp__context7",
"mcp__shrimp-task-manager",
"mcp__taskmaster-ai"
],
"deny": [],
"ask": []
},
"enableAllProjectMcpServers": true,
"enabledMcpjsonServers": [
"playwright",
"context7",
"sequential-thinking",
"shadcn"
],
"hooks": {
"Notification": [
{
"matcher": "*",
"hooks": [
{
"type": "command",
"command": "$CLAUDE_PROJECT_DIR/.claude/hooks/notification-hook.sh"
}
]
}
],
"PreToolUse": [
{
"matcher": "*",
"hooks": [
{
"type": "command",
"command": "$CLAUDE_PROJECT_DIR/.claude/hooks/pre-tool-hook.sh"
}
]
}
],
"Stop": [
{
"matcher": "*",
"hooks": [
{
"type": "command",
"command": "$CLAUDE_PROJECT_DIR/.claude/hooks/stop-hook.sh"
}
]
}
]
},
"env": {
"ENABLE_TOOL_SEARCH": "auto:5",
"CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1"
},
"model": "opusplan"
}