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