{
"permissions": {
"allow": [
"Bash(cargo init:*)",
"Bash(cargo build:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git push:*)",
"Bash(cargo check:*)",
"Bash(git config:*)",
"Bash(git remote:*)",
"Bash(pnpx cspell:*)",
"Bash(wc:*)",
"Bash(npm --version)",
"Bash(pnpm init:*)",
"Bash(pnpm add:*)",
"Bash(pnpm exec:*)",
"Bash(cargo fmt:*)",
"Bash(cargo clippy:*)",
"Bash(cargo test:*)",
"Bash(cargo run:*)",
"Bash(cargo llvm-cov:*)"
]
}
}