thread-ledger
Installation
SKILL.md
Thread Ledger
A session's record of what is open, how far along it is, and what it
waits on. Append-only events in the session-memory store named by
SESSION_MEMORY_URL, rendered as a page anyone can watch.
Where this is in force it replaces the native task list. Do not maintain both: two trackers drift, and the one being watched is the one that lies.
What a thread is, by session
The schema does not change by role; what counts as a thread does.
| Session | A thread is |
|---|---|
| orchestrator | one line of work the principal opened — usually several at once, with deps between them |
| worker | the ticket it was fired on, plus anything it split off (parent) |
| review | the PR under review; blocked on: external while it waits for the fix session |