mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-25 08:57:33 -04:00
- Moved query-related traits and structures from `cqrs` to `infra/query` for better symmetry with actions. - Updated import paths across various modules to reflect the new structure, ensuring consistent access to `CoreQuery` and `LibraryQuery`. - Introduced new `infra/wire` module for handling wire protocol and type extraction, enhancing code organization and discoverability. - Cleaned up obsolete references to the old `cqrs` module, improving maintainability.