Conf Monitor.Test
Path:
loom-sprint-scaffold/loom/tests/execution/conf-monitor.test.tsRelative: loom/tests/execution/conf-monitor.test.tsSubproject: loom-sprint-scaffoldCategory: testsLines: 159Bytes: 5,452Imports: 2Exports: 0has tests
Content Preview
- /**
- * Tests for conf-monitor (H3.5).
- *
- * Proves:
- * - extractConf finds trailing JSON line `{"conf": 0.8}` in assistant content
- * - extractConf returns null when no conf line present
- * - EWMA calculation with α=0.4
- * - escalation when EWMA < 0.40 for 5 consecutive steps
- * - lowStreak resets when EWMA climbs above threshold
- * - makeEscalationEvent has correct shape
- *
- * EWMA details: α=0.4, initial=1.0
- * With conf=0.05: step1 ewma=0.62, step2 ewma=0.392 (below 0.40 → streak=1),
- * step3