Conversation
- Collapse `Global services:` to `N/N ● active` when stdout is a TTY and every service reports active; keep the expanded list for degraded repos, piped output, and `gx --verbose` / `GUARDEX_VERBOSE_STATUS`. - Add `GUARDEX_COMPACT_STATUS=1` override so the compact banner can also be exercised in non-TTY paths (tests, CI snapshots, screencasts). - Emit `[gitguardex] Next: …` before the help tree with a hint derived cheaply from current branch, `.omc/agent-worktrees` + `.omx/agent- worktrees` directory count, guardex toggle, and scan state. Surface an `⚠ N active agent worktree(s) → <invoked> finish --all` line on the base branch when any sandbox is live. - Rename the help-tree title from `<TOOL>-tools logs:` to `<invoked> help:` and thread the invoked basename (gx / gitguardex / guardex) through `usage(...)` + the trailing `Try '<invoked> doctor'` pointer so branding matches the command the user actually typed. - Add `getInvokedCliName()` helper and export it from `src/output`. - Update `test/status.test.js`: default bare-gx assertions match the new grouped COMMANDS tree + `gx help:` title; two new tests cover compact mode via `GUARDEX_COMPACT_STATUS=1` and `--verbose` forcing the expanded services list back on. - Bump `@imdeadpool/guardex` to `7.0.29` so the new banner ships as a publishable release; change notes live in `openspec/changes/agent-claude-improve-gx-bare-output-2026-04-23-23-58/`. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated by gx branch finish (PR flow).