xpeditis2.0/.claude/settings.local.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

47 lines
1.3 KiB
JSON

{
"permissions": {
"allow": [
"Bash(docker-compose:*)",
"Bash(npm run lint)",
"Bash(npm run lint:*)",
"Bash(npm run backend:lint)",
"Bash(npm run backend:build:*)",
"Bash(npm run frontend:build:*)",
"Bash(rm:*)",
"Bash(git rm:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git push:*)",
"Bash(npx tsc:*)",
"Bash(npx nest:*)",
"Read(//Users/david/Documents/xpeditis/**)",
"Bash(find:*)",
"Bash(npm test)",
"Bash(git checkout:*)",
"Bash(git reset:*)",
"Bash(curl:*)",
"Read(//private/tmp/**)",
"Bash(lsof:*)",
"Bash(awk:*)",
"Bash(xargs kill:*)",
"Read(//dev/**)",
"Bash(psql:*)",
"Bash(npx ts-node:*)",
"Bash(python3:*)",
"Read(//Users/david/.docker/**)",
"Bash(env)",
"Bash(ssh david@xpeditis-cloud \"docker ps --filter name=xpeditis-backend --format ''{{.ID}} {{.Status}}''\")",
"Bash(git revert:*)",
"Bash(git log:*)",
"Bash(xargs -r docker rm:*)",
"Bash(npm run migration:run:*)",
"Bash(npm run dev:*)",
"Bash(npm run backend:dev:*)",
"Bash(env -i PATH=\"$PATH\" HOME=\"$HOME\" node:*)",
"Bash(PGPASSWORD=xpeditis_dev_password psql -h localhost -U xpeditis -d xpeditis_dev -c:*)"
],
"deny": [],
"ask": []
}
}