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"];