v0.1.9
Patch Changes
- #17
e962326Thanks @SutuSebastian! - Fix incremental detection reporting unchanged files as "changed" on every run when the working tree has uncommitted modifications.getChangedFilesnow compares content hashes against the index before including candidates, so only truly modified files enter the indexing pipeline.