feat(opencode): add sensible default tool authorisations

This commit is contained in:
2026-08-20 22:17:33 +02:00
parent b315247f33
commit 1031d91890
+4
View File
@@ -38,6 +38,10 @@
"*.env.*" = "deny"; "*.env.*" = "deny";
"*.env.example" = "allow"; "*.env.example" = "allow";
}; };
skill = "allow";
question = "allow";
task = "allow";
todowrite = "allow";
}; };
formatter.nixfmt = { formatter.nixfmt = {
command = ["nix" "fmt" "$FILE"]; command = ["nix" "fmt" "$FILE"];