Move the API frontage ServiceProvider (Core\Front\Api\Boot) and related
files (ApiVersionService, VersionedRoutes, middleware, config) from
php-framework into this package. Namespaces unchanged — added PSR-4
mapping for Core\Front\Api\ and auto-discovery provider.
Co-Authored-By: Virgil <virgil@lethean.io>
Aligns composer package name with forge repo path
(forge.lthn.ai/core/php-api). Part of host-uk/* → core/* migration.
Co-Authored-By: Virgil <virgil@lethean.io>
Move API module from src/Mod/Api/ to src/Api/ and update namespace
from Core\Mod\Api\ to Core\Api\ as part of monorepo separation.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>