ck_context
Fetch the complete governed session state at the start of each task, including mission, budget, findings, and planning context. Uses compact format by default for token efficiency.
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 |
|---|---|---|---|
| task_id | No | Task identifier within the session for scoped operations. | |
| session_id | No | Unique session identifier for correlating findings, proofs, budget, and audit trail. | |
| 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. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| precedent | No | ||
| risk_tier | No | ||
| session_id | No | ||
| detail_hint | No | ||
| memory_hits | No | ||
| current_task | No | ||
| detail_level | No | ||
| project_root | No | ||
| past_patterns | No | ||
| proof_summary | No | ||
| recent_events | No | ||
| resume_packet | No | ||
| session_title | No | ||
| budget_summary | No | ||
| active_findings | No | ||
| attach_advisory | No | ||
| outcome_profile | No | ||
| provider_status | No | ||
| autonomy_profile | No | ||
| bootstrap_status | No | ||
| boundary_summary | No | ||
| improvement_loop | No | ||
| planning_context | No | ||
| task_augmentation | No | ||
| workspace_context | No | ||
| compliance_profile | No | ||
| transcript_summary | No | ||
| workspace_cache_key | No | ||
| context_reacquisition | No | ||
| instruction_hierarchy | No | ||
| security_case_summary | No |