API Reference
TODO_STATUSES
const TODO_STATUSES: readonly ["pending", "in_progress", "done", "cancelled", "failed"];Defined in: tools/builtin/todo-list.ts:31
The lifecycle states a TodoItem can be in.
const TODO_STATUSES: readonly ["pending", "in_progress", "done", "cancelled", "failed"];Defined in: tools/builtin/todo-list.ts:31
The lifecycle states a TodoItem can be in.