From 1fb14658a45e3d195701f9ccc22be682030877e1 Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Wed, 25 Mar 2026 09:02:42 -0400 Subject: [PATCH] chore: add global opencode config for permission fix --- cmo/.config/opencode/opencode.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 cmo/.config/opencode/opencode.json diff --git a/cmo/.config/opencode/opencode.json b/cmo/.config/opencode/opencode.json new file mode 100644 index 0000000..905455b --- /dev/null +++ b/cmo/.config/opencode/opencode.json @@ -0,0 +1,12 @@ +{ + "$schema": "https://opencode.ai/config.json", + "permission": "allow", + "experimental": { + "snapshots": false + }, + "skills": { + "paths": [ + "/app/skills" + ] + } +} \ No newline at end of file