Drift Sentinel.Test
Path:
loom-sprint-scaffold/loom/tests/orchestrator/drift-sentinel.test.tsRelative: loom/tests/orchestrator/drift-sentinel.test.tsSubproject: loom-sprint-scaffoldCategory: testsLines: 146Bytes: 4,522Imports: 3Exports: 0has tests
Content Preview
- /**
- * Tests for DriftSentinel (H1.6).
- *
- * Proves:
- * - single spike does NOT raise sustained drift
- * - sustained divergence (≥2 consecutive checkpoints above threshold) DOES raise DRIFT
- * - drift_score is reported with each evaluation
- * - cosine distance correctly computed
- */
- import { describe, expect, test } from "bun:test";
- import { DriftSentinel } from "../../src/orchestrator/core/drift-sentinel";
- import type { Embedder } from "../../src/orchestrator/core/types";
- /**
- * A scripted em