cleanup app, config and root

This commit is contained in:
Kujtim Hoxha 2025-04-13 13:17:17 +02:00
commit 3ad983db0f
21 changed files with 514 additions and 281 deletions

11
.opencode.json Normal file
View file

@ -0,0 +1,11 @@
{
"model": {
"coder": "claude-3.7-sonnet",
"coderMaxTokens": 20000
},
"lsp": {
"gopls": {
"command": "gopls"
}
}
}