Skip to content

feat: implement pipeline debug mode with live observability tracing #444

@nextlevelshit

Description

@nextlevelshit

Description

Issue #197 was closed but the feature doesn't exist beyond a --debug CLI flag.

What's missing

  • No live debug event stream
  • No .wave/traces/ trace file collection (mentioned in CLAUDE.md but not implemented)
  • No debug tracing system for step transitions, adapter calls, contract validations
  • --debug flag exists in run.go but only controls log verbosity

Expected

  • --debug should emit structured trace events to .wave/traces/<run-id>.json
  • Step-level timing, adapter I/O capture, contract validation details
  • Optionally stream to stderr for live observation

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions