Skip to content

Align doctor Fix continuations with the finding ID column #1725

Description

@codeforester

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.

Metadata

Metadata

Assignees

Labels

bugSomething is not working

Type

No type

Projects

Status
Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions