Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .agents/plugins/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"policy": {
"installation": "AVAILABLE",
"authentication": "ON_INSTALL"
"authentication": "ON_USE"
},
"category": "Coding"
}
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"files": [
"dist",
"plugin",
"plugins"
"plugins",
".agents"
],
"bin": {
"create-pipedrive-app": "./dist/cli.js"
Expand Down
Loading