fix: use directory path format for commands/agents/skills
Claude Code requires simple directory paths like "./commands/" not object declarations with individual entries. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -16,28 +16,6 @@
|
|||||||
"ipam",
|
"ipam",
|
||||||
"dcim"
|
"dcim"
|
||||||
],
|
],
|
||||||
"commands": {
|
"commands": "./commands/",
|
||||||
"cmdb-search": {
|
"agents": "./agents/"
|
||||||
"description": "Search NetBox for devices, IPs, sites, or any CMDB object",
|
|
||||||
"source": "commands/cmdb-search.md"
|
|
||||||
},
|
|
||||||
"cmdb-device": {
|
|
||||||
"description": "Manage network devices (create, view, update, delete)",
|
|
||||||
"source": "commands/cmdb-device.md"
|
|
||||||
},
|
|
||||||
"cmdb-ip": {
|
|
||||||
"description": "Manage IP addresses and prefixes",
|
|
||||||
"source": "commands/cmdb-ip.md"
|
|
||||||
},
|
|
||||||
"cmdb-site": {
|
|
||||||
"description": "Manage sites and locations",
|
|
||||||
"source": "commands/cmdb-site.md"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"agents": {
|
|
||||||
"cmdb-assistant": {
|
|
||||||
"description": "Infrastructure management assistant for NetBox CMDB operations",
|
|
||||||
"source": "agents/cmdb-assistant.md"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -15,50 +15,7 @@
|
|||||||
"wikijs",
|
"wikijs",
|
||||||
"agile"
|
"agile"
|
||||||
],
|
],
|
||||||
"commands": {
|
"commands": "./commands/",
|
||||||
"sprint-plan": {
|
"agents": "./agents/",
|
||||||
"description": "Plan a new sprint with Gitea issues and Wiki.js documentation",
|
"skills": "./skills/"
|
||||||
"source": "commands/sprint-plan.md"
|
|
||||||
},
|
|
||||||
"sprint-start": {
|
|
||||||
"description": "Start sprint execution with orchestrator coordination",
|
|
||||||
"source": "commands/sprint-start.md"
|
|
||||||
},
|
|
||||||
"sprint-status": {
|
|
||||||
"description": "Get current sprint status and progress report",
|
|
||||||
"source": "commands/sprint-status.md"
|
|
||||||
},
|
|
||||||
"sprint-close": {
|
|
||||||
"description": "Close sprint and capture lessons learned",
|
|
||||||
"source": "commands/sprint-close.md"
|
|
||||||
},
|
|
||||||
"labels-sync": {
|
|
||||||
"description": "Sync label taxonomy from Gitea organization",
|
|
||||||
"source": "commands/labels-sync.md"
|
|
||||||
},
|
|
||||||
"initial-setup": {
|
|
||||||
"description": "Initialize projman configuration for a new project",
|
|
||||||
"source": "commands/initial-setup.md"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"agents": {
|
|
||||||
"planner": {
|
|
||||||
"description": "Architecture analysis and sprint planning agent",
|
|
||||||
"source": "agents/planner.md"
|
|
||||||
},
|
|
||||||
"orchestrator": {
|
|
||||||
"description": "Sprint execution coordinator and progress tracker",
|
|
||||||
"source": "agents/orchestrator.md"
|
|
||||||
},
|
|
||||||
"executor": {
|
|
||||||
"description": "Implementation agent that follows execution prompts",
|
|
||||||
"source": "agents/executor.md"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"skills": {
|
|
||||||
"label-taxonomy": {
|
|
||||||
"description": "Gitea label taxonomy reference for issue classification",
|
|
||||||
"source": "skills/label-taxonomy"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user