From cb04517a8e369c1e69e73cb64d66e8953588154e Mon Sep 17 00:00:00 2001 From: Countess von Containerheim Date: Wed, 25 Mar 2026 00:21:59 +0000 Subject: [PATCH] Add opencode.json for Gandalf with allow-all permissions Gandalf was missing the OpenCode permission config that CMO and Regina already have. Without this file, OpenCode defaults to restricted directory-scoped permissions, blocking normal operation. Co-Authored-By: Paperclip --- engineering/gandalf/opencode.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 engineering/gandalf/opencode.json diff --git a/engineering/gandalf/opencode.json b/engineering/gandalf/opencode.json new file mode 100644 index 0000000..e0959da --- /dev/null +++ b/engineering/gandalf/opencode.json @@ -0,0 +1,4 @@ +{ + "$schema": "https://opencode.ai/config.json", + "permission": "allow" +}