chore: add laravel/boost and AI agent configuration files
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled

This commit is contained in:
idevakk
2026-03-03 01:32:44 +05:30
parent 2590fe712b
commit 4e7f1587a3
27 changed files with 3608 additions and 3 deletions

25
boost.json Normal file
View File

@@ -0,0 +1,25 @@
{
"agents": [
"junie",
"gemini",
"claude_code"
],
"guidelines": true,
"herd_mcp": false,
"mcp": true,
"nightwatch_mcp": false,
"packages": [
"filament/filament",
"laravel/fortify",
"inerba/filament-db-config"
],
"sail": false,
"skills": [
"fluxui-development",
"volt-development",
"pest-testing",
"tailwindcss-development",
"filament-db-config",
"developing-with-fortify"
]
}