Skip to content

Commit d95f4fe

Browse files
pgesiakclaude
andcommitted
fix(plugin-workflow): remove invalid components field from plugin.json
- Removed unrecognized 'components' field - Updated author information to match marketplace - Claude Code doesn't support components field in manifest Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent f86a129 commit d95f4fe

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

plugins/plugin-workflow/.claude-plugin/plugin.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,8 @@
33
"version": "1.0.0",
44
"description": "Automated workflow agents for plugin development: test generation, documentation, marketplace management, releases, migrations, and dependency analysis",
55
"author": {
6-
"name": "Plugin Marketplace",
7-
"email": "plugins@example.com"
6+
"name": "hibariba",
7+
"email": "hibariba@gmail.com"
88
},
9-
"components": {
10-
"skills": false,
11-
"commands": false,
12-
"agents": true,
13-
"hooks": true,
14-
"mcp": false
15-
}
9+
"homepage": "https://github.com/hibariba/plugins/tree/main/plugins/plugin-workflow"
1610
}

0 commit comments

Comments
 (0)