Commit faf6d46
committed
fix: point parallel-ai-agents dependency at its own marketplace (v2.92.1) (#244)
v2.92.0 declared the parallel-ai-agents install-time hard dependency with
marketplace "psychquant-claude-plugins", where the plugin does not exist — it
ships from its own "parallel-ai-agents" marketplace (PsychQuant/parallel-ai-agents).
Resolution failed at load time, so the whole issue-driven-dev plugin failed to
load and every /idd-* skill silently disappeared mid-session.
Corrected plugin.json dependencies[].marketplace and the marketplace-root
allowCrossMarketplaceDependenciesOn to "parallel-ai-agents" (keeping
claude-plugins-official for superpowers). Bumped 2.92.0 -> 2.92.1.
Refs #2441 parent 6dd4b43 commit faf6d46
3 files changed
Lines changed: 13 additions & 5 deletions
File tree
- .claude-plugin
- plugins/issue-driven-dev
- .claude-plugin
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
8 | 16 | | |
9 | 17 | | |
10 | 18 | | |
| |||
0 commit comments