Expand description
Git-based snapshot system for reliable file change tracking and revert.
Uses a shadow git repository to create atomic snapshots of modified files before and after tool execution. Enables reliable revert of any change set.
Structsยง
- Snapshot
Manager - Manages file snapshots using a shadow git repository.