diff --git a/entries/command-center.json b/entries/command-center.json new file mode 100644 index 0000000..ef0b149 --- /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.7.0" + } + } +}