trypost/boost.json
Paulo Castellano 3c9ceda872 refactor: update documentation to remove Sail references and improve command usage
- Replaced instances of `vendor/bin/sail` with `php` in various documentation files to standardize command usage.
- Updated `.mcp.json` and `.cursor/mcp.json` to reflect the new command for Laravel Boost.
- Adjusted skill documentation files for Cashier, Horizon, MCP, Passport, Pest, and Wayfinder to enhance clarity and ensure proper command execution.
- Disabled Sail support in `boost.json` and added "codex" as a new agent.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-23 12:44:14 -03:00

26 lines
593 B
JSON

{
"agents": [
"claude_code",
"cursor",
"codex"
],
"cloud": false,
"guidelines": true,
"mcp": true,
"nightwatch": true,
"sail": false,
"skills": [
"ai-sdk-development",
"cashier-stripe-development",
"laravel-best-practices",
"configuring-horizon",
"mcp-development",
"configure-nightwatch",
"passport-development",
"socialite-development",
"wayfinder-development",
"pest-testing",
"inertia-vue-development",
"tailwindcss-development"
]
}