From 000694dcb578e800ddfb0e12d3ddd67b130588f1 Mon Sep 17 00:00:00 2001 From: mpmedia Date: Sat, 25 Jul 2026 20:54:48 -0500 Subject: [PATCH] release: publish mpm-brand-voice-plugin as a Codex marketplace --- .agents/plugins/marketplace.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .agents/plugins/marketplace.json diff --git a/.agents/plugins/marketplace.json b/.agents/plugins/marketplace.json new file mode 100644 index 0000000..4ffe4cc --- /dev/null +++ b/.agents/plugins/marketplace.json @@ -0,0 +1,20 @@ +{ + "name": "mpm-brand-voice-marketplace", + "interface": { + "displayName": "MPM Brand Voice" + }, + "plugins": [ + { + "name": "mpm-brand-voice", + "source": { + "source": "local", + "path": "." + }, + "policy": { + "installation": "AVAILABLE", + "authentication": "ON_INSTALL" + }, + "category": "Productivity" + } + ] +}