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