feat(okr): coaching-hook klokke-seam + node-test fixtures (SC4) [skip-docs]

This commit is contained in:
Kjell Tore Guttormsen 2026-06-26 00:11:14 +02:00
commit b594eeb88c
2 changed files with 102 additions and 1 deletions

View file

@ -50,7 +50,9 @@ try {
totalWeeks = 13;
}
const now = new Date();
// Testable clock seam: OKR_NOW (ISO date) overrides the wall clock so the
// phase branches (early/mid/late) can be asserted deterministically.
const now = process.env.OKR_NOW ? new Date(process.env.OKR_NOW) : new Date();
const cycleStart = new Date(cycleYear, startMonth, 1);
const cycleEnd = new Date(cycleYear, endMonth + 1, 0); // last day of end month