fix(reasoning): recognise decision in sufficiency question

This commit is contained in:
2026-08-14 19:04:17 +01:00
parent 391667777e
commit 912680b967
2 changed files with 215 additions and 8 deletions
-1
View File
@@ -2007,7 +2007,6 @@ export function formulateQuestion({ node, graph, context = {} }) {
// Detected transiently from existing state; no persisted field required.
if (
reasoningPatternSelection.pattern === "decision" &&
node.kind !== "unknown" &&
node.status !== "known" &&
node.status !== "resolved" &&
node.status !== "contradicted" &&