mirror of
https://github.com/wshobson/agents.git
synced 2026-03-18 17:47:16 +00:00
fix(conductor): move plugin to plugins/ directory for proper discovery
Conductor plugin was at root level instead of plugins/ directory, causing slash commands to not be recognized by Claude Code.
This commit is contained in:
10
plugins/conductor/templates/track-metadata.json
Normal file
10
plugins/conductor/templates/track-metadata.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "",
|
||||
"type": "feature|bug|chore|refactor",
|
||||
"status": "pending|in_progress|completed",
|
||||
"created_at": "",
|
||||
"updated_at": "",
|
||||
"description": "",
|
||||
"spec_path": "",
|
||||
"plan_path": ""
|
||||
}
|
||||
Reference in New Issue
Block a user