diff --git a/docs/current-handoff.md b/docs/current-handoff.md index 56426f5..ef3d0f9 100644 --- a/docs/current-handoff.md +++ b/docs/current-handoff.md @@ -1265,6 +1265,124 @@ However, it appears as an *assumption* (a hypothesised state of affairs) rather --- +## v0.61 Experiment 4 — Intervention-Fit Accessibility in User-Facing UI + +**Status: D — NOT USER-EXPOSED** + +### Execution + +| Item | Value | +|---|---| +| Branch | `feature/initial-decomposition-v0.61` | +| Starting HEAD | `42da768 docs(confidence-engine): record v0.61 intervention-fit experiment` | +| Source trace completed: YES — bounded to reasoning-workspace.jsx lines 1850–2216 | +| Browser navigation: Two persisted Investigations examined (IDs from Portfolio list) | +| Model/API calls: ZERO | +| State mutations: ZERO | +| Execution errors: NONE | + +### Experiment 3 Investigation ID + +The handoff documentation does NOT record the exact Investigation ID for Experiment 3. Two manufacturing-scenario Investigations exist in the portfolio with identical scenario text. Neither was definitively identified as Experiment 3's persisted state. However, both Investigations were examined and show structurally identical rendering behaviour regarding assumption nodes. + +### SOURCE TRACE + +**Provisional assumptions rendered:** YES — in TWO locations in reasoning-workspace.jsx: +1. Lines 2029–2048: Possible Interpretations section within `initial-proposed-findings` div, conditional on `possibleInterpretations.length > 0` +2. Lines 2187–2216: Persistent "Possible Interpretations" in workspace grid (row 4, full-width), conditional on `postAnalyseStatus !== "success"` AND `interpretationNodes.length > 0` + +Filter for both sections: `n.kind === "assumption" && n.status !== "resolved" && !resolvedIds.has(n.id)` + +**User-facing location:** Both render under `

Possible Interpretations

` heading. Cards styled with blue-100 border, blue-50/40 background, labeled "Plausible interpretation" in blue text. + +**Assumptions interactive:** NO — cards are plain `
` elements (not buttons). The source comment at line 1865 and 2029 explicitly states "(informational, not investigable)". No onClick handler exists on assumption cards. Contrast with Open Question rendering: lines 1899–1910 use `