From d24ad48f62120ba579fa001eccd4ee418dc9a548 Mon Sep 17 00:00:00 2001 From: robbond Date: Sun, 6 Sep 2026 12:17:46 +0100 Subject: [PATCH] test(confidence-engine): add canonical manufacturing scenario --- tests/fixtures/manufacturing-complaints-scenario.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/fixtures/manufacturing-complaints-scenario.json diff --git a/tests/fixtures/manufacturing-complaints-scenario.json b/tests/fixtures/manufacturing-complaints-scenario.json new file mode 100644 index 0000000..bfae667 --- /dev/null +++ b/tests/fixtures/manufacturing-complaints-scenario.json @@ -0,0 +1,3 @@ +{ + "scenario": "I run a small manufacturing business. Customer complaints have risen by 35% over the last six months, while production volume increased by 40%.\n\nMost complaints mention late delivery or minor product defects, but our complaint categories changed when we introduced a new CRM tagging system three months ago. During the same period we also changed one supplier and introduced a weekend production shift.\n\nI am deciding whether to spend about £120,000 on automated quality inspection now or wait until we understand whether there is actually a quality problem.\n\nI do not yet know the complaint rate per unit, whether defect rates differ by shift or supplier, or whether the new tagging system changed what gets counted as a complaint." +} \ No newline at end of file