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/**"] - } -}