Skip to main content

Module trace

Module trace 

Source
Expand description

Requirement traceability computation for the ito trace command. Core orchestration for the ito trace command.

Loads a change (active or archived), extracts requirement IDs from its delta specs, and delegates to ito_domain::traceability::compute_traceability to produce a structured coverage report.

Structs§

CoveredEntry
One covered requirement entry in a TraceOutput.
TraceOutput
Structured output for the ito trace command.
UnresolvedEntry
One unresolved task reference entry in a TraceOutput.

Functions§

compute_trace_output
Compute requirement traceability for a change.