Goal
Support ANSI escape code rendering for authentic terminal feed visuals.
Why
Many real logs include ANSI color/style sequences.
Scope (atomic)
- Introduce
TerminalAnsi component.
- Parse common ANSI color/style codes.
- Keep output safe (no HTML injection risks).
Acceptance Criteria
Out of Scope
- Full terminal emulator behavior.
Goal
Support ANSI escape code rendering for authentic terminal feed visuals.
Why
Many real logs include ANSI color/style sequences.
Scope (atomic)
TerminalAnsicomponent.Acceptance Criteria
Out of Scope