From 7f53544e8a10fd7a7b3ab9f7b66f0da71d94bf56 Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Wed, 25 Mar 2026 09:02:43 -0400 Subject: [PATCH] chore: add global opencode config for permission fix --- cto/.config/opencode/opencode.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 cto/.config/opencode/opencode.json diff --git a/cto/.config/opencode/opencode.json b/cto/.config/opencode/opencode.json new file mode 100644 index 0000000..905455b --- /dev/null +++ b/cto/.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