From a402f081057b9deeeffebb702105ff3e850ff08d Mon Sep 17 00:00:00 2001 From: aeneasr <3372410+aeneasr@users.noreply.github.com> Date: Sun, 9 Aug 2026 09:01:01 +0200 Subject: [PATCH] feat: add Lumen Codex marketplace entry --- .agents/plugins/marketplace.json | 36 ++++++++++++++++++++++++++++++++ 1 file changed, 36 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..9dbb9a3 --- /dev/null +++ b/.agents/plugins/marketplace.json @@ -0,0 +1,36 @@ +{ + "name": "ory", + "interface": { + "displayName": "Ory" + }, + "plugins": [ + { + "name": "lumen", + "source": { + "source": "url", + "url": "https://github.com/ory/lumen.git", + "path": "plugins/lumen" + }, + "policy": { + "installation": "AVAILABLE", + "authentication": "ON_INSTALL", + "products": ["CODEX"] + }, + "category": "Developer Tools", + "description": "Precise local semantic code search for Codex, powered by local embedding models." + }, + { + "name": "ory-agent-plugin", + "source": { + "source": "local", + "path": "./plugins/ory-agent-plugin" + }, + "policy": { + "installation": "AVAILABLE", + "authentication": "ON_INSTALL" + }, + "category": "development", + "description": "Ory plugin for Claude Code: scaffolding skills, a local Ory instance, and authentication, authorization, and audit for every tool call" + } + ] +}