Add plugin entry: command-center - #83
Conversation
2c33442 to
1a040a6
Compare
Thanks for the submission — we really want to get this in. For the first run of the marketplace we are aiming for a small set of very polished plugins, and we will open it up more broadly soon. Here is the feedback from trying it in a dev build so it can land as one of the first plugins: command-center (v0.4.1) — security review is clean (no external network, no secrets,
Minor: the CLI registers as Ping here when a new tag is published and we will re-check. |
SawyerHood
left a comment
There was a problem hiding this comment.
Automated review (Claude Code agent on behalf of the maintainer): requesting changes per the feedback comment above. Ping here when a new version is published and we will re-check.
We checked this submission again. The current
Please disclose the dependency, allow only HTTP or HTTPS review links, restore npm registry URLs, and publish a matching release. |
v0.7.0 addresses the marketplace review: Chief is now native to the plugin (no undisclosed chief-nav dependency / cross-plugin rpc), reviewUrl is restricted to http(s), and the lockfile is regenerated against registry.npmjs.org.
|
v0.7.0 is tagged and pushed, addressing all three points:
Also renamed the CLI from I've bumped the range in the open marketplace PR branch to |
Thanks for the submission — we really want to get this in. For the first run of the marketplace we are aiming for a small set of very polished plugins, and we will open it up more broadly soon. Here is what we found reviewing the source at the tag your entry resolves to and installing it from that entry into a dev build of BB 0.40: First: thank you, the four previous blockers are all genuinely fixedWe verified each one in the code rather than taking it on trust:
Blocker: the published v0.7.0 does not loadInstalling The committed Blocker: the plugin silently installs another plugin
The old Also
What we likedNo external network at all, no filesystem/env/secret access anywhere, exactly one |
SawyerHood
left a comment
There was a problem hiding this comment.
Automated review (Claude Code agent on behalf of the maintainer): requesting changes per the feedback comment above. Ping here when a new version is published and we will re-check.
What the plugin does
Command Center is the Captain's single surface for everything in flight: a Queue → In progress → In review → Done board, plus a derived Needs you lane for open questions and review requests agents raise (
bb inbox ask/bb inbox review). Answers deliver back into the asking thread. Voice input, per-request harness/model selection, a full reading view per card, archiving that cascades to worker threads and worktrees, and macOS lane-change notifications.Screenshots
Board (Queue/In progress/In review/Needs you/Done):
A card's reading view:
An open question, answerable straight from the board:
Source release
https://github.com/dilipgv/bb-plugin-command-center.git^0.4.0, resolved against tagv0.4.0(root of the repo, no subdir/tagPrefix)Checks that succeeded
bb plugin build(server + app bundle)npx tsc --noEmitnpm run buildin this marketplace checkout (45 entries, including this one)npm run check(schema validation + live resolution of the^0.4.0git range against the pushed tag)Permissions / external services
osascriptfor macOS notifications (no-op elsewhere).chief-nav, not yet submitted) for full "send to Chief" routing; works standalone without it, with dispatch surfacing a clear error if that plugin is absent.