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