gsxdsm
7d8ae5333e
FN-6028: add retries to builtin execute node
Ensure the built-in coding workflow keeps an explicit retry budget on execute.
- set `maxRetries: 2` on the built-in coding workflow execute prompt node
- add IR-level tests that assert only the execute seam carries the retry budget
- add built-in workflow registry tests that preserve the execute retry setting through parse/serialize round-trips
Files changed:
.../__tests__/builtin-coding-workflow-ir.test.ts | 31 ++++++++++++++++++++++
.../core/src/__tests__/builtin-workflows.test.ts | 27 +++++++++++++++++++
packages/core/src/builtin-coding-workflow-ir.ts | 7 ++++-
3 files changed, 64 insertions(+), 1 deletion(-)
Fusion-Task-Id: FN-6028
Fusion-Task-Lineage: cd9fb5ac-c593-438d-aeff-423b4a95fc31
2026-06-08 13:32:58 -07:00
..
2026-06-08 10:33:17 -07:00
2026-05-31 20:05:32 -07:00
2026-06-08 13:32:58 -07:00
2026-06-08 13:32:58 -07:00
2026-06-07 23:12:04 -07:00
2026-05-31 20:05:32 -07:00
2026-06-08 13:32:58 -07:00
2026-06-06 06:59:25 -07:00
2026-05-31 20:05:32 -07:00
2026-05-31 20:05:32 -07:00
2026-05-28 21:23:48 -07:00
2026-06-07 23:56:25 -07:00