feat(node): Backport Follow Mode For v1.3.2 - #4995
Conversation
Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Claude <noreply@anthropic.com>
3a2b231 to
e9885e3
Compare
Review SummaryPR: Backport Follow Mode for v1.3.2 This PR adds a Assessment: No blocking findings. The implementation closely mirrors the existing
Tests cover CLI argument parsing, proofs flag defaults, and rejection of the |
|
Caution This PR may regress performance. 2 benchmark(s) slower by more than 10% beyond the noise band: Benchmark results (advisory)Median time on the PR head versus the base branch, measured on the same host. Wall-clock, so a change is only flagged when it clears ±10% and the confidence intervals do not overlap. Only benchmarks past the ±10% threshold (plus new or dropped ones) are listed. This check never blocks a merge.
37 benchmark(s) within ±10% omitted. |
Summary
Backports the unified binary follow mode from #4994 onto the
releases/v1.3.2release branch. This cherry-picks the three commits that add follow mode to the unified base binary along with the rustfmt and clippy cleanups. The commits applied cleanly with no conflicts. Note that #4994 is still open on main at the time of this backport, so this branch may need to be refreshed if that PR changes before it merges.