Files
Cog-Sync/.claude/settings.json
2026-03-18 20:04:29 +11:00

20 lines
311 B
JSON

{
"permissions": {
"allow": [
"Read",
"Edit",
"Write",
"Glob",
"Grep",
"Bash(git status*)",
"Bash(git diff*)",
"Bash(git log*)",
"Bash(git add*)",
"Bash(git commit*)",
"Bash(git push*)",
"Bash(mkdir*)",
"Bash(ls*)"
]
}
}