ck_trace_packet
Export a structured trace packet containing failure patterns and evaluation candidates to enable systematic improvement from session or task traces.
Instructions
Export a structured session or task trace packet with failure patterns and eval candidates for trace-centered improvement loops.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| events_limit | No | ||
| 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 |
|---|---|---|---|
| eval_candidates | No | ||
| events | No | ||
| failure_patterns | No | ||
| session_id | No | ||
| task_id | No |