mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-25 00:47:12 -04:00
- Added `schemars` dependency to facilitate JSON Schema generation. - Introduced a new `generate_schemas` binary for extracting and writing unified JSON schemas. - Enhanced existing modules to support schema generation, including updates to `build.rs` for change detection. - Updated various data structures with `JsonSchema` derives to enable schema extraction. - Created comprehensive documentation for the client generation system design, detailing architecture and usage. - Added TypeScript and Swift client generation scripts, ensuring type-safe access to the Spacedrive daemon API.