From 4a9aaaf3fb4d9aba6585bf6ca83c456e77e9c6cd Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Wed, 25 Mar 2026 09:11:28 -0400 Subject: [PATCH] fix: remove incorrectly named opencode.json global config --- cmo/.config/opencode/opencode.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 cmo/.config/opencode/opencode.json diff --git a/cmo/.config/opencode/opencode.json b/cmo/.config/opencode/opencode.json deleted file mode 100644 index 905455b..0000000 --- a/cmo/.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