Skip to content

Commit fc2dc3c

Browse files
Copilotpelikhan
andauthored
Add rescue-lane recovery block to 05-agentic-workflows-intro.md checkpoint (#1910)
* Initial plan * Add rescue-lane recovery to 05-agentic-workflows-intro.md checkpoint Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> Co-authored-by: Peli de Halleux <pelikhan@users.noreply.github.com>
1 parent 00fe776 commit fc2dc3c

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

workshop/05-agentic-workflows-intro.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,27 @@ The **compile command** — it reads the `.md` source and writes the `.lock.yml`
8989
- [ ] I can describe what an agentic workflow is in one sentence
9090
- [ ] I can explain one way an agentic workflow differs from a standard Actions workflow
9191
- [ ] I can identify the three parts: trigger → agent → safe output
92+
- [ ] I know that `gh aw compile` generates `.lock.yml` from the `.md` source
93+
94+
<details>
95+
<summary>Still uncertain? Try this before moving on</summary>
96+
97+
A standup bot reads overnight PRs and posts a digest — different every day. That is an agentic workflow.
98+
99+
Does `gh aw compile` change what the agent does at runtime? Decide first.
100+
101+
- [ ] I've decided
102+
103+
<details>
104+
<summary>Reveal</summary>
105+
106+
No. Compile converts `.md` to `.lock.yml`. Runtime output comes from your task brief and live repo state.
107+
108+
</details>
109+
110+
[Agentic Workflows Deep Dive](side-quest-05-02-aw-deep-dive.md) has annotated examples.
111+
112+
</details>
92113

93114
<!-- journey: all -->
94115
**Next:** [Practice: Recognize Agentic Workflows](05c-agentic-workflows-practice.md)

0 commit comments

Comments
 (0)