From 1031d9189032f438d78a615f886949136f1c201b Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Thu, 20 Aug 2026 22:03:24 +0200 Subject: [PATCH] feat(opencode): add sensible default tool authorisations --- users/phundrak/ai.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/users/phundrak/ai.nix b/users/phundrak/ai.nix index f8e05de..023a25c 100644 --- a/users/phundrak/ai.nix +++ b/users/phundrak/ai.nix @@ -38,6 +38,10 @@ "*.env.*" = "deny"; "*.env.example" = "allow"; }; + skill = "allow"; + question = "allow"; + task = "allow"; + todowrite = "allow"; }; formatter.nixfmt = { command = ["nix" "fmt" "$FILE"];