37 lines
908 B
JSON
37 lines
908 B
JSON
[
|
|
{
|
|
"content": "Read app specification",
|
|
"status": "completed",
|
|
"activeForm": "Reading app specification"
|
|
},
|
|
{
|
|
"content": "Initialize Task Master",
|
|
"status": "completed",
|
|
"activeForm": "Initializing Task Master"
|
|
},
|
|
{
|
|
"content": "Parse spec into tasks with Task Master",
|
|
"status": "in_progress",
|
|
"activeForm": "Parsing spec into tasks"
|
|
},
|
|
{
|
|
"content": "Review and strengthen generated tasks",
|
|
"status": "pending",
|
|
"activeForm": "Reviewing and strengthening tasks"
|
|
},
|
|
{
|
|
"content": "Create project structure and init.sh",
|
|
"status": "pending",
|
|
"activeForm": "Creating project structure"
|
|
},
|
|
{
|
|
"content": "Initialize git and commit",
|
|
"status": "pending",
|
|
"activeForm": "Initializing git repository"
|
|
},
|
|
{
|
|
"content": "Write progress notes",
|
|
"status": "pending",
|
|
"activeForm": "Writing progress notes"
|
|
}
|
|
] |