gsxdsm
ebe514c3e4
FN-8677: propagate task update lanes before conversion
Propagate cache-warmed workflow lanes through task updates so synchronous engine consumers support renamed boards.
- Add task lane cache and attach resolved lanes to task:updated metadata.
- Update scheduler, triage, and notification consumers to use carried lanes with bridge-safe fallbacks.
- Cover lane propagation and renamed-lane event behavior with core and engine tests.
Files changed:
.changeset/fn-8677-manual-merge-hold-lanes.md | 7 ++
.changeset/task-updated-carries-lanes.md | 7 ++
...orkflow-ir-readers-always-return-the-default.md | 22 +++++
.../sync-workflow-ir-second-blocker.test.ts | 43 +++-----
.../core/src/__tests__/task-lane-cache.test.ts | 30 ++++++
.../task-updated-lanes-emit-surfaces.test.ts | 92 ++++++++++++++++++
.../__tests__/task-updated-lanes-payload.test.ts | 42 ++++++++
packages/core/src/index.ts | 1 +
packages/core/src/store.ts | 36 ++++++-
packages/core/src/task-lane-cache.ts | 63 ++++++++++++
.../core/src/task-store/archive-lifecycle-2.ts | 3 +
packages/core/src/task-store/moves.ts | 1 +
packages/core/src/task-store/task-artifacts-ops.ts | 1 +
packages/core/src/task-store/task-update.ts | 1 +
packages/core/src/task-store/update-task-deps.ts | 4 +-
.../core/src/task-store/workflow-definitions.ts | 71 +++++---------
.../__tests__/scheduler-task-updated-lanes.test.ts | 108 +++++++++++++++++++++
.../task-updated-lanes-bridge-compat.test.ts | 94 ++++++++++++++++++
...task-updated-lanes-engine-emit-surfaces.test.ts | 101 +++++++++++++++++++
.../src/__tests__/triage-pause-abort.test.ts | 22 +++++
.../src/__tests__/triage-planning-wake.test.ts | 25 +++++
.../notification-renamed-lifecycle-columns.test.ts | 84 +++++++++++++++-
.../__tests__/task-wedge-notification.test.ts | 19 ++++
.../src/notification/notification-service.ts | 56 ++++-------
packages/engine/src/scheduler.ts | 62 +++---------
packages/engine/src/triage.ts | 105 ++++++--------------
scripts/lib/inert-sync-lane-baseline.json | 5 +-
27 files changed, 858 insertions(+), 247 deletions(-)
Fusion-Task-Id: FN-8677
Fusion-Task-Lineage: d8fef9db-0f88-4dfd-9813-be25e10e3588
Co-authored-by: Fusion (runfusion.ai) <noreply@runfusion.ai>
2026-08-01 01:15:10 -07:00
..
2026-08-01 00:21:14 -07:00
2026-08-01 01:15:10 -07:00
2026-06-03 17:36:35 -07:00
2026-07-31 00:27:41 -07:00
2026-04-27 08:21:48 -07:00
2026-05-12 07:47:11 -07:00
2026-07-13 19:07:58 -07:00
2026-07-14 23:18:55 -07:00
2026-07-17 22:45:57 -07:00
2026-07-08 04:24:30 -07:00
2026-07-15 08:44:11 -07:00
2026-07-14 23:18:55 -07:00
2026-07-27 21:09:51 -07:00
2026-06-23 23:30:32 -07:00
2026-07-31 08:10:29 -07:00
2026-06-25 23:34:08 -07:00
2026-07-31 19:03:08 -07:00
2026-07-31 01:54:57 -07:00
2026-07-31 22:19:32 -07:00
2026-07-31 00:03:02 -07:00
2026-07-13 07:10:14 -07:00
2026-07-31 21:34:25 -07:00
2026-07-25 06:22:23 -07:00
2026-07-16 10:13:49 -07:00
2026-05-23 19:51:36 -07:00
2026-07-19 14:08:51 -07:00
2026-07-14 08:16:42 -07:00
2026-06-14 15:29:35 -07:00
2026-07-26 07:34:50 -07:00
2026-07-31 01:43:58 -07:00
2026-07-12 21:21:10 -07:00
2026-07-19 15:53:07 -07:00
2026-07-31 18:52:12 -07:00
2026-06-14 15:29:35 -07:00
2026-04-27 08:21:48 -07:00
2026-06-13 19:22:00 -07:00
2026-07-20 00:18:53 -07:00
2026-07-24 06:21:53 -07:00
2026-04-27 08:21:48 -07:00
2026-05-11 09:52:23 +02:00
2026-07-10 13:26:23 -07:00
2026-07-12 14:42:09 -07:00
2026-04-27 08:21:48 -07:00
2026-07-25 22:52:53 -07:00
2026-06-19 20:47:32 -07:00
2026-06-18 16:47:09 -07:00
2026-07-31 18:33:30 -07:00
2026-07-23 00:01:24 -07:00
2026-06-16 18:03:41 -07:00
2026-07-14 23:18:55 -07:00
2026-07-30 23:59:54 -07:00
2026-07-31 00:36:21 -07:00
2026-07-31 00:03:02 -07:00
2026-07-13 19:07:58 -07:00
2026-04-27 08:21:48 -07:00
2026-07-24 23:15:36 -07:00
2026-07-14 23:18:55 -07:00
2026-06-24 19:25:44 -07:00
2026-06-21 10:53:08 -07:00
2026-05-27 21:31:12 -07:00
2026-03-30 23:56:01 -07:00
2026-03-26 01:03:16 -04:00
2026-07-15 08:44:11 -07:00
2026-07-14 23:18:55 -07:00
2026-04-27 08:21:48 -07:00
2026-06-30 08:04:12 -07:00
2026-04-29 08:15:38 -07:00
2026-07-19 00:10:02 -07:00
2026-07-03 07:47:03 -07:00
2026-07-31 02:05:51 -07:00
2026-06-25 17:04:30 -07:00
2026-07-24 06:21:53 -07:00
2026-07-22 15:47:24 -07:00
2026-05-03 05:47:11 -07:00
2026-07-15 14:41:05 -07:00
2026-07-22 18:26:33 -07:00
2026-07-17 22:45:57 -07:00
2026-07-17 23:18:40 -07:00
2026-06-19 05:13:39 -07:00