docs(plugin): flip CLI examples to v2 short form#6
Merged
Conversation
Drop the `bb cli` infix from every plugin page, skill, agent, and slash command per the CLI v2 redesign locked on 2026-05-14 (autopilot ticket #0399, outputs/flagship-plans/cli-v2-design.md). Applied renames inside both prose and code blocks: - `bb cli <anything>` → `bb <anything>` - `bb cli portfolio` → `bb account` (absorbs `address convert/validate`, `lookup`, `alias`, `gen-list-id` as subcommands) - `bb cli config` → `bb settings` - `bb cli tool[s]` / `resources` / `docs` / `skills` / `gen-pub-key` → `bb dev <subcmd>` - `bb cli swap pools` / `bb cli swap asset-pairs` → `bb pools` / `bb pairs` - `sign-with-browser` and `gen-tx-payload` folded into `bb deploy --browser` / `bb deploy --gen-payload` - `bb cli <standard> build` (per-standard builders) → `bb build <type>` - Underlying `bitbadges-cli <subcmd>` invocations in skill examples flipped to `bb <subcmd>` (binary names retained only where the reader must know them to install or troubleshoot — README intro + `/bitbadges:setup` PATH check) Signing stays as `bb deploy --<method>` flags (no `bb sign <method>` subcommands per the locked decisions). The deprecated `bb cli` form keeps working for one release with a stderr deprecation banner; README now calls that out, and `BB_QUIET=1` suppresses the banner. No semantic / behavioral changes — invocation form only. Backs the implementation that lands in the bitbadgesjs SDK + bitbadgeschain PRs for ticket #0399. 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.
Summary
bb cliinfix from every plugin page, skill, agent, and slash command — examples now usebb <cmd>directly per the CLI v2 redesign locked on 2026-05-14 (autopilot ticket #0399, design docoutputs/flagship-plans/cli-v2-design.md).portfolio→account(absorbsaddress convert/validate,lookup,alias,gen-list-id),config→settings,tools/tool+resources/docs/skills/gen-pub-keymoved underdev,swap pools/swap asset-pairspromoted to top-levelpools/pairs, andsign-with-browser+gen-tx-payloadfolded intobb deploy --browser/bb deploy --gen-payload.bb cli <cmd>keeps working for one release with a stderr banner, suppressed byBB_QUIET=1.Signing stays as
bb deploy --<method>flags — nobb sign <method>subcommand was introduced anywhere. No semantic or behavioral changes; invocation form only. This PR is one of the doc sweeps that backs the SDK + chain binary implementation PRs being opened againstbitbadgesjsandbitbadgeschainfor ticket #0399.Files changed (13)
README.mdCHANGELOG.mdagents/bitbadges-builder.mdcommands/setup.md,commands/status.mdskills/address/SKILL.mdskills/broadcast/SKILL.mdskills/build/SKILL.mdskills/claim/SKILL.mdskills/explain/SKILL.mdskills/query/SKILL.mdskills/review/SKILL.mdskills/simulate/SKILL.mdTest plan
bb cli <cmd>invocations remain outside the README deprecation row and the CHANGELOG entry that documents the runway.bb deploy --browser / --burner / --with-keyring / --gen-payload(nobb sign <method>anywhere)./bitbadges:setupstill referencesbitbadgeschaind/bitbadges-clifor PATH checks (correct — those are the underlying binary names users install).DO NOT MERGE until the SDK rollout for #0399 lands — per
feedback_pr_merge_rulesno auto-merge, and perfeedback_one_pr_per_repo_for_refactorsthis is the plugin-side slice of the multi-repo refactor.