- 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>
26 lines
593 B
JSON
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"
|
|
]
|
|
}
|