From f42e0feb81d65e55096d8a1efdc11b9f6642b5fe Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Wed, 25 Mar 2026 09:11:57 -0400 Subject: [PATCH] fix: remove incorrectly named opencode.json global config --- product/.config/opencode/opencode.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 product/.config/opencode/opencode.json diff --git a/product/.config/opencode/opencode.json b/product/.config/opencode/opencode.json deleted file mode 100644 index 905455b..0000000 --- a/product/.config/opencode/opencode.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "$schema": "https://opencode.ai/config.json", - "permission": "allow", - "experimental": { - "snapshots": false - }, - "skills": { - "paths": [ - "/app/skills" - ] - } -} \ No newline at end of file