Skip to content

Commit 18ccaa9

Browse files
authored
fix(claude): move marketplace.json back to .claude-plugin directory (#115)
The marketplace.json must be at .claude-plugin/marketplace.json for plugin discovery. Updated the plugin source path accordingly.
1 parent 010a39d commit 18ccaa9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

platform-integrations/claude/marketplace.json renamed to .claude-plugin/marketplace.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
},
88
"plugins": [
99
{
10-
"name": "evolve-lite",
10+
"name": "evolve",
1111
"description": "Learn from conversations with auto-generated guidelines",
1212
"version": "1.0.0",
1313
"author": {
1414
"name": "Vinod Muthusamy"
1515
},
16-
"source": "./plugins/evolve-lite",
16+
"source": "./platform-integrations/claude/plugins/evolve-lite",
1717
"category": "productivity"
1818
}
1919
]

0 commit comments

Comments
 (0)