From 365274e2e21585889a146385bbfb0a412c452fb3 Mon Sep 17 00:00:00 2001 From: Alex Verkhovsky Date: Fri, 21 Aug 2026 00:48:16 -0700 Subject: [PATCH] =?UTF-8?q?chore(plugins):=20drop=20the=20obsolete=20Codex?= =?UTF-8?q?=20marketplace=20lid=20=E2=80=94=20Codex=20ships=20from=20bmad-?= =?UTF-8?q?plugins?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .agents/plugins/marketplace.json | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .agents/plugins/marketplace.json diff --git a/.agents/plugins/marketplace.json b/.agents/plugins/marketplace.json deleted file mode 100644 index 735e1cb1d..000000000 --- a/.agents/plugins/marketplace.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "name": "bmad-method", - "interface": { - "displayName": "BMad Method" - }, - "plugins": [ - { - "name": "bmad-method", - "source": { - "source": "local", - "path": "." - }, - "policy": { - "installation": "AVAILABLE", - "authentication": "ON_INSTALL" - }, - "category": "Productivity" - } - ] -}