From 73a3a80117916a0762c492d003f184ab63a38084 Mon Sep 17 00:00:00 2001 From: Fusion Date: Sat, 9 May 2026 03:42:29 -0700 Subject: [PATCH] feat(FN-3807): update schema-version assertions in tests Schema version assertions were updated across seven core test files, with the most changes in `db.test.ts` and `insight-store.test.ts`, along with minor adjustments in the mission store, run audit, task documents, and roadmap store tests; a corresponding schema version constant was updated in `db.ts Fusion-Task-Id: FN-3807 --- .changeset/fn-3285-review-tab-release.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/fn-3285-review-tab-release.md diff --git a/.changeset/fn-3285-review-tab-release.md b/.changeset/fn-3285-review-tab-release.md new file mode 100644 index 000000000..231bfb6d5 --- /dev/null +++ b/.changeset/fn-3285-review-tab-release.md @@ -0,0 +1,5 @@ +--- +"@runfusion/fusion": minor +--- + +Add a dedicated Task Review tab that surfaces pull-request and direct reviewer feedback with selectable items, manual refresh, and same-task AI revision flow so teams can address review comments without creating a separate refinement task.