bread/bread-sync/src
Breadway 364a35142e feat: add bread-sync module for snapshot and restore functionality
- Introduced `bread-sync` module with core functionalities for syncing system state via Git.
- Implemented `MachineProfile` struct for managing machine profiles, including methods for reading and writing profiles.
- Added package management support with snapshot capabilities for `pacman`, `pip`, `npm`, and `cargo`.
- Created comprehensive tests for sync operations, package parsing, and machine profile management.
- Enhanced `udev` adapter to include vendor and product IDs for scanned devices.
- Updated state engine to handle module clearing commands.
- Introduced Lua integration for accessing machine information and file system operations.
- Improved packaging documentation for Arch Linux and systemd service setup.
2026-05-12 00:20:45 +08:00
..
config.rs feat: add bread-sync module for snapshot and restore functionality 2026-05-12 00:20:45 +08:00
delegates.rs feat: add bread-sync module for snapshot and restore functionality 2026-05-12 00:20:45 +08:00
git.rs feat: add bread-sync module for snapshot and restore functionality 2026-05-12 00:20:45 +08:00
lib.rs feat: add bread-sync module for snapshot and restore functionality 2026-05-12 00:20:45 +08:00
machine.rs feat: add bread-sync module for snapshot and restore functionality 2026-05-12 00:20:45 +08:00
packages.rs feat: add bread-sync module for snapshot and restore functionality 2026-05-12 00:20:45 +08:00