diff --git a/.antigravity/settings.local.json b/.antigravity/settings.local.json new file mode 100644 index 0000000..62de4bd --- /dev/null +++ b/.antigravity/settings.local.json @@ -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*)" + ] + } +} diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index bb676cf..0fd7093 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -42,7 +42,8 @@ The `docs/instructions/` directory contains best practices and conventions that - **Always use `grep_search` or `file_search` to find files and patterns** — never use `Select-String`, `grep`, `find`, or `rg` in terminal commands. - **Run scripts only via `npm run