feat(opencode): add sensible default tool authorisations
This commit is contained in:
@@ -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"];
|
||||||
|
|||||||
Reference in New Issue
Block a user