Keep builtin:coding anchored to the canonical coding workflow IR across registry, resolver, and docs. - add regression coverage that builtin:coding reuses BUILTIN_CODING_WORKFLOW_IR and preserves canonical columns, traits, settings, and enabled ordering - extend workflow IR resolver/settings tests to pin canonical builtin fallback behavior for explicit and missing built-in selections - document builtin:coding as the canonical default/fallback workflow and add a patch changeset for @runfusion/fusion Files changed: .../FN-6035-builtin-coding-workflow-parity.md | 5 ++ docs/workflow-steps.md | 4 +- .../core/src/__tests__/builtin-workflows.test.ts | 65 +++++++++++++++++++++- .../src/__tests__/workflow-ir-resolver.test.ts | 18 +++++- .../src/__tests__/workflow-ir-settings.test.ts | 3 + 5 files changed, 92 insertions(+), 3 deletions(-) Fusion-Task-Id: FN-6035 Fusion-Task-Lineage: ece0c8c6-810f-44b1-afb3-6545d3156459
226 B
226 B
@runfusion/fusion
| @runfusion/fusion |
|---|
| patch |
Built-in coding workflow catalog (builtin:coding) now exposes the canonical BUILTIN_CODING_WORKFLOW_IR used by resolver/runtime fallback paths, removing drift between workflow surfaces.