whogitit 0.2.0

Track AI-generated code at line-level granularity
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod diff;
pub mod hook;
pub mod pending;
pub mod snapshot;
pub mod threeway;

pub use hook::{CaptureHook, HookInput};
pub use pending::{PendingBuffer, PendingStore};
pub use snapshot::{AIEdit, ContentSnapshot, FileEditHistory, LineAttribution, LineSource};
pub use threeway::ThreeWayAnalyzer;