Removed unnecessary markdown files that were either outdated or redundant (BUILD.md, PROJECT_SUMMARY.md, TODO.md, RESEARCH_FRAMEWORK.md). Most of this info is either completed or captured elsewhere. Rewrote README in a more natural, conversational style. Less formal, more straightforward about what the tool does and how to use it. Kept the technical details but made it more accessible.
21 lines
436 B
JSON
21 lines
436 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)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
}
|