From 1a040a6579eacb1b916d4a8a67a594d75ecb387a Mon Sep 17 00:00:00 2001 From: Dilip Venkatesh <37123856+dilipgv@users.noreply.github.com> Date: Thu, 20 Aug 2026 10:25:20 -0700 Subject: [PATCH 1/2] Add plugin entry: command-center --- entries/command-center.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 entries/command-center.json diff --git a/entries/command-center.json b/entries/command-center.json new file mode 100644 index 0000000..5139c09 --- /dev/null +++ b/entries/command-center.json @@ -0,0 +1,17 @@ +{ + "id": "command-center", + "displayName": "Command Center", + "description": "Boards every dispatched request and open question as a card, lets you answer or comment on an agent's work straight from the board, and sends macOS notifications when a card's status changes.", + "icon": "Mail", + "tags": ["kanban", "board", "tasks", "notifications", "voice", "productivity"], + "author": { + "name": "Dilip Venkatesh", + "github": "dilipgv" + }, + "source": { + "git": { + "url": "https://github.com/dilipgv/bb-plugin-command-center.git", + "range": "^0.4.0" + } + } +} From 3139b9a543c4f48d2ae1ede90b861f81ca234022 Mon Sep 17 00:00:00 2001 From: dvenkatesh Date: Wed, 26 Aug 2026 14:58:21 -0700 Subject: [PATCH 2/2] Bump command-center's release range to ^0.7.0 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. --- entries/command-center.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entries/command-center.json b/entries/command-center.json index 5139c09..ef0b149 100644 --- a/entries/command-center.json +++ b/entries/command-center.json @@ -11,7 +11,7 @@ "source": { "git": { "url": "https://github.com/dilipgv/bb-plugin-command-center.git", - "range": "^0.4.0" + "range": "^0.7.0" } } }