Files
alchemist/.claude/settings.local.json

19 lines
371 B
JSON

{
"permissions": {
"allow": [
"Bash(just update:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git push:*)",
"Bash(gh issue:*)",
"Bash(gh pr:*)",
"Bash(cargo check:*)",
"Bash(just --shell)",
"Bash(bash --version)",
"Bash(git tag:*)",
"Bash(cargo clippy:*)",
"Bash(bun run:*)"
]
}
}