secubox-openwrt/.claude/settings.local.json
CyberMind-FR 0cd374e2f8 chore: Remove duplicate luci-app-secubox from root
Package is already in package/secubox/luci-app-secubox/

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-14 09:52:32 +01:00

40 lines
1.1 KiB
JSON

{
"permissions": {
"allow": [
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git push:*)",
"Bash(npm i:*)",
"Bash(claude --version)",
"Bash(./local-build.sh:*)",
"Bash(sudo apt-get install:*)",
"Bash(FORCE=1 ./local-build.sh:*)",
"Bash(rsync:*)",
"Bash(make FORCE=1 package/feeds/secubox/luci-app-system-hub/compile:*)",
"Bash(chmod:*)",
"Bash(export PATH=\"$HOME/.local/bin:$PATH\")",
"Bash(git status:*)",
"Bash(./localbuild.sh:*)",
"Bash(git tag:*)",
"Bash(ls:*)",
"Bash(grep:*)",
"Bash(tar:*)",
"Bash(git reset:*)",
"Bash(git checkout:*)",
"Bash(git rm:*)",
"Bash(ssh:*)",
"WebFetch(domain:github.com)",
"WebFetch(domain:raw.githubusercontent.com)",
"Bash(find:*)",
"Bash(git check-ignore:*)",
"Bash(git config:*)",
"Bash(./scripts/feeds update:*)",
"Bash(./scripts/feeds install:*)",
"Bash(xargs:*)",
"Bash(make defconfig:*)",
"Bash(make:*)",
"Bash(bash -n:*)"
]
}
}