Goal
Export ComfyUI workflow executions into Pathlight so each run is inspectable as a trace and each prompt node is inspectable as a span.
Sprint 1 scope
- Add a standalone bridge for saved or live ComfyUI history responses.
- Map one workflow history item to one Pathlight trace.
- Map prompt nodes to chain spans with class type, node inputs, output metadata, and failures.
- Validate against the local collector with success and failure histories.
Follow-up scope
- Live server extension/custom node pack for node timing and artifacts.
- Generated media artifact links/previews.
- Eventloom journaling for agent-driven ComfyUI decisions.
Goal
Export ComfyUI workflow executions into Pathlight so each run is inspectable as a trace and each prompt node is inspectable as a span.
Sprint 1 scope
Follow-up scope