cubepi-trace
Installation
SKILL.md
Debugging cubepi runs with cubepi trace
cubepi can record every agent run as an OpenTelemetry span tree, written to
local JSONL files. The cubepi trace CLI reads those files so you can see
exactly what happened inside a run without re-running it: which LLM calls and
tool calls fired, in what order, what each returned, where it errored, and the
token/cache counts. Reach for this before guessing at a bug.