/** * PRI-468 — IntentTensionSchema unit tests (SPEC §23.3). * * Validates the TypeBox schema for the optional `intentTension` field added * to DiagRootCauseOutputV1Schema. The schema must: * - accept all four `source` enum values (SPEC §16.5) * - accept all three `evidenceStrength` values * - accept all five `relatedIntentFields` values * - accept all six `suggestedOwnerAction` values (SPEC §21) * - cap `evidence` at 3 items (SPEC §16.4) * - reject `confidence` (SPEC §16.3 — intentTension.confidence is forbidden; * existing rootCause-level confidence is untouched) * - treat `intentDocHash` as optional (SPEC §16.2) * * TDD: this test is written BEFORE the schema exists. Run to confirm RED. */ export {}; //# sourceMappingURL=intent-tension-schema.test.d.ts.map