Regenerate Boost guidelines and skills

Byproduct of the Laravel 13 upgrade: composer's post-update-cmd runs
`artisan boost:update`, and Boost went 2.1.3 to 2.4.x with the update.

Refreshes CLAUDE.md and boost.json for the Laravel 13 / Livewire 4 stack,
updates the livewire, pest and tailwindcss skills, replaces the
developing-with-fortify skill with fortify-development, and adds new
laravel-best-practices and octane-development skills.

Generated output, not hand-edited.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Andreas Reinhold / reini
2026-07-23 11:17:04 +02:00
co-authored by Claude Opus 4.8
parent 9f929c7a78
commit 4391ad7fb9
29 changed files with 2335 additions and 239 deletions
+5 -5
View File
@@ -2,17 +2,17 @@
"agents": [
"claude_code"
],
"cloud": false,
"guidelines": true,
"herd_mcp": false,
"mcp": true,
"packages": [
"laravel/fortify"
],
"sail": false,
"skills": [
"fortify-development",
"laravel-best-practices",
"octane-development",
"livewire-development",
"pest-testing",
"tailwindcss-development",
"developing-with-fortify"
"tailwindcss-development"
]
}