- trace/ module — entire directory is orphaned
- Graph, Node, NodeType, Executor, TrackedValue, IntoTracked, record_node, record_output, is_tracing, trace() — zero imports outside the trace module
itself
- This was a pre-V1 runtime execution tracing system (task-local DAG recording). Completely superseded by ProgramGraph for dynamic graph execution and
tracing crate for observability.
yeah so we gotta fix that lol