Remove unused opencode.json configuration.
Some checks failed
CI / Lint, type check, unit tests, coverage (push) Successful in 2m6s
CI / E2E browser tests (push) Failing after 1m18s

The file is not part of the BilHej toolchain and is no longer needed in
the repository root.
This commit is contained in:
Joakim Mörling 2026-05-21 14:49:50 +02:00
parent b27b1395f7
commit ab1cdb358f

View file

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