mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-19 14:08:45 -04:00
- Introduced a new `ARCHITECTURE.md` file detailing the system overview, core architecture, daemon infrastructure, operations system, CLI client, data flow, key design decisions, implementation details, and future improvements. - Enhanced CLI commands to validate instance names for security and check if the daemon is already running before starting a new instance. - Updated the daemon's RPC server to handle requests concurrently and improved error handling with structured error types. - Refactored action and query execution to support async operations more effectively.