Files
2026-06-04 23:14:07 -05:00

977 B

title, type, entity, version, schema, settings
title type entity version schema settings
Task schema Task 1
description status?(enum, current state) assigned_to? steps?(array) current_step? context? started? completed? blockers?(array) parent_task?
string, what needs to be done
active
blocked
done
abandoned
string, who is working on this string, ordered steps to complete integer, which step number is current string, key context needed to resume string, when work began string, when work finished string, what prevents progress Task, parent task if this is a subtask
validation
warn

Task

A Task note tracks work in progress so Codex can find it on the next thread. It matches the framework-agnostic memory-tasks shape.

Tasks are found by structured recall: search_notes(metadata_filters={"type": "task", "status": "active"}).

Put queryable fields such as status and current_step in frontmatter, and use observations for human-readable progress notes.