trainUs/.claude/settings.json
David 352a3d5e88
Some checks are pending
CI / Lint & Format (push) Waiting to run
CI / Build (push) Waiting to run
CI / Tests (${{ matrix.browser }}) (chromium) (push) Waiting to run
CI / Tests (${{ matrix.browser }}) (firefox) (push) Waiting to run
Initial commit
2026-06-18 13:06:57 +02:00

53 lines
1.1 KiB
JSON

{
"permissions": {
"allow": [
"Read",
"Glob",
"Grep",
"Edit",
"Write",
"MultiEdit",
"Bash(git *)",
"Bash(ls *)",
"Bash(echo *)",
"Bash(cat *)",
"Bash(grep *)",
"Bash(head *)",
"Bash(tail *)",
"Bash(find *)",
"Bash(sort *)",
"Bash(sed *)",
"Bash(awk *)",
"Bash(xargs *)",
"Bash(mkdir *)",
"Bash(cd *)",
"Bash(curl *)",
"Bash(nohup *)",
"Bash(sleep *)",
"Bash(seq *)",
"Bash(kill *)",
"Bash(pkill *)",
"Bash(lsof *)",
"Bash(true *)",
"Bash(break *)",
"Bash(npm run *)",
"Bash(npx prettier*)",
"Bash(python *)",
"Bash(python3 *)",
"Bash(pip *)",
"Bash(./venv/bin/python *)",
"Bash(cd tests && .venv/bin/python *)",
"Bash(cd *)"
],
"ask": ["WebFetch", "WebSearch", "Bash(git push*)", "Bash(curl *)"],
"deny": [
"Read(*.env)",
"Read(*.env.*)",
"Glob(*.env)",
"Glob(*.env.*)",
"Grep(*.env)",
"Grep(*.env.*)"
]
}
}