cleanup AI instructions

This commit is contained in:
Andras Bacsai
2026-02-09 10:52:15 +01:00
parent 710a3ad958
commit 3a00984593
41 changed files with 3722 additions and 9232 deletions

14
opencode.json Normal file
View File

@@ -0,0 +1,14 @@
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"laravel-boost": {
"type": "local",
"enabled": true,
"command": [
"php",
"artisan",
"boost:mcp"
]
}
}
}