Commit 70bc076
committed
fix(spec): stop teaching the retired ETL layer as a live retry surface in flow.zod.ts (#6630, part 2)
Part 2 of 2 for #6630, closing out the three `automation/flow.zod.ts` prose
sites that part 1 (PR #6701) deferred while the file was inside #5593's
in-flight surface.
#6414 retired the whole L2 ETL layer, so `ETLPipeline.retry` is no longer one
of the surfaces that carry the converged `RetryPolicySchema` contract. Three
places in this file still said it was:
- the `errorHandling` TSDoc enumerated it as a live sibling of
`job.retryPolicy` and a `try_catch` node's `retry`;
- "a key added to the policy lands on all four surfaces at once" — three;
- "the flow surface has a reading the other three do not" — the other two.
Text only. No schema key, bound, default, `.describe()` or `retiredKey()`
guidance string changes, so nothing regenerates: all 10 of spec's generated
artifacts stay green, including `check:docs` and `check:api-surface`.
Wording matches part 1's landed choices — enumerations name only surviving
surfaces, the retired mention becomes explicitly historical ("did the same
until #6414 retired the L2 ETL layer"), counts corrected in place.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_018ffcE95NaMJcL9XJ9VDYgk1 parent 61282f9 commit 70bc076
1 file changed
Lines changed: 10 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
637 | 637 | | |
638 | 638 | | |
639 | 639 | | |
640 | | - | |
641 | | - | |
642 | | - | |
643 | | - | |
644 | | - | |
645 | | - | |
646 | | - | |
| 640 | + | |
| 641 | + | |
| 642 | + | |
| 643 | + | |
| 644 | + | |
| 645 | + | |
| 646 | + | |
| 647 | + | |
647 | 648 | | |
648 | 649 | | |
649 | 650 | | |
| |||
717 | 718 | | |
718 | 719 | | |
719 | 720 | | |
720 | | - | |
| 721 | + | |
721 | 722 | | |
722 | 723 | | |
723 | 724 | | |
724 | 725 | | |
725 | 726 | | |
726 | 727 | | |
727 | | - | |
| 728 | + | |
728 | 729 | | |
729 | 730 | | |
730 | 731 | | |
| |||
0 commit comments