Skip to main content

Crate normalize_shadow

Crate normalize_shadow 

Source
Expand description

Shadow Git - automatic edit history tracking.

Maintains a hidden git repository (.normalize/shadow/) that automatically commits after each normalize edit operation, preserving full edit history.

Structs§

EditInfo
Information about an edit operation for shadow commit.
HistoryEntry
A single entry in shadow git history.
Shadow
Shadow git repository manager.
ShadowConfig
Shadow git configuration.
UndoResult
Result of an undo operation.
ValidationResult
Result of running a validation command in shadow worktree.

Enums§

ShadowError
Shadow git errors.