* refactor: migrate ProjectAuthWrapper to core layout and remove legacy implementations
- Replaced imports of ProjectAuthWrapper from legacy paths with the new core layout.
- Removed obsolete ProjectAuthWrapper files from both CE and EE layouts.
- Updated related components to utilize the new ProjectAuthWrapper structure, ensuring consistency across the application.
* refactor: consolidate workspace authentication handling and remove legacy components
- Updated WorkspaceAuthWrapper to accept workspaceSlug as a prop and removed the legacy implementation from CE and EE layouts.
- Introduced new components for handling workspace authorization, downgrade, and not found scenarios.
- Removed obsolete workspace-wrapper files and ensured the new structure is utilized across the application for better consistency and maintainability.
* refactor: consolidate app rail helper functions
* refactor: remove deprecated command palette types and helpers
* refactor: consolidate sidebar helper functions
* refactor: remove epic analytics helpers
* refactor: migrate workspace creation helper to a root level helper
* refactor: consolidate workitem actions helpers
* refactor: consolidate workitem filter helpers
* refactor: consolidate pi chat helpers
* refactor: consolidate project settings helpers
* refactor: consolidate swr helpers
* refactor: consolidate teamspace view and activity helpers
* refactor: consolidate work item custom property activity helpers
* refactor: consolidate workspace settings helper functions
* refactor: remove work item filters helper functions and consolidate logic
* fix: custom properties mutation in project-level work item filters
* fix: build and format
* refactor: consolidate types to core folder
* refactor: move silo related files to core folder
* refactor: move context libs to core folder
* refactor: consolidate all constants to core/constants
* refactor: consolidate all API services to core/services
* refactor: move EE components to core where no CE/EE code separation exists
Move components from ee/ to core/ that don't have any Community Edition (CE)
vs Enterprise Edition (EE) code split or separation logic.
* fix: build errors
* refactor: minor cleanup of unused components
* fix: build errors