bootstrap()
KeyThe L0 read. One call at session start returns a ~200-token card: workspace state, open decisions, tripped invalidation criteria, and pending approvals. Everything else is ids to drill into — never a raw dump.
bootstrap()→ SESSION CARDCallable over MCP as bootstrap(). REST mirror POST /v1/bootstrap Planned — alpha is MCP-only
The first call of every session — and usually the only one an agent needs to know where it stands. ~200 tokens back: which decisions are open, which invalidation criteria tripped while nobody was looking, what's waiting on a human. An agent that starts here never re-derives the workspace from scratch, and never misses a thesis that broke overnight.
Over MCP, your agent invokes it on its own when the moment calls for it — just describe the situation. A Python SDK for headless runtimes is planned; this is what the call will look like.
None. The call is workspace-scoped by the key that makes it.

