Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ListTasks ¶
ListTasks returns every task dir under root/tasks/ with status + mtime, sorted by mtime desc. Used by the task-switch modal.
func LoadTask ¶
LoadTask reads tasks/<name>/{task.md,log.md,workers/*} and returns a Task snapshot. Never panics: parse failures degrade to status="unknown".
func PickActiveTask ¶
PickActiveTask implements DESIGN.md activation order:
- (caller already handled arg)
- task.md status==in_progress|reviewing|waiting_* — newest task.md mtime
- "" — caller opens modal
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.