mirror of
https://github.com/bybrooklyn/alchemist.git
synced 2026-04-18 01:43:34 -04:00
19 lines
371 B
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:*)"
|
|
]
|
|
}
|
|
}
|