Files
code-sync-project/.claude/settings.local.json
2025-11-20 21:52:51 +08:00

16 lines
334 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)"
],
"deny": [],
"ask": []
}
}