docs: record decision materiality rule

This commit is contained in:
2026-08-13 07:24:18 +01:00
parent 5ce5e7349b
commit b671681ddc
2 changed files with 72 additions and 0 deletions
+4
View File
@@ -2671,3 +2671,7 @@ Tested whether the Confidence Engine can independently recognise when quantified
**Diagnosis:** Classification C — NO SUFFICIENCY RULE + CONTINUATION BIAS
**Missing distinction:** MATERIALITY / DECISION-RELEVANCE RULE
---
Experiment 60B.4 implemented the minimal correction: added a domain-general decision-sufficiency rule to the prompt (not schema, not validator). The rule instructs: uncertainty alone is not sufficient reason to continue; continuation requires a specific material factor that could change the preferred option; when no such factor remains, resolve the existing decision context rather than asking a generic question. Prompt-level addition only — three sentences in a new "Decision Sufficiency Rule" section in prompt-builder.js. Deterministic tests confirm all five positive and six negative criteria pass (86/86). No live regression performed. Status pending Rob's review.