Skip to content

Commit c64a2cb

Browse files
blafourcadeclaude
andcommitted
fix(framework): add version field to catalog entries
Plugins now display as name@1.0.0 in marketplace browse instead of name@? Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent d171001 commit c64a2cb

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,31 @@
22
"plugins": [
33
{
44
"name": "aidd-context",
5+
"version": "1.0.0",
56
"source": { "kind": "local", "path": "./plugins/aidd-context" },
67
"description": "Knowledge production: project init, architecture/context generation, brainstorm, challenge, mermaid, learn, discovery",
78
"recommended": true,
89
"strict": true
910
},
1011
{
1112
"name": "aidd-dev",
13+
"version": "1.0.0",
1214
"source": { "kind": "local", "path": "./plugins/aidd-dev" },
1315
"description": "Code transformation: SDLC orchestrator, plan, assert, audit, review, test, refactor, debug, for-sure. Hosts agents.",
1416
"recommended": true,
1517
"strict": true
1618
},
1719
{
1820
"name": "aidd-vcs",
21+
"version": "1.0.0",
1922
"source": { "kind": "local", "path": "./plugins/aidd-vcs" },
2023
"description": "External artifacts: commit, pull-request, release-tag, issue-create",
2124
"recommended": true,
2225
"strict": true
2326
},
2427
{
2528
"name": "aidd-pm",
29+
"version": "1.0.0-rc.1",
2630
"source": { "kind": "local", "path": "./plugins/aidd-pm" },
2731
"description": "Product management (release candidate): ticket-info, user-stories-create, prd",
2832
"recommended": false,

0 commit comments

Comments
 (0)