Fusion Agent
33f4797ceb
FN-126: fix inert sync-lane validation
Prevent inert synchronization lanes from bypassing merge-gate validation while preserving task-lane cache and archive lifecycle behavior.
- Reject sync-resolved lane conversions in the static validator.
- Preserve task-lane cache emissions and active-session cleanup across task mutations and archival.
- Add regression coverage, baseline updates, documentation, and a release changeset.
Files changed:
.changeset/fn-126-inert-sync-lane.md | 7 +
.../a-falling-count-is-not-evidence.md | 12 +
.../task-lane-cache-emitter-preservation.test.ts | 269 +++++++++++++++++++++
.../core/src/task-store/archive-lifecycle-2.ts | 3 +-
packages/core/src/task-store/moves.ts | 3 +-
packages/core/src/task-store/task-artifacts-ops.ts | 3 +-
packages/core/src/task-store/task-update.ts | 3 +-
packages/core/src/task-store/update-task-deps.ts | 3 +-
...xecutor-archive-releases-active-session.test.ts | 80 ++++++
packages/engine/src/executor.ts | 4 +-
.../src/executor/executor-side-effect-hosts.ts | 2 +-
.../executor/is-backward-move-out-of-planning.ts | 7 +-
.../src/executor/task-executor-graph-facades.ts | 2 +-
.../engine/src/executor/task-executor-imports.ts | 1 -
.../engine/src/executor/wire-executor-lifecycle.ts | 18 +-
.../check-inert-sync-lane-conversions.test.mjs | 83 +++++--
scripts/check-inert-sync-lane-conversions.mjs | 19 +-
scripts/lib/inert-sync-lane-baseline.json | 6 +-
18 files changed, 479 insertions(+), 46 deletions(-)
Fusion-Task-Id: FN-126
Fusion-Task-Lineage: 0c7a1a3a-9446-44f8-955d-df6c402dfd31
Co-authored-by: Fusion <noreply@runfusion.ai>
2026-08-23 01:36:12 +00:00
..
2026-07-31 00:36:21 -07:00
2026-08-03 00:20:53 -07:00
2026-07-13 23:00:25 -07:00
2026-07-21 20:29:46 -07:00
2026-07-20 00:18:53 -07:00
2026-07-23 12:18:24 -07:00
2026-08-15 07:19:29 -07:00
2026-06-03 19:12:28 -07:00
2026-07-31 06:46:19 -07:00
2026-07-17 15:46:31 -07:00
2026-08-04 08:57:30 -07:00
2026-08-18 20:16:44 -07:00
2026-07-10 13:26:23 -07:00
2026-07-24 23:15:36 -07:00
2026-07-21 20:29:46 -07:00
2026-08-15 17:16:05 -07:00
2026-07-30 21:50:37 -07:00
2026-08-23 01:36:12 +00:00
2026-06-18 16:47:09 -07:00
2026-08-21 19:31:08 -07:00
2026-07-31 01:03:24 -07:00
2026-08-11 11:28:54 -10:00
2026-08-15 15:31:58 -07:00
2026-08-10 14:10:26 -10:00
2026-07-31 14:56:07 -07:00
2026-08-02 19:58:37 -07:00
2026-08-02 19:58:37 -07:00
2026-07-24 23:01:11 -07:00
2026-07-20 09:35:55 -07:00
2026-07-24 00:55:38 -07:00
2026-08-09 06:01:02 -07:00
2026-08-03 00:20:53 -07:00
2026-07-14 23:18:55 -07:00
2026-07-26 18:04:28 -07:00
2026-08-17 05:25:17 -07:00
2026-06-14 15:29:35 -07:00
2026-06-25 17:04:30 -07:00
2026-07-30 15:24:33 -07:00
2026-08-16 04:05:45 -07:00