docs: close reasoning fidelity v0.8 first pass

This commit is contained in:
2026-08-09 17:25:19 +01:00
parent ec398dcec9
commit e498bbcc63
3 changed files with 42 additions and 4 deletions
+4 -3
View File
@@ -39,7 +39,8 @@ These are what currently affect the working engine:
- Unknown selection using atomicity and answerability checks;
- Question formulation within a selected reasoning pattern;
- Scenario API (analyseScenario / updateCase);
- Investigation turn cycle orchestration.
- Investigation turn cycle orchestration;
- **Reasoning-fidelity v0.8 (completed):** user-supported meaning cannot silently outrun the raw answer at the mutation boundary; evidence-resolvable uncertainty and user-owned ambiguity are routed differently at question formulation. AF regression boundaries closed for this pass. See `docs/current-handoff.md` for closeout details.
### Passive experimental capabilities
@@ -109,5 +110,5 @@ First document to read: `docs/current-project-state.md`. Then consult `.claude/a
Implementation status last checked against source: Experiment 43.
The current-state document was verified as accurate by focused code inspection of API routes, orchestrator imports/calls, and cross-module traces for all passive classifiers. No corrections were required.
**Branch:** `feature/user-workspace-ux-v0.7`
**Latest known commit before this experiment:** `544573a` (experiment: validate cross-boundary context routing, Exp 37)
**Branch:** `feature/reasoning-fidelity-v0.8`
**Current HEAD:** `ec398dc` (experiment: validate evidence versus clarification routing)