feat(FN-4459): complete Step 3 — add changeset for accessor

Fusion-Task-Id: FN-4459
Fusion-Task-Lineage: 3448a074-fa1c-45d6-8bb9-cc5922cee7f6
This commit is contained in:
Fusion
2026-05-14 03:45:10 -07:00
committed by gsxdsm
parent 270f0d429f
commit 3ea3da6d74

View File

@@ -0,0 +1,8 @@
---
"@runfusion/fusion": patch
---
Add TaskStore.getExperimentSessionStore() accessor so engine, CLI, and
dashboard surfaces resolve the ExperimentSessionStore through a single
canonical entry point (parallels getResearchStore()). Additive; no
behavior change to existing research or experiment-session code paths.