Merge pull request 'fix: move plugin.json to root level' (#13) from development into main
Reviewed-on: bandit/support-claude-mktplace#13
This commit was merged in pull request #13.
This commit is contained in:
@@ -1,85 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "projman",
|
|
||||||
"version": "0.1.0",
|
|
||||||
"displayName": "Projman - Project Management for Claude Code",
|
|
||||||
"description": "Sprint planning and project management with Gitea and Wiki.js integration. Provides AI-guided sprint planning, issue creation with label taxonomy, and lessons learned capture.",
|
|
||||||
"author": "Bandit Labs",
|
|
||||||
"homepage": "ssh://git@hotserv.tailc9b278.ts.net:2222/bandit/support-claude-mktplace",
|
|
||||||
"repository": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "ssh://git@hotserv.tailc9b278.ts.net:2222/bandit/support-claude-mktplace.git"
|
|
||||||
},
|
|
||||||
"license": "MIT",
|
|
||||||
"keywords": [
|
|
||||||
"project-management",
|
|
||||||
"sprint-planning",
|
|
||||||
"gitea",
|
|
||||||
"wikijs",
|
|
||||||
"agile",
|
|
||||||
"issue-tracking",
|
|
||||||
"lessons-learned"
|
|
||||||
],
|
|
||||||
"minimumClaudeVersion": "1.0.0",
|
|
||||||
"contributes": {
|
|
||||||
"commands": [
|
|
||||||
{
|
|
||||||
"name": "sprint-plan",
|
|
||||||
"title": "Plan Sprint",
|
|
||||||
"description": "Start sprint planning with AI-guided architecture analysis and issue creation",
|
|
||||||
"file": "commands/sprint-plan.md"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "sprint-start",
|
|
||||||
"title": "Start Sprint",
|
|
||||||
"description": "Begin sprint execution with relevant lessons learned from previous sprints",
|
|
||||||
"file": "commands/sprint-start.md"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "sprint-status",
|
|
||||||
"title": "Sprint Status",
|
|
||||||
"description": "Check current sprint progress and identify blockers",
|
|
||||||
"file": "commands/sprint-status.md"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "sprint-close",
|
|
||||||
"title": "Close Sprint",
|
|
||||||
"description": "Complete sprint and capture lessons learned to Wiki.js",
|
|
||||||
"file": "commands/sprint-close.md"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "labels-sync",
|
|
||||||
"title": "Sync Label Taxonomy",
|
|
||||||
"description": "Synchronize label taxonomy from Gitea and update suggestion logic",
|
|
||||||
"file": "commands/labels-sync.md"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"agents": [
|
|
||||||
{
|
|
||||||
"name": "planner",
|
|
||||||
"title": "Sprint Planner Agent",
|
|
||||||
"description": "Performs architecture analysis, asks clarifying questions, and creates detailed planning documents",
|
|
||||||
"file": "agents/planner.md"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "orchestrator",
|
|
||||||
"title": "Sprint Orchestrator Agent",
|
|
||||||
"description": "Coordinates sprint execution, generates lean prompts, and tracks progress",
|
|
||||||
"file": "agents/orchestrator.md"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "executor",
|
|
||||||
"title": "Implementation Executor Agent",
|
|
||||||
"description": "Provides implementation guidance and code review following architectural decisions",
|
|
||||||
"file": "agents/executor.md"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"skills": [
|
|
||||||
{
|
|
||||||
"name": "label-taxonomy",
|
|
||||||
"title": "Label Taxonomy Reference",
|
|
||||||
"description": "Dynamic reference for Gitea label taxonomy (organization + repository labels)",
|
|
||||||
"file": "skills/label-taxonomy/labels-reference.md"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
21
projman/plugin.json
Normal file
21
projman/plugin.json
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
{
|
||||||
|
"name": "projman",
|
||||||
|
"version": "0.1.0",
|
||||||
|
"description": "Sprint planning and project management with Gitea and Wiki.js integration",
|
||||||
|
"author": {
|
||||||
|
"name": "Bandit Labs",
|
||||||
|
"email": "dev@banditlabs.io"
|
||||||
|
},
|
||||||
|
"license": "MIT",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://gitea.hotserv.cloud/bandit/support-claude-mktplace"
|
||||||
|
},
|
||||||
|
"keywords": [
|
||||||
|
"project-management",
|
||||||
|
"sprint-planning",
|
||||||
|
"gitea",
|
||||||
|
"wikijs",
|
||||||
|
"agile"
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user