import_fable_trace
Import prior Claude/Fable JSONL traces or workflow result JSON into CPG, creating queryable WORKFLOW, WORKER, trace event, and structured result nodes without executing trace commands.
Instructions
Read-only importer for Claude/Fable JSONL traces or workflow result JSON. Use when analyzing prior Fable sessions or preserving an external multi-agent workflow in CPG. It creates a WORKFLOW, WORKER nodes, trace events, and when present aggregate coverage/surviving/refuted STRUCTURED_RESULT nodes. It never executes commands from the trace. By default it filters JSONL imports to claude-fable rows when present and skips Opus/Sonnet rows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_events | No | ||
| trace_path | Yes | ||
| workflow_name | No | ||
| include_non_fable | No |