docs: add v0.6 release notes

This commit is contained in:
2026-08-03 07:38:05 +01:00
parent e0d9019c2a
commit 5049435005
2 changed files with 90 additions and 1 deletions
@@ -290,7 +290,7 @@ describe("selection influence diagnostic", () => {
expect(diagnosticRecord.neutralSelection.status).toBe("ambiguous");
expect(diagnosticRecord.selectedExplanationContributions).toBeUndefined();
expect(diagnosticRecord.tieQuestion).toBe(
"What changed during the period that could explain why Revenue increased by 18%, but cash in the bank fell over the same period?",
"Were these figures measured on the same basis and at the same scale?",
);
expect(diagnosticRecord.tieQuestion.toLowerCase()).not.toMatch(
/accounts receivable|capex|debt repayments|working capital/,