mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-05-01 03:44:12 -04:00
- Reintroduced the `metadata` module in the operations layer for better organization. - Replaced `UserMetadataService` with `UserMetadataManager` for improved clarity in user metadata handling. - Updated `SemanticTagService` references to `SemanticTagManager` in tag operations for consistency. - Enhanced documentation in the `tags` module to clarify the purpose and functionality of the tag operations. - Removed deprecated services and cleaned up imports to streamline the codebase. This commit improves the structure and readability of the semantic tagging system, setting the stage for future enhancements.