This commit is contained in:
Aerilyn Weber 2026-05-14 18:38:50 +09:00
parent 029940b079
commit e396f5088c
36 changed files with 4199 additions and 22 deletions

View file

@ -1,29 +1,18 @@
{
"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(*)"
"command(npm run)",
"command(npm test)",
"command(npm install)",
"write_file(f:/Coding/MeshiTrack)"
],
"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*)"
"command(grep)",
"command(ls)",
"command(cat)",
"command(head)",
"command(tail)",
"command(npx)"
]
}
}