@tosin2013/kanbn
Version:
A CLI Kanban board with AI-powered task management features
32 lines (31 loc) • 635 B
JSON
{
"name": "AI Project Chat",
"commands": [
"chat",
"c"
],
"args": {
"boolean": [
"help",
"with-refs",
"with-integrations"
],
"string": [
"message",
"api-key",
"model",
"integration"
],
"alias": {
"help": ["h"],
"message": ["m"],
"with-refs": ["include-refs", "references"],
"api-key": ["key", "k"],
"model": ["mod"],
"with-integrations": ["integrations", "use-integrations"],
"integration": ["use-integration", "integrate"]
}
},
"controller": "./src/controller/chat",
"help": "./docs/commands/chat.txt"
}