Goal
Add a lightweight TerminalMarker component for visual separators in terminal feeds.
Why
Feeds are harder to scan without explicit phase boundaries (e.g., "Build", "Test", "Deploy").
Scope (atomic)
- New component file with typed props + JSDoc.
- Export from
components/terminal.tsx.
- Add a small playground example.
Suggested Props
label: string
timestamp?: string
variant?: 'info' | 'success' | 'warning' | 'error' | 'neutral'
Acceptance Criteria
Goal
Add a lightweight
TerminalMarkercomponent for visual separators in terminal feeds.Why
Feeds are harder to scan without explicit phase boundaries (e.g., "Build", "Test", "Deploy").
Scope (atomic)
components/terminal.tsx.Suggested Props
label: stringtimestamp?: stringvariant?: 'info' | 'success' | 'warning' | 'error' | 'neutral'Acceptance Criteria