Commit c7c8b17
committed
fix: keep the default reconcile output byte-identical
Found auditing this branch against main. Widening the band column to fit
`needs-review` changed the printed output of the DEFAULT path too — every
existing Mind-local run gained six columns of indent for a band that run can
never emit. The suspects themselves were unaffected (verified identical against
main, 29 of 135, no keys removed), but the text a human reads had shifted for
work that has nothing to do with this feature.
The width now follows the widest band actually present, floored at the previous
6. A default run prints exactly what main printed; only a run that emits
`needs-review` widens.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01PY39MRi1oPbxhhr6tDToQU1 parent 875330f commit c7c8b17
1 file changed
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1080 | 1080 | | |
1081 | 1081 | | |
1082 | 1082 | | |
| 1083 | + | |
| 1084 | + | |
| 1085 | + | |
| 1086 | + | |
| 1087 | + | |
1083 | 1088 | | |
1084 | | - | |
| 1089 | + | |
1085 | 1090 | | |
1086 | 1091 | | |
1087 | 1092 | | |
1088 | 1093 | | |
1089 | | - | |
| 1094 | + | |
1090 | 1095 | | |
1091 | 1096 | | |
1092 | 1097 | | |
| |||
0 commit comments