Refactor to remove slices and environments, replace with instances.

This commit is contained in:
2025-09-15 12:19:13 +01:00
parent a91780d1d5
commit 65d3142d03
24 changed files with 454 additions and 290 deletions

8
opencode.json Normal file
View File

@@ -0,0 +1,8 @@
{
"tools": {
"laravel-boost": {
"command": "php",
"args": ["artisan", "boost:mcp"]
}
}
}