Skip to content

fix(cli): add shared UI formatting utilities (status, time, pluralize) - #243

Merged
codeaholicguy merged 2 commits into
mainfrom
feature-ui-standards
Sep 23, 2026
Merged

codeaholicguy merged 2 commits into
mainfrom
feature-ui-standards

Conversation

@codeaholicguy

Copy link
Copy Markdown
Owner

Fixes #234

Shared status key→label/color map, time formatting with injectable clock (relative past/future + absolute), and pluralize helper under packages/cli/src/util/, with unit tests; capacity renderer rewired onto them with zero output change; standard documented in packages/cli/README.md. Validation: cli vitest 1172 passed, tsc clean. Note: per-command adoption happens in #235-#241 follow-ups.

@codeaholicguy
codeaholicguy merged commit d58171c into main Sep 23, 2026
7 checks passed
@codeaholicguy
codeaholicguy deleted the feature-ui-standards branch September 23, 2026 08:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ui: adopt shared status, time, and pluralization standards across CLI commands

1 participant