Skip to content

Fix status output expectations - #244

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

codeaholicguy merged 2 commits into
mainfrom
feature-ui-status

Conversation

@codeaholicguy

@codeaholicguy codeaholicguy commented Sep 22, 2026

Copy link
Copy Markdown
Owner

Fixes #235

Summary:

  • Align status rendering colors and labels with the shared status style behavior without adding new util files.
  • Reconcile the human overall counts with the visible Checks table, including info rows.
  • Keep JSON shapes unchanged while routing JSON output through ui.text and preserving absolute paths in service output.
  • Shorten home-relative paths only in human output and show a dim explanation when no executable agents are visible.

Validation:

  • npm ci
  • cd packages/agent-manager && npm run build
  • cd packages/channel-connector && npm run build
  • cd packages/memory && npm run build
  • cd packages/cli && npx vitest run
  • cd packages/cli && npx tsc --noEmit
  • cd packages/cli && npx oxlint src
  • npx prettier --write packages/cli/src/commands/status/render.ts packages/cli/src/services/status/status.service.ts packages/cli/src/tests/commands/status.test.ts packages/cli/src/tests/services/status/status.service.test.ts
  • npm run lint
  • npm run test

Notes:

  • gh issue view 235 was unavailable locally because gh is not authenticated for the GitHub API.

@codeaholicguy codeaholicguy changed the title fix(cli): align status output with visible checks Fix status output expectations Sep 23, 2026
@codeaholicguy
codeaholicguy merged commit c8d29ba into main Sep 23, 2026
7 checks passed
@codeaholicguy
codeaholicguy deleted the feature-ui-status branch September 23, 2026 08:29
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(status): unify status vocabulary, reconcile counts, and stop coloring by string-matching

1 participant