Phases 6-7
This commit is contained in:
parent
76a516a417
commit
029940b079
111 changed files with 17247 additions and 447 deletions
29
.antigravity/settings.local.json
Normal file
29
.antigravity/settings.local.json
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"run_command(npm run *)",
|
||||
"run_command(npm test *)",
|
||||
"run_command(npm install)",
|
||||
"view_file(*)",
|
||||
"list_dir(*)",
|
||||
"grep_search(*)",
|
||||
"replace_file_content(*)",
|
||||
"multi_replace_file_content(*)",
|
||||
"write_to_file(*)",
|
||||
"command_status(*)"
|
||||
],
|
||||
"deny": [
|
||||
"run_command(grep *)",
|
||||
"run_command(ls *)",
|
||||
"run_command(cat *)",
|
||||
"run_command(head *)",
|
||||
"run_command(tail *)",
|
||||
"run_command(npx *)",
|
||||
"run_command(*|*)",
|
||||
"run_command(*>*)",
|
||||
"run_command(*&*)",
|
||||
"run_command(*Select-Object*)",
|
||||
"run_command(*Select-String*)"
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue