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