ck_context
Retrieve the governed session state (mission, budget, findings, planning) to reinitialize task context at task start.
Instructions
Fetch the full governed session state: mission, budget, active findings, proof summary, planning context, workspace snapshot, drift signals, recent transcript events, resume packet, and ControlKeel instruction hierarchy. Read-only. detail_level compact (default) returns a token-efficient summary; use full only when raw workspace, resume, or transcript payloads are required. session_id defaults to the active bound session; pass project_root to resolve it automatically. Call ck_context at the start of every task to reacquire state. Prefer ck_context_pack when you need a focused, citation-enriched bundle for a specific retrieval query rather than the full session snapshot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| detail_level | No | Use compact by default to reduce token usage; request full only when raw workspace/resume/transcript payloads are needed. | |
| project_root | No | Absolute path to the project root directory on the local filesystem. | |
| session_id | No | Unique session identifier for correlating findings, proofs, budget, and audit trail. | |
| task_id | No | Task identifier within the session for scoped operations. |