// THE LEDGER
Status
What is real, what is blocked on a credential, and what genuinely does not exist yet. Nothing here is filled in with a plausible number.
4Real sources
2Blocked on a key
3Honestly missing
0Stubs
Panels
| Panel | State | Detail |
|---|---|---|
| Docs | REAL | full vault, all 21 domains |
| Agents | REAL | 136 named · 13 registered |
| Crons | REAL | parsed live from .timer units |
| Skill trees | REAL | box-dependent |
| Sprints | BLOCKED | unblock: $TASKADE_API_KEY |
| Semantic recall | BLOCKED | unblock: $GOOGLE_APPLICATION_CREDENTIALS + $VERTEX_PROJECT_ID |
| Flows | MISSING | no workflow-run log exists yet |
| Generations | MISSING | no media-generation ledger exists yet |
| Links | MISSING | no curated store exists yet |
// WHY BLOCKED IS NOT BROKEN
A BLOCKED panel is finished code waiting on a credential. Each one names the exact environment variable that unblocks it, and reports BLOCKED as a normal result rather than throwing an error or silently returning an empty list.
// TASKADE, HONESTLY SCOPED
Taskade’s REST API has no workspace-creation endpoint — verified against the live documentation. Project creation inside an existing workspace is the capability the API actually exposes, so that is what is built.