taskmanager-ai
Version:
A CLI tool to manage your projects tasks with AI
25 lines (24 loc) • 463 B
JSON
{
"name": "Novo Projeto",
"description": "Descrição do projeto",
"technologies": [],
"type": "new",
"createdAt": "2025-04-23T00:00:00.000Z",
"structure": {
"directories": [],
"files": []
},
"taskCategories": [
"backend",
"frontend",
"database",
"devops",
"testing",
"documentation",
"refactoring",
"bugfix",
"feature"
],
"team": [],
"modules": []
}