xpeditis2.0/.claude/settings.json
David 08787c89c8
Some checks failed
Dev CI / Unit Tests (${{ matrix.app }}) (backend) (push) Blocked by required conditions
Dev CI / Unit Tests (${{ matrix.app }}) (frontend) (push) Blocked by required conditions
Dev CI / Notify Failure (push) Blocked by required conditions
Dev CI / Quality (${{ matrix.app }}) (backend) (push) Has been cancelled
Dev CI / Quality (${{ matrix.app }}) (frontend) (push) Has been cancelled
chore: sync full codebase from cicd branch
Aligns dev with the complete application codebase (cicd branch).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-04 12:56:16 +02:00

64 lines
1.2 KiB
JSON

{
"permissions": {
"allow": [
"Edit",
"Bash(npm run :*)",
"Bash(git :*)",
"Bash(pnpm :*)",
"Bash(gh :*)",
"Bash(cd :*)",
"Bash(ls :*)",
"Bash(node :*)",
"Bash(mkdir:*)",
"Bash(npm init:*)",
"Bash(npm install:*)",
"Bash(node:*)",
"Bash(npm --version)",
"Bash(docker:*)",
"Bash(test:*)",
"Bash(cat:*)",
"Bash(npm run build:*)"
]
},
"statusLine": {
"type": "command",
"command": "bash /Users/david/.claude/statusline-ccusage.sh",
"padding": 0
},
"hooks": {
"PreToolUse": [
{
"matcher": "Bash",
"hooks": [
{
"type": "command",
"command": "bun /Users/david/.claude/scripts/validate-command.js"
}
]
}
],
"Stop": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "afplay /Users/david/.claude/song/finish.mp3"
}
]
}
],
"Notification": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "afplay /Users/david/.claude/song/need-human.mp3"
}
]
}
]
}
}