mirror of
https://github.com/wshobson/agents.git
synced 2026-03-18 09:37:15 +00:00
fix(conductor): add missing category field to plugin.json
Add required fields for proper plugin discovery: - Add category: "workflows" (required for marketplace filtering) - Add homepage and repository URLs - Update author to match marketplace.json
This commit is contained in:
@@ -3,9 +3,11 @@
|
|||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"description": "Context-Driven Development plugin that transforms Claude Code into a project management tool. Implements structured workflow: Context → Spec & Plan → Implement with full TDD support, track-based work units, and semantic git reversion.",
|
"description": "Context-Driven Development plugin that transforms Claude Code into a project management tool. Implements structured workflow: Context → Spec & Plan → Implement with full TDD support, track-based work units, and semantic git reversion.",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Claude Agents",
|
"name": "Seth Hobson",
|
||||||
"url": "https://github.com/wshobson/claude-agents"
|
"url": "https://github.com/wshobson"
|
||||||
},
|
},
|
||||||
|
"homepage": "https://github.com/wshobson/agents",
|
||||||
|
"repository": "https://github.com/wshobson/agents",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"project-management",
|
"project-management",
|
||||||
@@ -14,5 +16,6 @@
|
|||||||
"planning",
|
"planning",
|
||||||
"specifications",
|
"specifications",
|
||||||
"workflow"
|
"workflow"
|
||||||
]
|
],
|
||||||
|
"category": "workflows"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user