From ab1cdb358f343ea96411639f191194639e8f249a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20M=C3=B6rling?= Date: Thu, 21 May 2026 14:49:50 +0200 Subject: [PATCH] Remove unused opencode.json configuration. The file is not part of the BilHej toolchain and is no longer needed in the repository root. --- opencode.json | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 opencode.json diff --git a/opencode.json b/opencode.json deleted file mode 100644 index 1ce1561..0000000 --- a/opencode.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "$schema": "https://opencode.ai/config.json", - "instructions": ["CODING_GUIDELINES.md", "REQUIREMENTS.md"], - "lsp": true, - "formatter": true, - "permission": { - "edit": "ask", - "bash": "ask" - }, - "tools": { - "websearch": true, - "codesearch": true - }, - "compaction": { - "auto": true, - "prune": true - }, - "watcher": { - "ignore": ["node_modules/**", ".git/**", "dist/**", "build/**", "**/target/**"] - } -}