gsxdsm
53e3063e9f
FN-8490: load skills for foreach step-execute sessions
Honor skill-executor configuration for implementation sessions created by foreach templates.
- Propagate validated step-execute skill names through workflow seam context.
- Load namespaced and bare skills with configured discovery paths for pinned step sessions.
- Add regression coverage, workflow documentation, and a minor changeset.
Files changed:
.changeset/fn-8490-step-execute-skill.md | 7 ++
docs/workflow-steps.md | 4 +-
.../__tests__/step-execute-skill-loading.test.ts | 128 +++++++++++++++++++++
packages/engine/src/executor.ts | 62 +++++++++-
packages/engine/src/workflow-node-handlers.ts | 21 ++++
5 files changed, 219 insertions(+), 3 deletions(-)
Fusion-Task-Id: FN-8490
Fusion-Task-Lineage: aa1ff02d-3139-45f2-8853-f53c0aef0f2f
Co-authored-by: Fusion (runfusion.ai) <noreply@runfusion.ai>