@tosin2013/kanbn
Version:
A CLI Kanban board with AI-powered task management features
26 lines (25 loc) • 458 B
JSON
{
"name": "AI Task Decomposition",
"commands": [
"decompose",
"d"
],
"args": {
"boolean": [
"interactive",
"with-refs"
],
"string": [
"task",
"description"
],
"alias": {
"interactive": ["i"],
"task": ["t"],
"description": ["d"],
"with-refs": ["include-refs", "references"]
}
},
"controller": "./src/controller/decompose",
"help": "./docs/commands/decompose.txt"
}