Follow-up to PR #56 (template variables).
Generators produce fresh values each run, which is correct by default but makes flaky-test reproduction hard (DESIGN UC-5 is literally about flaky-test diagnosis).
Proposal: a replay/seed mode that regenerates deterministically from recorded values (e.g. read a vars file produced by a prior run, or a --seed). Pairs naturally with the audit-trail follow-up.
Deferred per the design spec §16.
Follow-up to PR #56 (template variables).
Generators produce fresh values each run, which is correct by default but makes flaky-test reproduction hard (DESIGN UC-5 is literally about flaky-test diagnosis).
Proposal: a replay/seed mode that regenerates deterministically from recorded values (e.g. read a vars file produced by a prior run, or a
--seed). Pairs naturally with the audit-trail follow-up.Deferred per the design spec §16.