MeshiTrack/.antigravity/settings.local.json

30 lines
682 B
JSON
Raw Normal View History

2026-05-14 14:47:23 +09:00
{
"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*)"
]
}
}