Individual todo item
@type t() :: %LemonCliRunners.CodexSchema.TodoItem{ completed: boolean(), text: String.t() }