gsxdsm
|
38d7f1c436
|
FN-6087: skip completed foreach steps on resume
Prevent shared-isolation foreach resumes from re-running terminal task steps.
- skip foreach step instances whose persisted status is already done or skipped before launching step-execute
- log resume skips so restart behavior is auditable during shared-isolation foreach runs
- add regression coverage for all-done resumes, mixed done/skipped resumes, and in-progress step replays
Files changed:
.../src/__tests__/workflow-graph-foreach.test.ts | 85 ++++++++++++++++++++++
packages/engine/src/workflow-graph-foreach.ts | 13 ++++
2 files changed, 98 insertions(+)
Fusion-Task-Id: FN-6087
Fusion-Task-Lineage: 56805a5c-a1ea-41bc-a758-1afed83c6bb7
|
2026-06-09 09:00:46 -07:00 |
|
gsxdsm
|
2cfa8a3282
|
feat(engine,core): U5+U6+U12core — step-review verdict handler, graph-source projection discipline, pluggable step-parser registry
- step-review node: reviewStep seam, verdict→outcome edges, UNAVAILABLE limiter, rethink reset-on-rework, split-branch advisory-only
- updateStep source:'graph': dependency-order done guard, audit-loud suppression, auto-reinit bypass; projection-first ordering
- runGraphTaskStep: per-step step-session physics pinned for graph-owned runs (closes U3 interim)
- step-parsers.ts registry (step-headings byte-identical move + json-steps), store delegates via registry
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
2026-06-04 12:26:05 -07:00 |
|