Variable: ORDERING_GUARD_EFFECTIVE_TIMELINE_STASH_KEY
ts
const ORDERING_GUARD_EFFECTIVE_TIMELINE_STASH_KEY: "__orderingGuardEffectiveTimeline" =
"__orderingGuardEffectiveTimeline";Defined in: src/batteries/validation/middleware.ts:45
ctx.stash key under which the post-repair "effective timeline" (the in-memory, already-ordered copy repairViolations produced, with any inserted alternation fillers) is recorded for the current iteration, so repairs can be re-evaluated against it.