Follow-up to #1723 and #1724.
The doctor text renderer still emits Fix: continuation lines from a hard-coded offset. In terminal output, the colored status prefix (including the Unicode status glyph) can occupy a different rendered width, so the continuation is visibly left of the finding ID column.
Acceptance criteria:
- Derive the continuation indentation from the same status-prefix layout used for the finding row; do not maintain a second hard-coded visual offset.
Fix: starts exactly under the finding ID column for colored terminal output and plain/non-TTY output.
- Add regression coverage for success/error rows and retain existing summary/severity behavior.
- This is output-only polish; no AI context update is needed.
Follow-up to #1723 and #1724.
The doctor text renderer still emits
Fix:continuation lines from a hard-coded offset. In terminal output, the colored status prefix (including the Unicode status glyph) can occupy a different rendered width, so the continuation is visibly left of the finding ID column.Acceptance criteria:
Fix:starts exactly under the finding ID column for colored terminal output and plain/non-TTY output.