Remove unused opencode.json configuration.
The file is not part of the BilHej toolchain and is no longer needed in the repository root.
This commit is contained in:
parent
b27b1395f7
commit
ab1cdb358f
1 changed files with 0 additions and 21 deletions
|
|
@ -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/**"]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Loading…
Reference in a new issue