update claude
Some checks failed
build and push image / Release (push) Failing after 12m2s

This commit is contained in:
2025-06-07 01:22:13 +09:00
parent 591c34b61b
commit 21cd1ef16e
7 changed files with 649 additions and 66 deletions

View File

@ -0,0 +1,20 @@
{
"permissions": {
"allow": [
"Bash(find:*)",
"Bash(cat:*)",
"Bash(grep:*)",
"Bash(./scpt/gh-actions.zsh:*)",
"Bash(mkdir:*)",
"Bash(chmod:*)",
"Bash(../ai/scripts/generate_claude.sh:*)",
"Bash(jq:*)",
"Bash(ls:*)",
"Bash(../ai/scripts/sync_docs.sh:*)",
"Bash(mv:*)",
"Bash(rm:*)",
"Bash(../ai/scripts/update-submodules.sh:*)"
],
"deny": []
}
}