diff --git a/.agents/plugins/marketplace.json b/.agents/plugins/marketplace.json index 849b368..6170dcf 100644 --- a/.agents/plugins/marketplace.json +++ b/.agents/plugins/marketplace.json @@ -12,7 +12,7 @@ }, "policy": { "installation": "AVAILABLE", - "authentication": "ON_INSTALL" + "authentication": "ON_USE" }, "category": "Coding" } diff --git a/README.md b/README.md index 16b9ca5..0e40d21 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ The package ships plugins for **Claude Code** and **Codex** that wrap the CLI wi This repository acts as the Claude Code plugin marketplace. Claude reads the marketplace catalog from `.claude-plugin/marketplace.json`, then installs the plugin from `plugin/`. -After this repository is public, install the plugin with: +Install the plugin with: ```bash claude plugin marketplace add pipedrive/create-pipedrive-app @@ -71,7 +71,8 @@ The plugin calls `npx create-pipedrive-app` under the hood, so the npm package m ### Codex ```bash -codex plugin install create-pipedrive-app +codex plugin marketplace add pipedrive/create-pipedrive-app +codex plugin add create-pipedrive-app@pipedrive ``` ### Available commands diff --git a/package.json b/package.json index bb3d9f6..6a24a28 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,8 @@ "files": [ "dist", "plugin", - "plugins" + "plugins", + ".agents" ], "bin": { "create-pipedrive-app": "./dist/cli.js"