Commit cba7ba5
committed
fix(codex): add canonical marketplace manifest and correct install docs
The previous Codex install flow was broken on two levels:
1. The README told users to run `codex plugin install dodopayments@dodopayments`,
which is not a real Codex subcommand (Codex CLI 0.129+ only supports
`codex plugin marketplace {add,upgrade,remove}`; plugin installation
happens via the `/plugins` slash command inside the TUI).
2. After `codex plugin marketplace add` succeeded, the plugin still did not
appear under `/plugins` because the repo only shipped a Claude-Code
marketplace at `.claude-plugin/marketplace.json`. Codex prefers
`.agents/plugins/marketplace.json` with its own schema (object `source`,
required `policy` and `category` fields). The Claude-Code-shaped manifest
was not a valid alternate layout for our split (`.codex-plugin/plugin.json`).
Add `.agents/plugins/marketplace.json` pointing the `dodopayments` plugin at
the repo root (`./`), where `.codex-plugin/plugin.json` already lives, and
rewrite the README's Codex section to reflect the actual two-step flow.
Closes #41 parent 3cebe97 commit cba7ba5
2 files changed
Lines changed: 40 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
30 | 46 | | |
31 | 47 | | |
32 | | - | |
33 | | - | |
| 48 | + | |
34 | 49 | | |
35 | 50 | | |
| 51 | + | |
| 52 | + | |
36 | 53 | | |
37 | 54 | | |
38 | 55 | | |
| |||
0 commit comments