Functionsยง
- index_
event - ingest_
new_ events - Read only the tail of the JSONL log since the last call. The cheap path for hot loops (every MCP tool invocation): scan to the marker, ingest the rest, update the marker.
- list_
all_ projects - open
- rebuild_
state - task_
exists - Returns whether a task with this id has been recorded in the derived
state. Cheap O(1) lookup against the
tasksprimary key. Callers should runingest_new_eventsfirst if they want to see the latest JSONL state. - upsert_
task_ from_ event