Skip to content

[Atomic 09] Extend TerminalLog to support structured entries (non-breaking) #9

@clawgreen

Description

@clawgreen

Goal

Upgrade TerminalLog to support structured feed data without breaking existing lines: string[] usage.

Why

Backward compatibility plus richer data unlocks stronger feed UX.

Scope (atomic)

  • Add optional structured prop (e.g., entries) while keeping lines functional.
  • Internally reuse TerminalLogLine where possible.
  • Keep max-lines and auto-scroll behavior.

Acceptance Criteria

  • Existing string-based consumers continue to work unchanged.
  • Structured entries render with level metadata.
  • API docs/examples updated.

Out of Scope

  • Filtering/search UI.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requesthelp wantedExtra attention is needed

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions