011 GitHub stars
02Ensures code integrity through multi-layered hash verification (per-line, range, mtime guard) before edits hit disk.
03Reduces input tokens by up to 95% with `trueline_outline` for compact AST navigation.
04Enables targeted reads of multiple, disjoint code ranges in a single call with `trueline_read`.
05Supports atomic batch edits, reducing tool-call overhead for multi-site changes.
06Decreases output tokens by 44% using `trueline_edit` which avoids echoing old text.