From e26568b7298ba0fe2e0431f5a7f58d40ff8aa845 Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Wed, 25 Mar 2026 09:11:41 -0400 Subject: [PATCH] fix: rename global opencode config to config.json with correct permission format --- engineering/hugh/.config/opencode/config.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 engineering/hugh/.config/opencode/config.json diff --git a/engineering/hugh/.config/opencode/config.json b/engineering/hugh/.config/opencode/config.json new file mode 100644 index 0000000..63d585a --- /dev/null +++ b/engineering/hugh/.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