67 lines
1.3 KiB
JSON
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"
|
|
} |