coolify/boost.json

29 lines
638 B
JSON
Raw Normal View History

2026-02-09 09:52:15 +00:00
{
"agents": [
"cursor",
"claude_code",
"codex",
"opencode"
],
"guidelines": true,
"mcp": true,
2026-03-25 18:21:53 +00:00
"nightwatch_mcp": false,
2026-02-09 09:52:15 +00:00
"packages": [
"laravel/fortify",
2026-03-25 18:21:53 +00:00
"spatie/laravel-ray",
"lorisleiva/laravel-actions"
2026-02-09 09:52:15 +00:00
],
"sail": false,
"skills": [
2026-03-25 18:21:53 +00:00
"laravel-best-practices",
"configuring-horizon",
"socialite-development",
2026-02-09 09:52:15 +00:00
"livewire-development",
"pest-testing",
"tailwindcss-development",
2026-03-25 18:21:53 +00:00
"fortify-development",
"laravel-actions",
2026-02-09 09:52:15 +00:00
"debugging-output-and-previewing-html-using-ray"
]
}