secubox-openwrt/.claude/settings.local.json
CyberMind-FR 290eed2ba1 feat: Rebuild local feed with 25 SDK-built packages
- Rebuilt all luci-app-* and secubox-app-* packages for aarch64-cortex-a72
- Updated local-build.sh with FORCE=1 to bypass rsync prereq check
- Removed packages that failed SDK build (require full buildroot)
- Updated Packages index and apps-local.json manifest

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-12 09:10:43 +01:00

19 lines
475 B
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\")"
]
}
}