sivtr-core 0.2.3

Core library for sivtr terminal output and AI coding session processing
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod index;
pub mod model;
pub mod refs;

pub use index::{
    work_record_content_matches, WorkRecordIndex, WorkRecordMatch, WorkRecordSearchScope,
};
pub use model::{
    chat_turn_ranges, is_real_user_block, RecordText, RecordTextMode, WorkChannel, WorkOutcome,
    WorkPart, WorkPartIo, WorkPartKind, WorkRecord, WorkRecordCopyParts, WorkRecordKind,
    WorkSessionRef, WorkSource, WorkStatus, WorkTime, RECORD_SCHEMA_VERSION,
};
pub use refs::{WorkRef, WorkRefSelector, WorkRefTarget};