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.