fix: add skeleton settings.local.json (was globally gitignored)
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
jordan 2026-02-05 22:55:17 -07:00
parent 219ccf23d0
commit f6a2b61b16

View File

@ -0,0 +1,14 @@
{
"permissions": {
"allow": [
"Bash(go:*)",
"Bash(npm:*)",
"Bash(make:*)",
"Bash(docker:*)",
"Bash(kubectl:*)",
"Read",
"Write",
"Edit"
]
}
}