Commit b02509e
docs(handoff): address two missed Rachael comments on cloud-to-cloud
I missed two of @rachaelrenk's review comments on the cloud-to-cloud
page in earlier passes because they weren't returned by the first
`gh pr view` query. Applying them now.
cloud-to-cloud.mdx
- "ambient agent run" -> "background cloud agent run". Rachael flagged
"ambient agent run" as abstract/internal-feeling; "background cloud
agent run" keeps the example concrete and matches the user-facing
framing on the surrounding pages. Per her suggested edit verbatim.
- Removed `blocked` from the example list of terminal states. The API
treats BLOCKED as terminal for cancellation purposes, but the spec
describes it as "awaiting user input or approval" — so it isn't a
natural place to send a follow-up via cloud-to-cloud handoff
(responding to the prompt on the original run is the right path).
Added a sentence to the prereq calling that out explicitly so
readers don't try to hand off a blocked run.
Validation
- python3 .agents/skills/style_lint/style_lint.py --changed -> 0 issues.
- python3 .agents/skills/check_for_broken_links/check_links.py
--internal-only -> 0 broken (2,439 internal links, 321 files).
Co-Authored-By: Oz <oz-agent@warp.dev>1 parent fed3817 commit b02509e
1 file changed
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments