normalize-shadow 0.3.2

Shadow git history tracking for normalize edit operations
Documentation
1
2
3
4
5
# normalize-shadow/src

Source for the shadow git tracking system.

- `lib.rs` — the entire implementation: `Shadow` struct with full history management (init, before/after edit, commit, undo, redo, goto, diff, tree, prune, validate, apply_to_real); `HistoryEntry`, `EditInfo`, `UndoResult`, `ValidationResult`, `ShadowConfig`, `ShadowError` (derives `thiserror::Error`; `Validation` variant has structured `message` and `exit_code` fields)