The harness has three state surfaces. They are intentionally separate.Documentation Index
Fetch the complete documentation index at: https://docs.compose.market/llms.txt
Use this file to discover all available pages before exploring further.
| Surface | Scope | TTL | Use |
|---|---|---|---|
| Agent memory | Agent/user/thread/workflow scope | Durable or collection-defined | Recall across turns and runs. |
| Scratchpad | agentWallet + composeRunId + key | 1 hour | Private per-agent/run state. |
| Conclave | rootComposeRunId + key | 24 hours | Shared swarm artifacts and coordination state. |
Scratchpad
Scratchpad keys live under:Conclave
Conclave keys live under:rootComposeRunId, so the coordinator and descendants can read the same bus. Each write records writtenBy, ts, and a monotonic version.
Use conclave for handoff artifacts such as plan.md, phase, draft.html, or cross-agent status.