From 31c64ceb16e000159729f68b6d901c24901f3604 Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Wed, 25 Mar 2026 09:11:22 -0400 Subject: [PATCH] fix: rename global opencode config to config.json with correct permission format --- ceo/.config/opencode/config.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 ceo/.config/opencode/config.json diff --git a/ceo/.config/opencode/config.json b/ceo/.config/opencode/config.json new file mode 100644 index 0000000..63d585a --- /dev/null +++ b/ceo/.config/opencode/config.json @@ -0,0 +1,11 @@ +{ + "$schema": "https://opencode.ai/config.json", + "permission": { + "*": "allow" + }, + "skills": { + "paths": [ + "/app/skills" + ] + } +} \ No newline at end of file