Files
code-sync-project/.claude/settings.local.json
2025-11-20 22:19:43 +08:00

17 lines
359 B
JSON

{
"permissions": {
"allow": [
"Bash(mkdir -p .github/workflows)",
"Bash(git pull:*)",
"Bash(git config pull.rebase false:*)",
"Bash(git add .claude/settings.local.json)",
"Bash(git commit:*)",
"Bash(git push:*)",
"Bash(/tmp/old_workflow.yml)",
"Bash(git add:*)"
],
"deny": [],
"ask": []
}
}