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§
- Covered
Entry - One covered requirement entry in a
TraceOutput. - Trace
Output - Structured output for the
ito tracecommand. - Unresolved
Entry - One unresolved task reference entry in a
TraceOutput.
Functions§
- compute_
trace_ output - Compute requirement traceability for a change.