Summary
Create a unified design system for command output so all commands follow the same aesthetic pattern, making the CLI feel polished and professional.
Proposed pattern
Each command output should follow a consistent structure:
- Header - Short, contextual title (e.g., issue ID + title)
- Content - The main information, consistently formatted
- Footer - Links, hints, or next actions
Tasks
Notes
The formatters/human.ts already has good foundations with formatDetailsHeader, divider, and color utilities. Build on these patterns.
Summary
Create a unified design system for command output so all commands follow the same aesthetic pattern, making the CLI feel polished and professional.
Proposed pattern
Each command output should follow a consistent structure:
Tasks
issue list/issue viewto follow the patternorg list/org viewto follow the patternproject list/project viewto follow the patternevent viewto follow the patternauth statusto follow the patternNotes
The
formatters/human.tsalready has good foundations withformatDetailsHeader,divider, and color utilities. Build on these patterns.