refactor(library): move legacy classes to Application/Services with proper namespace
Move classes/ → src/Application/Services/ with namespace
Johncms\Modules\Library\Application\Services\*.
Exclude Services/ from DI autowiring in services.php.
Remove legacy index.php and includes/ (all routes are now controllers).
Johncms\Modules\Library\Application\Services\*.
Exclude Services/ from DI autowiring in services.php.
Remove legacy index.php and includes/ (all routes are now controllers).