From 91f3d587e5f7b0c825430ecf04b4d8598b0da406 Mon Sep 17 00:00:00 2001 From: Trevor Miller Date: Fri, 15 May 2026 10:55:07 -0400 Subject: [PATCH] =?UTF-8?q?fix(broadcast=20skill):=20--deploy-with-browser?= =?UTF-8?q?=20=E2=86=92=20--browser?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The flag was renamed CLI-wide (`--deploy-with-browser`/-burner → `--browser`/`--burner`). This was the lone leftover in the broadcast skill — the rest of the file already uses the new form. Co-Authored-By: Claude Opus 4.7 (1M context) --- skills/broadcast/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/broadcast/SKILL.md b/skills/broadcast/SKILL.md index f3cfbed..37ee9ab 100644 --- a/skills/broadcast/SKILL.md +++ b/skills/broadcast/SKILL.md @@ -80,7 +80,7 @@ bb deploy --browser --sign-only --msg-file tx.json --manager bb1... # Compose with build in one step bb build vault --name X --image Y --description Z --manager bb1... \ - --backing-coin BADGE --deploy-with-browser + --backing-coin BADGE --browser ``` The page validates a 6-digit PIN against what the CLI prints, blocks signing if the connected wallet's address doesn't match `--manager`, and reuses the dashboard's full review preview (Preview / Review Items / Transferability / Permissions / Details) for collection-creation msgs. The user can disconnect/reconnect a wallet inline if the wrong one was active.