From 90863cd8f5e55afce32434c4244a88b0b69a7906 Mon Sep 17 00:00:00 2001 From: FrankZamora Date: Wed, 26 Nov 2025 22:53:34 -0600 Subject: [PATCH] fix(structure): Correct case-sensitivity for Linux compatibility MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Rename folders to match PHP PSR-4 autoloading conventions: - schemas → Schemas - shared → Shared - Wordpress → WordPress (in all locations) Fixes deployment issues on Linux servers where filesystem is case-sensitive. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .../Api/{Wordpress => WordPress}/AdminMenuRegistrar.php | 0 .../Api/{Wordpress => WordPress}/AdminAjaxHandler.php | 0 {schemas => Schemas}/.gitkeep | 0 {schemas => Schemas}/contact-form.json | 0 {schemas => Schemas}/cta-box-sidebar.json | 0 {schemas => Schemas}/cta-lets-talk.json | 0 {schemas => Schemas}/cta-post.json | 0 {schemas => Schemas}/featured-image.json | 0 {schemas => Schemas}/footer.json | 0 {schemas => Schemas}/hero.json | 0 {schemas => Schemas}/navbar.json | 0 {schemas => Schemas}/related-post.json | 0 {schemas => Schemas}/social-share.json | 0 {schemas => Schemas}/table-of-contents.json | 0 {schemas => Schemas}/theme-settings.json | 0 {schemas => Schemas}/top-notification-bar.json | 0 {shared => Shared}/Application/.gitkeep | 0 {shared => Shared}/Application/Contracts/.gitkeep | 0 {shared => Shared}/Application/Dtos/.gitkeep | 0 {shared => Shared}/Application/README.md | 0 {shared => Shared}/Application/Services/.gitkeep | 0 {shared => Shared}/Application/UseCases/.gitkeep | 0 .../UseCases/DeleteComponent/DeleteComponentRequest.php | 0 .../UseCases/DeleteComponent/DeleteComponentResponse.php | 0 .../UseCases/DeleteComponent/DeleteComponentUseCase.php | 0 .../Application/UseCases/GetComponent/GetComponentRequest.php | 0 .../Application/UseCases/GetComponent/GetComponentResponse.php | 0 .../Application/UseCases/GetComponent/GetComponentUseCase.php | 0 .../UseCases/GetComponentSettings/GetComponentSettingsUseCase.php | 0 .../Application/UseCases/SaveComponent/SaveComponentRequest.php | 0 .../Application/UseCases/SaveComponent/SaveComponentResponse.php | 0 .../Application/UseCases/SaveComponent/SaveComponentUseCase.php | 0 .../SaveComponentSettings/SaveComponentSettingsUseCase.php | 0 .../Application/UseCases/SyncSchema/SyncSchemaRequest.php | 0 .../Application/UseCases/SyncSchema/SyncSchemaResponse.php | 0 .../Application/UseCases/SyncSchema/SyncSchemaUseCase.php | 0 {shared => Shared}/Domain/Contracts/.gitkeep | 0 {shared => Shared}/Domain/Contracts/AjaxControllerInterface.php | 0 {shared => Shared}/Domain/Contracts/CSSGeneratorInterface.php | 0 {shared => Shared}/Domain/Contracts/CacheServiceInterface.php | 0 {shared => Shared}/Domain/Contracts/CleanupServiceInterface.php | 0 .../Domain/Contracts/ComponentDefaultsRepositoryInterface.php | 0 {shared => Shared}/Domain/Contracts/ComponentManagerInterface.php | 0 .../Domain/Contracts/ComponentRepositoryInterface.php | 0 .../Domain/Contracts/ComponentSettingsRepositoryInterface.php | 0 .../Domain/Contracts/ConfigurationServiceInterface.php | 0 .../Domain/Contracts/DefaultRepositoryInterface.php | 0 {shared => Shared}/Domain/Contracts/RendererInterface.php | 0 .../Domain/Contracts/SchemaSyncServiceInterface.php | 0 .../Domain/Contracts/TransactionManagerInterface.php | 0 .../Domain/Contracts/ValidationServiceInterface.php | 0 {shared => Shared}/Domain/Entities/Component.php | 0 {shared => Shared}/Domain/Exceptions/.gitkeep | 0 .../Domain/Exceptions/ComponentNotFoundException.php | 0 .../Domain/Exceptions/InvalidComponentException.php | 0 {shared => Shared}/Domain/README.md | 0 {shared => Shared}/Domain/ValueObjects/.gitkeep | 0 {shared => Shared}/Domain/ValueObjects/ComponentConfiguration.php | 0 {shared => Shared}/Domain/ValueObjects/ComponentContent.php | 0 {shared => Shared}/Domain/ValueObjects/ComponentName.php | 0 {shared => Shared}/Domain/ValueObjects/ComponentVisibility.php | 0 .../Infrastructure/Adapters/LegacyDBManagerAdapter.php | 0 .../Wordpress => Shared/Infrastructure/Api/WordPress}/.gitkeep | 0 .../Infrastructure/Api/WordPress}/AjaxController.php | 0 .../Infrastructure/Api/WordPress}/MigrationCommand.php | 0 {shared => Shared}/Infrastructure/Di/DIContainer.php | 0 {shared => Shared}/Infrastructure/Facades/ComponentManager.php | 0 {shared => Shared}/Infrastructure/Logging/DeprecationLogger.php | 0 .../Infrastructure/Persistence/WordPress}/.gitkeep | 0 .../Persistence/WordPress}/WordPressComponentRepository.php | 0 .../WordPress}/WordPressComponentSettingsRepository.php | 0 .../Persistence/WordPress}/WordPressDefaultsRepository.php | 0 {shared => Shared}/Infrastructure/README.md | 0 .../Infrastructure/Scripts/validate-architecture.php | 0 {shared => Shared}/Infrastructure/Services/.gitkeep | 0 .../Infrastructure/Services/CSSGeneratorService.php | 0 {shared => Shared}/Infrastructure/Services/CleanupService.php | 0 {shared => Shared}/Infrastructure/Services/SchemaSyncService.php | 0 .../Infrastructure/Services/WordPressCacheService.php | 0 .../Infrastructure/Services/WordPressValidationService.php | 0 {shared => Shared}/Infrastructure/Traits/.gitkeep | 0 .../Infrastructure/Ui/TopNotificationBarFormBuilder.php | 0 .../Infrastructure/Validators/CSSConflictValidator.php | 0 .../Infrastructure/Validators/FolderStructureValidator.php | 0 {shared => Shared}/Infrastructure/Validators/Phase01Validator.php | 0 {shared => Shared}/Infrastructure/Validators/Phase02Validator.php | 0 {shared => Shared}/Infrastructure/Validators/Phase03Validator.php | 0 {shared => Shared}/Infrastructure/Validators/Phase04Validator.php | 0 {shared => Shared}/Infrastructure/Validators/Phase05Validator.php | 0 .../Infrastructure/Validators/PhaseValidatorInterface.php | 0 .../Infrastructure/Validators/TemplateCallsValidator.php | 0 {shared => Shared}/Infrastructure/Validators/ValidationResult.php | 0 92 files changed, 0 insertions(+), 0 deletions(-) rename Admin/Infrastructure/Api/{Wordpress => WordPress}/AdminMenuRegistrar.php (100%) rename Admin/Shared/Infrastructure/Api/{Wordpress => WordPress}/AdminAjaxHandler.php (100%) rename {schemas => Schemas}/.gitkeep (100%) rename {schemas => Schemas}/contact-form.json (100%) rename {schemas => Schemas}/cta-box-sidebar.json (100%) rename {schemas => Schemas}/cta-lets-talk.json (100%) rename {schemas => Schemas}/cta-post.json (100%) rename {schemas => Schemas}/featured-image.json (100%) rename {schemas => Schemas}/footer.json (100%) rename {schemas => Schemas}/hero.json (100%) rename {schemas => Schemas}/navbar.json (100%) rename {schemas => Schemas}/related-post.json (100%) rename {schemas => Schemas}/social-share.json (100%) rename {schemas => Schemas}/table-of-contents.json (100%) rename {schemas => Schemas}/theme-settings.json (100%) rename {schemas => Schemas}/top-notification-bar.json (100%) rename {shared => Shared}/Application/.gitkeep (100%) rename {shared => Shared}/Application/Contracts/.gitkeep (100%) rename {shared => Shared}/Application/Dtos/.gitkeep (100%) rename {shared => Shared}/Application/README.md (100%) rename {shared => Shared}/Application/Services/.gitkeep (100%) rename {shared => Shared}/Application/UseCases/.gitkeep (100%) rename {shared => Shared}/Application/UseCases/DeleteComponent/DeleteComponentRequest.php (100%) rename {shared => Shared}/Application/UseCases/DeleteComponent/DeleteComponentResponse.php (100%) rename {shared => Shared}/Application/UseCases/DeleteComponent/DeleteComponentUseCase.php (100%) rename {shared => Shared}/Application/UseCases/GetComponent/GetComponentRequest.php (100%) rename {shared => Shared}/Application/UseCases/GetComponent/GetComponentResponse.php (100%) rename {shared => Shared}/Application/UseCases/GetComponent/GetComponentUseCase.php (100%) rename {shared => Shared}/Application/UseCases/GetComponentSettings/GetComponentSettingsUseCase.php (100%) rename {shared => Shared}/Application/UseCases/SaveComponent/SaveComponentRequest.php (100%) rename {shared => Shared}/Application/UseCases/SaveComponent/SaveComponentResponse.php (100%) rename {shared => Shared}/Application/UseCases/SaveComponent/SaveComponentUseCase.php (100%) rename {shared => Shared}/Application/UseCases/SaveComponentSettings/SaveComponentSettingsUseCase.php (100%) rename {shared => Shared}/Application/UseCases/SyncSchema/SyncSchemaRequest.php (100%) rename {shared => Shared}/Application/UseCases/SyncSchema/SyncSchemaResponse.php (100%) rename {shared => Shared}/Application/UseCases/SyncSchema/SyncSchemaUseCase.php (100%) rename {shared => Shared}/Domain/Contracts/.gitkeep (100%) rename {shared => Shared}/Domain/Contracts/AjaxControllerInterface.php (100%) rename {shared => Shared}/Domain/Contracts/CSSGeneratorInterface.php (100%) rename {shared => Shared}/Domain/Contracts/CacheServiceInterface.php (100%) rename {shared => Shared}/Domain/Contracts/CleanupServiceInterface.php (100%) rename {shared => Shared}/Domain/Contracts/ComponentDefaultsRepositoryInterface.php (100%) rename {shared => Shared}/Domain/Contracts/ComponentManagerInterface.php (100%) rename {shared => Shared}/Domain/Contracts/ComponentRepositoryInterface.php (100%) rename {shared => Shared}/Domain/Contracts/ComponentSettingsRepositoryInterface.php (100%) rename {shared => Shared}/Domain/Contracts/ConfigurationServiceInterface.php (100%) rename {shared => Shared}/Domain/Contracts/DefaultRepositoryInterface.php (100%) rename {shared => Shared}/Domain/Contracts/RendererInterface.php (100%) rename {shared => Shared}/Domain/Contracts/SchemaSyncServiceInterface.php (100%) rename {shared => Shared}/Domain/Contracts/TransactionManagerInterface.php (100%) rename {shared => Shared}/Domain/Contracts/ValidationServiceInterface.php (100%) rename {shared => Shared}/Domain/Entities/Component.php (100%) rename {shared => Shared}/Domain/Exceptions/.gitkeep (100%) rename {shared => Shared}/Domain/Exceptions/ComponentNotFoundException.php (100%) rename {shared => Shared}/Domain/Exceptions/InvalidComponentException.php (100%) rename {shared => Shared}/Domain/README.md (100%) rename {shared => Shared}/Domain/ValueObjects/.gitkeep (100%) rename {shared => Shared}/Domain/ValueObjects/ComponentConfiguration.php (100%) rename {shared => Shared}/Domain/ValueObjects/ComponentContent.php (100%) rename {shared => Shared}/Domain/ValueObjects/ComponentName.php (100%) rename {shared => Shared}/Domain/ValueObjects/ComponentVisibility.php (100%) rename {shared => Shared}/Infrastructure/Adapters/LegacyDBManagerAdapter.php (100%) rename {shared/Infrastructure/Api/Wordpress => Shared/Infrastructure/Api/WordPress}/.gitkeep (100%) rename {shared/Infrastructure/Api/Wordpress => Shared/Infrastructure/Api/WordPress}/AjaxController.php (100%) rename {shared/Infrastructure/Api/Wordpress => Shared/Infrastructure/Api/WordPress}/MigrationCommand.php (100%) rename {shared => Shared}/Infrastructure/Di/DIContainer.php (100%) rename {shared => Shared}/Infrastructure/Facades/ComponentManager.php (100%) rename {shared => Shared}/Infrastructure/Logging/DeprecationLogger.php (100%) rename {shared/Infrastructure/Persistence/Wordpress => Shared/Infrastructure/Persistence/WordPress}/.gitkeep (100%) rename {shared/Infrastructure/Persistence/Wordpress => Shared/Infrastructure/Persistence/WordPress}/WordPressComponentRepository.php (100%) rename {shared/Infrastructure/Persistence/Wordpress => Shared/Infrastructure/Persistence/WordPress}/WordPressComponentSettingsRepository.php (100%) rename {shared/Infrastructure/Persistence/Wordpress => Shared/Infrastructure/Persistence/WordPress}/WordPressDefaultsRepository.php (100%) rename {shared => Shared}/Infrastructure/README.md (100%) rename {shared => Shared}/Infrastructure/Scripts/validate-architecture.php (100%) rename {shared => Shared}/Infrastructure/Services/.gitkeep (100%) rename {shared => Shared}/Infrastructure/Services/CSSGeneratorService.php (100%) rename {shared => Shared}/Infrastructure/Services/CleanupService.php (100%) rename {shared => Shared}/Infrastructure/Services/SchemaSyncService.php (100%) rename {shared => Shared}/Infrastructure/Services/WordPressCacheService.php (100%) rename {shared => Shared}/Infrastructure/Services/WordPressValidationService.php (100%) rename {shared => Shared}/Infrastructure/Traits/.gitkeep (100%) rename {shared => Shared}/Infrastructure/Ui/TopNotificationBarFormBuilder.php (100%) rename {shared => Shared}/Infrastructure/Validators/CSSConflictValidator.php (100%) rename {shared => Shared}/Infrastructure/Validators/FolderStructureValidator.php (100%) rename {shared => Shared}/Infrastructure/Validators/Phase01Validator.php (100%) rename {shared => Shared}/Infrastructure/Validators/Phase02Validator.php (100%) rename {shared => Shared}/Infrastructure/Validators/Phase03Validator.php (100%) rename {shared => Shared}/Infrastructure/Validators/Phase04Validator.php (100%) rename {shared => Shared}/Infrastructure/Validators/Phase05Validator.php (100%) rename {shared => Shared}/Infrastructure/Validators/PhaseValidatorInterface.php (100%) rename {shared => Shared}/Infrastructure/Validators/TemplateCallsValidator.php (100%) rename {shared => Shared}/Infrastructure/Validators/ValidationResult.php (100%) diff --git a/Admin/Infrastructure/Api/Wordpress/AdminMenuRegistrar.php b/Admin/Infrastructure/Api/WordPress/AdminMenuRegistrar.php similarity index 100% rename from Admin/Infrastructure/Api/Wordpress/AdminMenuRegistrar.php rename to Admin/Infrastructure/Api/WordPress/AdminMenuRegistrar.php diff --git a/Admin/Shared/Infrastructure/Api/Wordpress/AdminAjaxHandler.php b/Admin/Shared/Infrastructure/Api/WordPress/AdminAjaxHandler.php similarity index 100% rename from Admin/Shared/Infrastructure/Api/Wordpress/AdminAjaxHandler.php rename to Admin/Shared/Infrastructure/Api/WordPress/AdminAjaxHandler.php diff --git a/schemas/.gitkeep b/Schemas/.gitkeep similarity index 100% rename from schemas/.gitkeep rename to Schemas/.gitkeep diff --git a/schemas/contact-form.json b/Schemas/contact-form.json similarity index 100% rename from schemas/contact-form.json rename to Schemas/contact-form.json diff --git a/schemas/cta-box-sidebar.json b/Schemas/cta-box-sidebar.json similarity index 100% rename from schemas/cta-box-sidebar.json rename to Schemas/cta-box-sidebar.json diff --git a/schemas/cta-lets-talk.json b/Schemas/cta-lets-talk.json similarity index 100% rename from schemas/cta-lets-talk.json rename to Schemas/cta-lets-talk.json diff --git a/schemas/cta-post.json b/Schemas/cta-post.json similarity index 100% rename from schemas/cta-post.json rename to Schemas/cta-post.json diff --git a/schemas/featured-image.json b/Schemas/featured-image.json similarity index 100% rename from schemas/featured-image.json rename to Schemas/featured-image.json diff --git a/schemas/footer.json b/Schemas/footer.json similarity index 100% rename from schemas/footer.json rename to Schemas/footer.json diff --git a/schemas/hero.json b/Schemas/hero.json similarity index 100% rename from schemas/hero.json rename to Schemas/hero.json diff --git a/schemas/navbar.json b/Schemas/navbar.json similarity index 100% rename from schemas/navbar.json rename to Schemas/navbar.json diff --git a/schemas/related-post.json b/Schemas/related-post.json similarity index 100% rename from schemas/related-post.json rename to Schemas/related-post.json diff --git a/schemas/social-share.json b/Schemas/social-share.json similarity index 100% rename from schemas/social-share.json rename to Schemas/social-share.json diff --git a/schemas/table-of-contents.json b/Schemas/table-of-contents.json similarity index 100% rename from schemas/table-of-contents.json rename to Schemas/table-of-contents.json diff --git a/schemas/theme-settings.json b/Schemas/theme-settings.json similarity index 100% rename from schemas/theme-settings.json rename to Schemas/theme-settings.json diff --git a/schemas/top-notification-bar.json b/Schemas/top-notification-bar.json similarity index 100% rename from schemas/top-notification-bar.json rename to Schemas/top-notification-bar.json diff --git a/shared/Application/.gitkeep b/Shared/Application/.gitkeep similarity index 100% rename from shared/Application/.gitkeep rename to Shared/Application/.gitkeep diff --git a/shared/Application/Contracts/.gitkeep b/Shared/Application/Contracts/.gitkeep similarity index 100% rename from shared/Application/Contracts/.gitkeep rename to Shared/Application/Contracts/.gitkeep diff --git a/shared/Application/Dtos/.gitkeep b/Shared/Application/Dtos/.gitkeep similarity index 100% rename from shared/Application/Dtos/.gitkeep rename to Shared/Application/Dtos/.gitkeep diff --git a/shared/Application/README.md b/Shared/Application/README.md similarity index 100% rename from shared/Application/README.md rename to Shared/Application/README.md diff --git a/shared/Application/Services/.gitkeep b/Shared/Application/Services/.gitkeep similarity index 100% rename from shared/Application/Services/.gitkeep rename to Shared/Application/Services/.gitkeep diff --git a/shared/Application/UseCases/.gitkeep b/Shared/Application/UseCases/.gitkeep similarity index 100% rename from shared/Application/UseCases/.gitkeep rename to Shared/Application/UseCases/.gitkeep diff --git a/shared/Application/UseCases/DeleteComponent/DeleteComponentRequest.php b/Shared/Application/UseCases/DeleteComponent/DeleteComponentRequest.php similarity index 100% rename from shared/Application/UseCases/DeleteComponent/DeleteComponentRequest.php rename to Shared/Application/UseCases/DeleteComponent/DeleteComponentRequest.php diff --git a/shared/Application/UseCases/DeleteComponent/DeleteComponentResponse.php b/Shared/Application/UseCases/DeleteComponent/DeleteComponentResponse.php similarity index 100% rename from shared/Application/UseCases/DeleteComponent/DeleteComponentResponse.php rename to Shared/Application/UseCases/DeleteComponent/DeleteComponentResponse.php diff --git a/shared/Application/UseCases/DeleteComponent/DeleteComponentUseCase.php b/Shared/Application/UseCases/DeleteComponent/DeleteComponentUseCase.php similarity index 100% rename from shared/Application/UseCases/DeleteComponent/DeleteComponentUseCase.php rename to Shared/Application/UseCases/DeleteComponent/DeleteComponentUseCase.php diff --git a/shared/Application/UseCases/GetComponent/GetComponentRequest.php b/Shared/Application/UseCases/GetComponent/GetComponentRequest.php similarity index 100% rename from shared/Application/UseCases/GetComponent/GetComponentRequest.php rename to Shared/Application/UseCases/GetComponent/GetComponentRequest.php diff --git a/shared/Application/UseCases/GetComponent/GetComponentResponse.php b/Shared/Application/UseCases/GetComponent/GetComponentResponse.php similarity index 100% rename from shared/Application/UseCases/GetComponent/GetComponentResponse.php rename to Shared/Application/UseCases/GetComponent/GetComponentResponse.php diff --git a/shared/Application/UseCases/GetComponent/GetComponentUseCase.php b/Shared/Application/UseCases/GetComponent/GetComponentUseCase.php similarity index 100% rename from shared/Application/UseCases/GetComponent/GetComponentUseCase.php rename to Shared/Application/UseCases/GetComponent/GetComponentUseCase.php diff --git a/shared/Application/UseCases/GetComponentSettings/GetComponentSettingsUseCase.php b/Shared/Application/UseCases/GetComponentSettings/GetComponentSettingsUseCase.php similarity index 100% rename from shared/Application/UseCases/GetComponentSettings/GetComponentSettingsUseCase.php rename to Shared/Application/UseCases/GetComponentSettings/GetComponentSettingsUseCase.php diff --git a/shared/Application/UseCases/SaveComponent/SaveComponentRequest.php b/Shared/Application/UseCases/SaveComponent/SaveComponentRequest.php similarity index 100% rename from shared/Application/UseCases/SaveComponent/SaveComponentRequest.php rename to Shared/Application/UseCases/SaveComponent/SaveComponentRequest.php diff --git a/shared/Application/UseCases/SaveComponent/SaveComponentResponse.php b/Shared/Application/UseCases/SaveComponent/SaveComponentResponse.php similarity index 100% rename from shared/Application/UseCases/SaveComponent/SaveComponentResponse.php rename to Shared/Application/UseCases/SaveComponent/SaveComponentResponse.php diff --git a/shared/Application/UseCases/SaveComponent/SaveComponentUseCase.php b/Shared/Application/UseCases/SaveComponent/SaveComponentUseCase.php similarity index 100% rename from shared/Application/UseCases/SaveComponent/SaveComponentUseCase.php rename to Shared/Application/UseCases/SaveComponent/SaveComponentUseCase.php diff --git a/shared/Application/UseCases/SaveComponentSettings/SaveComponentSettingsUseCase.php b/Shared/Application/UseCases/SaveComponentSettings/SaveComponentSettingsUseCase.php similarity index 100% rename from shared/Application/UseCases/SaveComponentSettings/SaveComponentSettingsUseCase.php rename to Shared/Application/UseCases/SaveComponentSettings/SaveComponentSettingsUseCase.php diff --git a/shared/Application/UseCases/SyncSchema/SyncSchemaRequest.php b/Shared/Application/UseCases/SyncSchema/SyncSchemaRequest.php similarity index 100% rename from shared/Application/UseCases/SyncSchema/SyncSchemaRequest.php rename to Shared/Application/UseCases/SyncSchema/SyncSchemaRequest.php diff --git a/shared/Application/UseCases/SyncSchema/SyncSchemaResponse.php b/Shared/Application/UseCases/SyncSchema/SyncSchemaResponse.php similarity index 100% rename from shared/Application/UseCases/SyncSchema/SyncSchemaResponse.php rename to Shared/Application/UseCases/SyncSchema/SyncSchemaResponse.php diff --git a/shared/Application/UseCases/SyncSchema/SyncSchemaUseCase.php b/Shared/Application/UseCases/SyncSchema/SyncSchemaUseCase.php similarity index 100% rename from shared/Application/UseCases/SyncSchema/SyncSchemaUseCase.php rename to Shared/Application/UseCases/SyncSchema/SyncSchemaUseCase.php diff --git a/shared/Domain/Contracts/.gitkeep b/Shared/Domain/Contracts/.gitkeep similarity index 100% rename from shared/Domain/Contracts/.gitkeep rename to Shared/Domain/Contracts/.gitkeep diff --git a/shared/Domain/Contracts/AjaxControllerInterface.php b/Shared/Domain/Contracts/AjaxControllerInterface.php similarity index 100% rename from shared/Domain/Contracts/AjaxControllerInterface.php rename to Shared/Domain/Contracts/AjaxControllerInterface.php diff --git a/shared/Domain/Contracts/CSSGeneratorInterface.php b/Shared/Domain/Contracts/CSSGeneratorInterface.php similarity index 100% rename from shared/Domain/Contracts/CSSGeneratorInterface.php rename to Shared/Domain/Contracts/CSSGeneratorInterface.php diff --git a/shared/Domain/Contracts/CacheServiceInterface.php b/Shared/Domain/Contracts/CacheServiceInterface.php similarity index 100% rename from shared/Domain/Contracts/CacheServiceInterface.php rename to Shared/Domain/Contracts/CacheServiceInterface.php diff --git a/shared/Domain/Contracts/CleanupServiceInterface.php b/Shared/Domain/Contracts/CleanupServiceInterface.php similarity index 100% rename from shared/Domain/Contracts/CleanupServiceInterface.php rename to Shared/Domain/Contracts/CleanupServiceInterface.php diff --git a/shared/Domain/Contracts/ComponentDefaultsRepositoryInterface.php b/Shared/Domain/Contracts/ComponentDefaultsRepositoryInterface.php similarity index 100% rename from shared/Domain/Contracts/ComponentDefaultsRepositoryInterface.php rename to Shared/Domain/Contracts/ComponentDefaultsRepositoryInterface.php diff --git a/shared/Domain/Contracts/ComponentManagerInterface.php b/Shared/Domain/Contracts/ComponentManagerInterface.php similarity index 100% rename from shared/Domain/Contracts/ComponentManagerInterface.php rename to Shared/Domain/Contracts/ComponentManagerInterface.php diff --git a/shared/Domain/Contracts/ComponentRepositoryInterface.php b/Shared/Domain/Contracts/ComponentRepositoryInterface.php similarity index 100% rename from shared/Domain/Contracts/ComponentRepositoryInterface.php rename to Shared/Domain/Contracts/ComponentRepositoryInterface.php diff --git a/shared/Domain/Contracts/ComponentSettingsRepositoryInterface.php b/Shared/Domain/Contracts/ComponentSettingsRepositoryInterface.php similarity index 100% rename from shared/Domain/Contracts/ComponentSettingsRepositoryInterface.php rename to Shared/Domain/Contracts/ComponentSettingsRepositoryInterface.php diff --git a/shared/Domain/Contracts/ConfigurationServiceInterface.php b/Shared/Domain/Contracts/ConfigurationServiceInterface.php similarity index 100% rename from shared/Domain/Contracts/ConfigurationServiceInterface.php rename to Shared/Domain/Contracts/ConfigurationServiceInterface.php diff --git a/shared/Domain/Contracts/DefaultRepositoryInterface.php b/Shared/Domain/Contracts/DefaultRepositoryInterface.php similarity index 100% rename from shared/Domain/Contracts/DefaultRepositoryInterface.php rename to Shared/Domain/Contracts/DefaultRepositoryInterface.php diff --git a/shared/Domain/Contracts/RendererInterface.php b/Shared/Domain/Contracts/RendererInterface.php similarity index 100% rename from shared/Domain/Contracts/RendererInterface.php rename to Shared/Domain/Contracts/RendererInterface.php diff --git a/shared/Domain/Contracts/SchemaSyncServiceInterface.php b/Shared/Domain/Contracts/SchemaSyncServiceInterface.php similarity index 100% rename from shared/Domain/Contracts/SchemaSyncServiceInterface.php rename to Shared/Domain/Contracts/SchemaSyncServiceInterface.php diff --git a/shared/Domain/Contracts/TransactionManagerInterface.php b/Shared/Domain/Contracts/TransactionManagerInterface.php similarity index 100% rename from shared/Domain/Contracts/TransactionManagerInterface.php rename to Shared/Domain/Contracts/TransactionManagerInterface.php diff --git a/shared/Domain/Contracts/ValidationServiceInterface.php b/Shared/Domain/Contracts/ValidationServiceInterface.php similarity index 100% rename from shared/Domain/Contracts/ValidationServiceInterface.php rename to Shared/Domain/Contracts/ValidationServiceInterface.php diff --git a/shared/Domain/Entities/Component.php b/Shared/Domain/Entities/Component.php similarity index 100% rename from shared/Domain/Entities/Component.php rename to Shared/Domain/Entities/Component.php diff --git a/shared/Domain/Exceptions/.gitkeep b/Shared/Domain/Exceptions/.gitkeep similarity index 100% rename from shared/Domain/Exceptions/.gitkeep rename to Shared/Domain/Exceptions/.gitkeep diff --git a/shared/Domain/Exceptions/ComponentNotFoundException.php b/Shared/Domain/Exceptions/ComponentNotFoundException.php similarity index 100% rename from shared/Domain/Exceptions/ComponentNotFoundException.php rename to Shared/Domain/Exceptions/ComponentNotFoundException.php diff --git a/shared/Domain/Exceptions/InvalidComponentException.php b/Shared/Domain/Exceptions/InvalidComponentException.php similarity index 100% rename from shared/Domain/Exceptions/InvalidComponentException.php rename to Shared/Domain/Exceptions/InvalidComponentException.php diff --git a/shared/Domain/README.md b/Shared/Domain/README.md similarity index 100% rename from shared/Domain/README.md rename to Shared/Domain/README.md diff --git a/shared/Domain/ValueObjects/.gitkeep b/Shared/Domain/ValueObjects/.gitkeep similarity index 100% rename from shared/Domain/ValueObjects/.gitkeep rename to Shared/Domain/ValueObjects/.gitkeep diff --git a/shared/Domain/ValueObjects/ComponentConfiguration.php b/Shared/Domain/ValueObjects/ComponentConfiguration.php similarity index 100% rename from shared/Domain/ValueObjects/ComponentConfiguration.php rename to Shared/Domain/ValueObjects/ComponentConfiguration.php diff --git a/shared/Domain/ValueObjects/ComponentContent.php b/Shared/Domain/ValueObjects/ComponentContent.php similarity index 100% rename from shared/Domain/ValueObjects/ComponentContent.php rename to Shared/Domain/ValueObjects/ComponentContent.php diff --git a/shared/Domain/ValueObjects/ComponentName.php b/Shared/Domain/ValueObjects/ComponentName.php similarity index 100% rename from shared/Domain/ValueObjects/ComponentName.php rename to Shared/Domain/ValueObjects/ComponentName.php diff --git a/shared/Domain/ValueObjects/ComponentVisibility.php b/Shared/Domain/ValueObjects/ComponentVisibility.php similarity index 100% rename from shared/Domain/ValueObjects/ComponentVisibility.php rename to Shared/Domain/ValueObjects/ComponentVisibility.php diff --git a/shared/Infrastructure/Adapters/LegacyDBManagerAdapter.php b/Shared/Infrastructure/Adapters/LegacyDBManagerAdapter.php similarity index 100% rename from shared/Infrastructure/Adapters/LegacyDBManagerAdapter.php rename to Shared/Infrastructure/Adapters/LegacyDBManagerAdapter.php diff --git a/shared/Infrastructure/Api/Wordpress/.gitkeep b/Shared/Infrastructure/Api/WordPress/.gitkeep similarity index 100% rename from shared/Infrastructure/Api/Wordpress/.gitkeep rename to Shared/Infrastructure/Api/WordPress/.gitkeep diff --git a/shared/Infrastructure/Api/Wordpress/AjaxController.php b/Shared/Infrastructure/Api/WordPress/AjaxController.php similarity index 100% rename from shared/Infrastructure/Api/Wordpress/AjaxController.php rename to Shared/Infrastructure/Api/WordPress/AjaxController.php diff --git a/shared/Infrastructure/Api/Wordpress/MigrationCommand.php b/Shared/Infrastructure/Api/WordPress/MigrationCommand.php similarity index 100% rename from shared/Infrastructure/Api/Wordpress/MigrationCommand.php rename to Shared/Infrastructure/Api/WordPress/MigrationCommand.php diff --git a/shared/Infrastructure/Di/DIContainer.php b/Shared/Infrastructure/Di/DIContainer.php similarity index 100% rename from shared/Infrastructure/Di/DIContainer.php rename to Shared/Infrastructure/Di/DIContainer.php diff --git a/shared/Infrastructure/Facades/ComponentManager.php b/Shared/Infrastructure/Facades/ComponentManager.php similarity index 100% rename from shared/Infrastructure/Facades/ComponentManager.php rename to Shared/Infrastructure/Facades/ComponentManager.php diff --git a/shared/Infrastructure/Logging/DeprecationLogger.php b/Shared/Infrastructure/Logging/DeprecationLogger.php similarity index 100% rename from shared/Infrastructure/Logging/DeprecationLogger.php rename to Shared/Infrastructure/Logging/DeprecationLogger.php diff --git a/shared/Infrastructure/Persistence/Wordpress/.gitkeep b/Shared/Infrastructure/Persistence/WordPress/.gitkeep similarity index 100% rename from shared/Infrastructure/Persistence/Wordpress/.gitkeep rename to Shared/Infrastructure/Persistence/WordPress/.gitkeep diff --git a/shared/Infrastructure/Persistence/Wordpress/WordPressComponentRepository.php b/Shared/Infrastructure/Persistence/WordPress/WordPressComponentRepository.php similarity index 100% rename from shared/Infrastructure/Persistence/Wordpress/WordPressComponentRepository.php rename to Shared/Infrastructure/Persistence/WordPress/WordPressComponentRepository.php diff --git a/shared/Infrastructure/Persistence/Wordpress/WordPressComponentSettingsRepository.php b/Shared/Infrastructure/Persistence/WordPress/WordPressComponentSettingsRepository.php similarity index 100% rename from shared/Infrastructure/Persistence/Wordpress/WordPressComponentSettingsRepository.php rename to Shared/Infrastructure/Persistence/WordPress/WordPressComponentSettingsRepository.php diff --git a/shared/Infrastructure/Persistence/Wordpress/WordPressDefaultsRepository.php b/Shared/Infrastructure/Persistence/WordPress/WordPressDefaultsRepository.php similarity index 100% rename from shared/Infrastructure/Persistence/Wordpress/WordPressDefaultsRepository.php rename to Shared/Infrastructure/Persistence/WordPress/WordPressDefaultsRepository.php diff --git a/shared/Infrastructure/README.md b/Shared/Infrastructure/README.md similarity index 100% rename from shared/Infrastructure/README.md rename to Shared/Infrastructure/README.md diff --git a/shared/Infrastructure/Scripts/validate-architecture.php b/Shared/Infrastructure/Scripts/validate-architecture.php similarity index 100% rename from shared/Infrastructure/Scripts/validate-architecture.php rename to Shared/Infrastructure/Scripts/validate-architecture.php diff --git a/shared/Infrastructure/Services/.gitkeep b/Shared/Infrastructure/Services/.gitkeep similarity index 100% rename from shared/Infrastructure/Services/.gitkeep rename to Shared/Infrastructure/Services/.gitkeep diff --git a/shared/Infrastructure/Services/CSSGeneratorService.php b/Shared/Infrastructure/Services/CSSGeneratorService.php similarity index 100% rename from shared/Infrastructure/Services/CSSGeneratorService.php rename to Shared/Infrastructure/Services/CSSGeneratorService.php diff --git a/shared/Infrastructure/Services/CleanupService.php b/Shared/Infrastructure/Services/CleanupService.php similarity index 100% rename from shared/Infrastructure/Services/CleanupService.php rename to Shared/Infrastructure/Services/CleanupService.php diff --git a/shared/Infrastructure/Services/SchemaSyncService.php b/Shared/Infrastructure/Services/SchemaSyncService.php similarity index 100% rename from shared/Infrastructure/Services/SchemaSyncService.php rename to Shared/Infrastructure/Services/SchemaSyncService.php diff --git a/shared/Infrastructure/Services/WordPressCacheService.php b/Shared/Infrastructure/Services/WordPressCacheService.php similarity index 100% rename from shared/Infrastructure/Services/WordPressCacheService.php rename to Shared/Infrastructure/Services/WordPressCacheService.php diff --git a/shared/Infrastructure/Services/WordPressValidationService.php b/Shared/Infrastructure/Services/WordPressValidationService.php similarity index 100% rename from shared/Infrastructure/Services/WordPressValidationService.php rename to Shared/Infrastructure/Services/WordPressValidationService.php diff --git a/shared/Infrastructure/Traits/.gitkeep b/Shared/Infrastructure/Traits/.gitkeep similarity index 100% rename from shared/Infrastructure/Traits/.gitkeep rename to Shared/Infrastructure/Traits/.gitkeep diff --git a/shared/Infrastructure/Ui/TopNotificationBarFormBuilder.php b/Shared/Infrastructure/Ui/TopNotificationBarFormBuilder.php similarity index 100% rename from shared/Infrastructure/Ui/TopNotificationBarFormBuilder.php rename to Shared/Infrastructure/Ui/TopNotificationBarFormBuilder.php diff --git a/shared/Infrastructure/Validators/CSSConflictValidator.php b/Shared/Infrastructure/Validators/CSSConflictValidator.php similarity index 100% rename from shared/Infrastructure/Validators/CSSConflictValidator.php rename to Shared/Infrastructure/Validators/CSSConflictValidator.php diff --git a/shared/Infrastructure/Validators/FolderStructureValidator.php b/Shared/Infrastructure/Validators/FolderStructureValidator.php similarity index 100% rename from shared/Infrastructure/Validators/FolderStructureValidator.php rename to Shared/Infrastructure/Validators/FolderStructureValidator.php diff --git a/shared/Infrastructure/Validators/Phase01Validator.php b/Shared/Infrastructure/Validators/Phase01Validator.php similarity index 100% rename from shared/Infrastructure/Validators/Phase01Validator.php rename to Shared/Infrastructure/Validators/Phase01Validator.php diff --git a/shared/Infrastructure/Validators/Phase02Validator.php b/Shared/Infrastructure/Validators/Phase02Validator.php similarity index 100% rename from shared/Infrastructure/Validators/Phase02Validator.php rename to Shared/Infrastructure/Validators/Phase02Validator.php diff --git a/shared/Infrastructure/Validators/Phase03Validator.php b/Shared/Infrastructure/Validators/Phase03Validator.php similarity index 100% rename from shared/Infrastructure/Validators/Phase03Validator.php rename to Shared/Infrastructure/Validators/Phase03Validator.php diff --git a/shared/Infrastructure/Validators/Phase04Validator.php b/Shared/Infrastructure/Validators/Phase04Validator.php similarity index 100% rename from shared/Infrastructure/Validators/Phase04Validator.php rename to Shared/Infrastructure/Validators/Phase04Validator.php diff --git a/shared/Infrastructure/Validators/Phase05Validator.php b/Shared/Infrastructure/Validators/Phase05Validator.php similarity index 100% rename from shared/Infrastructure/Validators/Phase05Validator.php rename to Shared/Infrastructure/Validators/Phase05Validator.php diff --git a/shared/Infrastructure/Validators/PhaseValidatorInterface.php b/Shared/Infrastructure/Validators/PhaseValidatorInterface.php similarity index 100% rename from shared/Infrastructure/Validators/PhaseValidatorInterface.php rename to Shared/Infrastructure/Validators/PhaseValidatorInterface.php diff --git a/shared/Infrastructure/Validators/TemplateCallsValidator.php b/Shared/Infrastructure/Validators/TemplateCallsValidator.php similarity index 100% rename from shared/Infrastructure/Validators/TemplateCallsValidator.php rename to Shared/Infrastructure/Validators/TemplateCallsValidator.php diff --git a/shared/Infrastructure/Validators/ValidationResult.php b/Shared/Infrastructure/Validators/ValidationResult.php similarity index 100% rename from shared/Infrastructure/Validators/ValidationResult.php rename to Shared/Infrastructure/Validators/ValidationResult.php