Architecture traceability
Generated code is not release evidence.
Join every rewrite component to a requirement, passing test, human reviewer, and the dependency version it was designed against.
Traceability manifest CSV
Release decision
-NOT AUDITED
Components0
Passing tests0 / 0
Human reviews0 / 0
Version matches0 / 0
Trace claims to evidence, not code volume.
Worked case: transaction semantics can have a passing test and matching dependency yet still block release when a critical component lacks human review.
Counterexample: one green integration test does not cover an expiry requirement that has no passing test of its own.
Version drift: an implementation designed for DataFusion 43 is not evidenced against an actual DataFusion 44 runtime until compatibility is tested.