- Added `barryvdh/laravel-dompdf` to `composer.json` for PDF generation capabilities. - Updated `boost.json` to include `tailwindcss-development` in skills. - Modified `package.json` and `package-lock.json` to upgrade Tailwind CSS and related packages. - Improved README.md for clarity and corrected French language errors. - Created design system documentation for Filament components. - Added new Filament pages for Dashboard and Documentation with dynamic content loading. - Enhanced TablesExplorer functionality with improved table and column management.
16 lines
269 B
JSON
16 lines
269 B
JSON
{
|
|
"agents": [
|
|
"cursor"
|
|
],
|
|
"guidelines": true,
|
|
"herd_mcp": false,
|
|
"mcp": true,
|
|
"sail": false,
|
|
"skills": [
|
|
"fluxui-development",
|
|
"livewire-development",
|
|
"pest-testing",
|
|
"tailwindcss-development"
|
|
]
|
|
}
|