removing rg and sed from default codexpolicy

This commit is contained in:
kevin zhao
2025-11-12 14:18:55 -05:00
parent 8c909a0084
commit fd29c3f0a1

View File

@@ -77,23 +77,6 @@ prefix_rule(
],
)
prefix_rule(
pattern = ["rg"],
match = [
["rg", "-n", "init"],
["rg", "--files", "--max-depth", "2", "."],
],
)
prefix_rule(
pattern = ["sed"],
decision = "prompt",
match = [
["sed", "-n", "s/a/b/", "file.txt"],
["sed", "s/foo/bar/g", "file.txt"],
],
)
prefix_rule(
pattern = ["which"],
match = [