@hexium/claude-toolkit
Version:
Claude toolkit for Hexium team
58 lines (57 loc) • 1.12 kB
JSON
{
"cleanupPeriodDays": 10,
"enableAllProjectMcpServers": true,
"hooks": {
"Notification": [
{
"matcher": "*",
"hooks": [
{
"type": "command",
"command": "afplay /System/Library/Sounds/Frog.aiff"
}
]
}
],
"Stop": [
{
"matcher": "*",
"hooks": [
{
"type": "command",
"command": "afplay /System/Library/Sounds/Glass.aiff"
}
]
}
]
},
"includeCoAuthoredBy": false,
"model": "sonnet",
"permissions": {
"allow": [
"Bash(find:*)",
"Bash(git diff:*)",
"Bash(git log:*)",
"Bash(git status:*)",
"Bash(glob:*)",
"Bash(grep:*)",
"Bash(ls:*)",
"Bash(rg:*)",
"mcp__clickup",
"mcp__context7",
"mcp__sentry"
],
"defaultMode": "plan",
"deny": [
"Bash(curl:*)",
"Read(./.env)",
"Read(./.env.*)",
"Read(./secrets/**)"
]
},
"statusLine": {
"type": "command",
"command": "npx ccusage@latest statusline",
"padding": 0
}
}