Files
agents/plugins/conductor/.claude-plugin/plugin.json
Seth Hobson d750cf0e44 fix(conductor): remove invalid attribution field from plugin metadata
The attribution field is not part of the Claude Code plugin schema.
Attribution is properly documented in README.md instead.
2026-01-15 22:36:24 -05:00

10 lines
311 B
JSON

{
"name": "conductor",
"description": "Context-Driven Development plugin that transforms Claude Code into a project management tool with structured workflow: Context → Spec & Plan → Implement",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "Apache-2.0"
}