taskmanager-ai
Version:
A CLI tool to manage your projects tasks with AI
18 lines (17 loc) • 416 B
JSON
{
"tasks": [],
"metadata": {
"projectType": "new",
"createdAt": "2025-04-23T00:00:00.000Z",
"lastUpdated": "2025-04-23T00:00:00.000Z",
"taskCount": 0,
"completedCount": 0,
"pendingCount": 0,
"inProgressCount": 0,
"deferredCount": 0,
"cancelledCount": 0,
"highPriorityCount": 0,
"mediumPriorityCount": 0,
"lowPriorityCount": 0
}
}