Skip to content

docs(cli): refresh stale CLI flag mentions for envelope rollout#5

Merged
trevormil merged 1 commit into
masterfrom
plugin/cli-envelope-rollout
May 14, 2026
Merged

docs(cli): refresh stale CLI flag mentions for envelope rollout#5
trevormil merged 1 commit into
masterfrom
plugin/cli-envelope-rollout

Conversation

@trevormil

Copy link
Copy Markdown
Contributor

Summary

Two doc surfaces in this plugin still referenced flags that bitbadgesjs#231 dropped/aliased:

  • skills/broadcast/SKILL.md — example pipe used `--json-only` to suppress the auto-review banner. Replaced with `--quiet` (the post-#0398 spelling; `--json-only` continues to work as a deprecated alias).
  • commands/status.md — described `--json` as a way to get machine-readable output. Reworded — `doctor` now always emits the universal `{ok, data, warnings, error}` envelope to stdout, with the colored scorecard on stderr; the slash command surfaces the human form.

`scripts/doctor.sh --json` is the plugin's own bash-script flag (unrelated to the SDK CLI's removed flag) and is left untouched.

Test plan

  • grepped the repo for stale flag mentions post-edit; only remaining hit is `scripts/doctor.sh` (plugin-owned).

🤖 Generated with Claude Code

bitbadgesjs#231 dropped the `--json` boolean output flag (deprecated
alias `--json-only` still accepted). Two doc surfaces in this plugin
still referenced the old flags:

- skills/broadcast/SKILL.md: example pipe used `--json-only` to suppress
  the auto-review banner. Replace with `--quiet` (the post-#0398
  spelling — `--json-only` continues to work as a deprecated alias).
- commands/status.md: described `--json` as a way to get
  machine-readable output. Reword — `doctor` now always emits the
  universal `{ok, data, warnings, error}` envelope to stdout, with the
  colored scorecard on stderr; the slash command surfaces the human form.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@trevormil
trevormil merged commit 4205b58 into master May 14, 2026
1 check passed
@trevormil
trevormil deleted the plugin/cli-envelope-rollout branch May 14, 2026 14:49
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.

1 participant