ck_context
Fetch the full governed session state at the start of each task to reacquire mission, budget, findings, planning context, workspace snapshot, and drift signals for informed decision-making.
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. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| active_findings | No | ||
| attach_advisory | No | ||
| autonomy_profile | No | ||
| bootstrap_status | No | ||
| boundary_summary | No | ||
| budget_summary | No | ||
| compliance_profile | No | ||
| context_reacquisition | No | ||
| current_task | No | ||
| detail_hint | No | ||
| detail_level | No | ||
| improvement_loop | No | ||
| instruction_hierarchy | No | ||
| memory_hits | No | ||
| outcome_profile | No | ||
| past_patterns | No | ||
| planning_context | No | ||
| precedent | No | ||
| project_root | No | ||
| proof_summary | No | ||
| provider_status | No | ||
| recent_events | No | ||
| resume_packet | No | ||
| risk_tier | No | ||
| security_case_summary | No | ||
| session_id | No | ||
| session_title | No | ||
| task_augmentation | No | ||
| transcript_summary | No | ||
| workspace_cache_key | No | ||
| workspace_context | No |