19 lines
395 B
JSON
19 lines
395 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"mcp__todo-mcp__*",
|
|
"mcp__nixos__*",
|
|
"Bash(git remote get-url origin)"
|
|
]
|
|
},
|
|
"hooks": {},
|
|
"statusLine": {
|
|
"type": "command",
|
|
"command": "sh \"${CLAUDE_CONFIG_DIR:-$HOME/.claude}/statusline-command.sh\""
|
|
},
|
|
"effortLevel": "xhigh",
|
|
"skipDangerousModePermissionPrompt": true,
|
|
"voiceEnabled": true,
|
|
"mcpServers": {}
|
|
}
|