harness-write 0.1.1

Write/Edit/MultiEdit tool for AI agent harnesses — atomic write, read-before-edit ledger, OLD_STRING_NOT_UNIQUE with match locations, OLD_STRING_NOT_FOUND with fuzzy candidates, sequential multi-edit pipeline
Documentation
1
2
3
4
5
6
pub const DEFAULT_FUZZY_TOP_K: usize = 3;
pub const DEFAULT_FUZZY_THRESHOLD: f64 = 0.7;
pub const DEFAULT_FUZZY_LENGTH_TOLERANCE: f64 = 0.15;
pub const CONTEXT_LINES: usize = 3;
pub const MAX_EDIT_FILE_SIZE: u64 = 5 * 1024 * 1024;
pub const BINARY_SAMPLE_BYTES: usize = 4096;