pointbreak 0.5.0

Durable terminal code review for changes humans and coding agents collaborate on together
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Review-document contract snapshots are compared byte-for-byte against command
# output, which uses LF newlines. Pin them to LF so a CRLF checkout (Windows git
# autocrlf) does not break the byte-stability test.
tests/fixtures/review_documents/*.snap text eol=lf

# Signature golden-vector fixtures are compared byte-for-byte: the .bytes files
# against signing output, and every fixture against the deterministic
# regeneration builders, which emit LF. Keep them stable on Windows checkouts
# instead of allowing CRLF conversion.
tests/fixtures/event_signatures/*.bytes text eol=lf
tests/fixtures/event_signatures/*.json text eol=lf

# The inspector bundle is esbuild-emitted with LF and byte-compared by the CI
# freshness gate; pin LF so a CRLF checkout (Windows git autocrlf) cannot flap the
# diff.
src/cli/inspect/assets/app.js text eol=lf