Implemented Investigation Strategy

This commit is contained in:
2026-08-02 15:10:49 +01:00
parent a79a7bd524
commit 5ef9710293
7 changed files with 293 additions and 121 deletions
@@ -127,27 +127,27 @@ describe("question priority generalisation", () => {
{
"nodeId": "hire-success-criteria",
"scenario": "Should we hire another engineer?",
"strategy": "decision criterion",
"strategy": "decision_threshold",
},
{
"nodeId": "van-reliability-threshold",
"scenario": "Should we replace the delivery vans?",
"strategy": "decision criterion",
"strategy": "decision_threshold",
},
{
"nodeId": "country-value-threshold",
"scenario": "Should we launch in another country?",
"strategy": "actor/customer",
"strategy": "decision_threshold",
},
{
"nodeId": "project-benefit-threshold",
"scenario": "Should we continue a project that is over budget?",
"strategy": "decision criterion",
"strategy": "decision_threshold",
},
{
"nodeId": "support-value-threshold",
"scenario": "Should we introduce a paid support tier?",
"strategy": "actor/customer",
"strategy": "baseline_reconstruction",
},
]
`);