Commit cb2bc18
committed
docs(automation): un-stale the run summary line and narrow what
Contract review, three docs-only changes; no engine change.
- `flows.mdx` printed the summary line as literal log output and was left
stale by this PR's own token: the run it shows now prints
`skipped=30 failed=0 gate=…`, and the line sits directly above the table
row documenting `failed`.
- Narrowed the reading of `failed=0` in three places — the doc's `failed`
row, `formatRunSummaryLine`'s comment and the changeset — from "nothing
failed" to what was measured: no node execution OF THIS RUN failed. A
`subflow` child's contained failures stay on the child's summary rather
than rolling up the way `acted` does. Cites #15617, where the
declaration's two paragraphs are being reconciled.
`content/docs/releases/v17.mdx` carries the same line and is deliberately
NOT touched: release notes are a record of what that release printed, and
are never edited from a code PR.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01XpTx2tbq3pZRYAdoGt6E6Yfailed=0 claims (#14456)1 parent 56eeff2 commit cb2bc18
3 files changed
Lines changed: 20 additions & 7 deletions
File tree
- .changeset
- content/docs/automation
- packages/services/service-automation/src
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
872 | 872 | | |
873 | 873 | | |
874 | 874 | | |
875 | | - | |
| 875 | + | |
876 | 876 | | |
877 | 877 | | |
878 | 878 | | |
| |||
881 | 881 | | |
882 | 882 | | |
883 | 883 | | |
884 | | - | |
| 884 | + | |
885 | 885 | | |
886 | 886 | | |
887 | 887 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
206 | 219 | | |
207 | 220 | | |
208 | 221 | | |
| |||
0 commit comments