- Rename namespace from TomatoPHP\FilamentArtisan to CreativityKills\FilamentArtisan
- Update composer.json: package name, PSR-4 autoload, Filament ^4.0, PHP ^8.2+
- Add spatie/laravel-package-tools, migrate service provider to PackageServiceProvider
- Apply Filament v4 breaking changes: $view non-static, ->form() to ->schema(),
BackedEnum icon type, Action return type
- Add config-driven deferFilters/deferColumnManager on table
- Register CSS asset via FilamentAsset, add x-load-css to view
- Add Tailwind v4 build pipeline (package.json, theme.css)
- Update README for new namespace and Packagist listing
- Remove .idea files and unused GuiController import