v0.4.2: no silent skips
Nothing leaves your commit silently.
Fixed
- Binary and too-large files are never silently dropped from commits.
package-lock.jsoncould trip the too-large-to-diff classification and vanish fromcommit_minewithout a word. Now a file covered by your whole-file or directory claim commits whole (byte-exact), and an unclaimed one skips loudly: a CLI warning,skippedBinaryin MCP responses, and a claim-it hint.
Docs
- The attribution-rebinding asymmetry, and the deadlock-break play for mutual contention.
Install: npm install -g @quilt-dev/cli
Full changelog: https://github.com/wkoverfield/quilt/blob/main/CHANGELOG.md