Expand description
Spec-level diff reporting.
Compares two audit reports (old vs. new) and produces a structured diff at the intent-specification level: which entities, actions, invariants, and edge cases were added, removed, or modified, and what changed within them.
Structs§
- Diff
Detail - A change to a sub-item within a spec entry.
- Diff
Entry - A single spec-item change.
- Diff
Report - A complete diff report between two versions of a spec.
- Diff
Summary - High-level summary of changes.
Enums§
- Change
Kind - What happened to a spec item or sub-item.
Functions§
- diff_
reports - Compare two audit reports and produce a structured diff.