- Rewrote CONTRIBUTING.md in casual, direct style - Rewrote SECURITY.md to be less formal - Fixed GitHub URLs in CHANGELOG.md - Removed formal issue/PR templates - Removed codecov.yml configuration file All docs now sound human, not AI-generated.
34 lines
878 B
JSON
34 lines
878 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(git add:*)",
|
|
"Bash(git commit:*)",
|
|
"Bash(cargo new:*)",
|
|
"Bash(cargo check:*)",
|
|
"Bash(tree:*)",
|
|
"Bash(find:*)",
|
|
"Bash(cargo clippy:*)",
|
|
"Bash(cargo build:*)",
|
|
"Bash(source ~/.zshrc)",
|
|
"Bash(source ~/.cargo/env)",
|
|
"Bash(Select-String \"warning\")",
|
|
"Bash(Select-Object -First 30)",
|
|
"Bash(cargo fmt:*)",
|
|
"Bash(git config:*)",
|
|
"Bash(git push:*)",
|
|
"Bash(rustc:*)",
|
|
"Bash(cargo --version:*)",
|
|
"Bash(rustup install:*)",
|
|
"Bash(rustup override set:*)",
|
|
"Bash(cargo generate-lockfile:*)",
|
|
"Bash(rustup override unset:*)",
|
|
"Bash(Select-String -Pattern \"Checking|Finished|error\")",
|
|
"Bash(Select-Object -First 20)",
|
|
"Bash(git restore:*)",
|
|
"Bash(test:*)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
}
|