Main branch Resync on w/ gitea. v0.1.6 #1

Merged
serversdown merged 20 commits from claude/nested-todo-app-mvp-014vUjLpD8wNjkMhLMXS6Kd5 into main 2026-01-04 04:30:52 -05:00
Showing only changes of commit cd8cb658e7 - Show all commits

24
import-template.json Normal file
View File

@@ -0,0 +1,24 @@
{
"project": {
"name": "New Project",
"description": "Describe the project here."
},
"tasks": [
{
"title": "Root Task Example",
"description": "Optional description.",
"status": "backlog",
"estimated_minutes": 60,
"tags": ["example"],
"flag_color": "orange",
"subtasks": [
{
"title": "Subtask Example",
"status": "backlog",
"estimated_minutes": 30,
"tags": []
}
]
}
]
}