Monotonic clock seam for wall-clock budget enforcement (plan §8.4). The orchestrator never calls Date.now() directly so tests can advance time deterministically. Returns milliseconds since an arbitrary fixed epoch.
Date.now()
the current time in milliseconds (monotonic, test-controllable).
Monotonic clock seam for wall-clock budget enforcement (plan §8.4). The orchestrator never calls
Date.now()directly so tests can advance time deterministically. Returns milliseconds since an arbitrary fixed epoch.