---
url: >-
  https://adk.nht.io/api/@nhtio/adk/batteries/validation/variables/ORDERING_GUARD_EFFECTIVE_TIMELINE_STASH_KEY.md
description: >-
  `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.
---

# 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](https://github.com/NHTIO/ADK/blob/v1.20260824.1/src/src/batteries/validation/middleware.ts#L45)

`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.
