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 <noreply@paperclip.ing>
This commit is contained in:
Countess von Containerheim
2026-03-25 00:21:59 +00:00
parent 40ec5fba35
commit cb04517a8e
+4
View File
@@ -0,0 +1,4 @@
{
"$schema": "https://opencode.ai/config.json",
"permission": "allow"
}