Skip to content

v0.4.2: no silent skips

Choose a tag to compare

@wkoverfield wkoverfield released this 04 Jul 21:33
6e913a1

Nothing leaves your commit silently.

Fixed

  • Binary and too-large files are never silently dropped from commits. package-lock.json could trip the too-large-to-diff classification and vanish from commit_mine without 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, skippedBinary in 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