- justify: gate DIM/RESET separator coloring on color_enabled param;
previously leaked ANSI escapes when --color=never or NO_COLOR was set
- vcs: apply branch name truncation per config (truncate.enabled,
truncate.max, truncate.style) for both git and jj renderers;
previously ignored truncate config causing long branch names to
overflow and trigger unnecessary priority drops
- flex: account for prefix/suffix overhead when computing context_bar
flex expansion width; previously double-applied apply_formatting
causing line to overshoot term_width when prefix/suffix configured
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>