robbond
2394ad4c0c
experiment: confirm negative closure live
2026-08-14 11:16:58 +01:00
robbond
a00112e157
docs: record closure reconciliation consolidation
2026-08-14 11:02:00 +01:00
robbond
998ff2fcb7
experiment: diagnose resolution contract mismatch
2026-08-14 09:51:12 +01:00
robbond
59ededfe06
experiment: test opposite-outcome decision closure
2026-08-14 09:43:51 +01:00
robbond
2b44eea8d8
experiment: confirm clean closure with direct metadata
2026-08-14 09:36:39 +01:00
robbond
fa821a53dd
docs: record closure metadata capture
2026-08-14 09:30:55 +01:00
robbond
50ae28b325
experiment: validate clean decision closure live
2026-08-14 09:21:36 +01:00
robbond
6b13e67c05
fix(reasoning): enforce terminal post-mutation eligibility
2026-08-14 09:11:08 +01:00
robbond
34eb0cd4e3
fix(reasoning): exclude terminal nodes from active selector
2026-08-14 09:02:08 +01:00
robbond
865565b7af
experiment: define active selector terminal guard
2026-08-14 08:51:19 +01:00
robbond
5c6b3421dd
experiment: locate post-mutation question guard
2026-08-14 08:38:23 +01:00
robbond
88a80180b7
experiment: diagnose stale question after resolution
2026-08-14 08:21:22 +01:00
robbond
1331fe94f1
experiment: test customer signing decision closure
2026-08-14 08:10:59 +01:00
robbond
870d325d08
docs: record customer signing followup fixture
2026-08-14 08:02:45 +01:00
robbond
89551c5e8c
experiment: confirm bare whether runtime path
2026-08-14 07:56:46 +01:00
robbond
0f7babd937
experiment: validate bare whether proposition live
2026-08-14 07:08:29 +01:00
robbond
2996c30578
docs: record bare whether proposition fix
2026-08-14 07:01:23 +01:00
robbond
29d565372b
experiment: diagnose runtime question formulation path
2026-08-14 06:48:24 +01:00
robbond
9b5942799f
experiment: validate uncertainty-over proposition live
2026-08-14 06:38:44 +01:00
robbond
827dc82eeb
docs: record uncertainty-over proposition coverage
2026-08-14 06:31:33 +01:00
robbond
35a5efa804
experiment: validate uncertainty proposition coverage live
2026-08-14 06:23:03 +01:00
robbond
f94d47d813
docs: record uncertainty proposition coverage
2026-08-14 06:16:14 +01:00
robbond
4e66e1ffbf
experiment: validate clean proposition question live
2026-08-13 17:54:04 +01:00
robbond
802eb1cc16
docs: record proposition question formulation fix
2026-08-13 17:45:28 +01:00
robbond
4a434bb939
experiment: diagnose proposition question shape
2026-08-13 17:30:50 +01:00
robbond
60036ac495
experiment: validate proposition-specific decision question live
2026-08-13 17:09:17 +01:00
robbond
4767de30f7
docs: record audience question routing fix
2026-08-13 16:58:32 +01:00
robbond
ea7f227974
experiment: diagnose material-question specificity
2026-08-13 13:15:22 +01:00
robbond
229fbfbfd9
experiment: test decision chain across product launch
2026-08-13 13:04:09 +01:00
robbond
43b9e5a35c
experiment: validate bounded structural context admission live
2026-08-13 12:56:20 +01:00
robbond
a7ca8d712d
docs: record bounded structural context admission
2026-08-13 12:49:42 +01:00
robbond
7f97268f68
experiment: define structural reasoning-context embedding
2026-08-13 10:26:54 +01:00
robbond
48de8b6ce7
experiment: choose reasoning-pattern inheritance boundary
2026-08-13 10:14:19 +01:00
robbond
32e668969e
experiment: diagnose decision-pattern kind mismatch
2026-08-13 09:54:42 +01:00
robbond
3a4dda9daf
experiment: validate prerequisite-aware question targeting live
2026-08-13 09:45:13 +01:00
robbond
3c6e436e89
docs: record prerequisite-aware question targeting
2026-08-13 09:36:10 +01:00
robbond
854c3aa002
experiment: choose material-factor question alignment
2026-08-13 07:57:26 +01:00
robbond
d1fe4ca087
experiment: diagnose material-factor question targeting
2026-08-13 07:49:37 +01:00
robbond
721f1ccb6e
experiment: test materiality rule against real unresolved factor
2026-08-13 07:41:09 +01:00
robbond
e8e6986d15
experiment: validate decision materiality rule live
2026-08-13 07:33:52 +01:00
robbond
b671681ddc
docs: record decision materiality rule
2026-08-13 07:24:18 +01:00
robbond
5dcaed39df
experiment: diagnose decision sufficiency rule
...
Read-only inspection of 8 files (prompt-builder.js, schema.js, utils.js,
apply-proposal.js, orchestrator.js, experiment-60b1.md, experiment-60b2.md,
current-handoff.md). No code changes.
Key findings:
- Prompt has no independent materiality/sufficiency rule (Rule 20 says null
selectedQuestion when 'no consequential unresolved unknown' but doesn't define
what makes an unknown non-consequential)
- Validator performs structural checks only, no evidence sufficiency evaluation
- No cross-option comparison logic in propagateResolvedChildEvidence
- Schema has no materiality or couldChangeDecision field
- 60B.1 resolved WITH 'no other material differences' cue; 60B.2 continued
WITHOUT it, despite internally computing ~3.6 month payback
Classification: C — NO SUFFICIENCY RULE + CONTINUATION BIAS
Missing distinction: MATERIALITY / DECISION-RELEVANCE RULE
2026-08-13 07:15:01 +01:00
robbond
306f8392a1
experiment: test independent decision sufficiency
2026-08-13 06:47:10 +01:00
robbond
60a1befff7
experiment: test decision sufficiency on option graph
2026-08-13 06:39:12 +01:00
robbond
18979e229b
experiment: test downstream option evidence update
2026-08-13 06:30:24 +01:00
robbond
4c25faaa01
feat(60A.7): add reusable decision-options fixture loading in test harness
...
- Load decisions-options fixture from committed JSON (tests/fixtures/
pre-anchored-decision-options.json) instead of inline duplicate
- Add runPreAnchoredSimulationWithFixture() helper for decision-options
mode tests
- Generalize anchor validation from savings-realism-specific to generic
unresolved unknown check in reproduce-multi-turn-investigation.mjs
- Add experiment documentation (experiment-60a7.md) and handoff note
- All 63 harness tests pass; no production reasoning code changed
2026-08-13 06:24:12 +01:00
robbond
2016a024c5
experiment: rerun option consequence structure once
2026-08-13 06:08:23 +01:00
robbond
56a04ddd0e
experiment: test option-specific consequence structure
2026-08-13 05:53:20 +01:00
robbond
3db6f40fdc
experiment: validate native option structure live
2026-08-12 19:49:02 +01:00
robbond
6dd9afbf6b
experiment: choose minimum decision representation
2026-08-12 18:34:18 +01:00