diff --git a/.cursor/cli.json b/.cursor/cli.json new file mode 100644 index 0000000..6a6979e --- /dev/null +++ b/.cursor/cli.json @@ -0,0 +1,28 @@ +{ + "permissions": { + "allow": [ + "Read(**)", + "Write(.patchpilot/output.json)", + "Shell(ls)", + "Shell(find)", + "Shell(rg)", + "Shell(grep)", + "Shell(cat)", + "Shell(head)", + "Shell(tail)", + "Shell(sed)", + "Shell(awk)" + ], + "deny": [ + "Shell(git)", + "Shell(gh)", + "Shell(curl)", + "Shell(wget)", + "Shell(rm)", + "Shell(mv)", + "Shell(cp)", + "Shell(sh)", + "Shell(bash)" + ] + } +}