chore: create artisan command for manual package provisioning
chore: add IDE helper annotations to Eloquent models
test: add tests for NamespaceService
test: add tests for WorkspaceController API endpoints
docs: fix incorrect namespace in README.md usage examples
chore: pin host-uk/core dependency to stable version
chore: add PHPStan/Larastan to dev dependencies
feat: make workspace invitation expiry configurable
refactor: create WorkspaceMemberRole enum for type safety
feat: add workspace invitation resend functionality
feat: add soft deletes to WorkspaceInvitation model
perf: lazy-load Workspace model relationships to reduce N+1 queries
refactor: standardise error response format across API controllers
refactor: create EntitlementException hierarchy with subtypes
refactor: add return type hints to all Workspace model relationships
test: add edge case tests for TotpService
test: add tests for EntitlementWebhookService
test: add tests for WorkspaceTeamService
perf: fix N+1 query in NamespaceService::groupedForUser
fix: complete stub implementations in UserStatsService