From 3f6f57cab2a9d8a114ac8c7bf806bd03e6f5b828 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 23 Jul 2026 13:09:04 +0000 Subject: [PATCH 1/2] Initial plan From 83928be2f161d244d7fe225974be09148ba65159 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 23 Jul 2026 13:18:26 +0000 Subject: [PATCH 2/2] Add rescue-lane recovery to 05-agentic-workflows-intro.md checkpoint Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- workshop/05-agentic-workflows-intro.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/workshop/05-agentic-workflows-intro.md b/workshop/05-agentic-workflows-intro.md index daf190ae..02678a30 100644 --- a/workshop/05-agentic-workflows-intro.md +++ b/workshop/05-agentic-workflows-intro.md @@ -89,6 +89,27 @@ The **compile command** — it reads the `.md` source and writes the `.lock.yml` - [ ] I can describe what an agentic workflow is in one sentence - [ ] I can explain one way an agentic workflow differs from a standard Actions workflow - [ ] I can identify the three parts: trigger → agent → safe output +- [ ] I know that `gh aw compile` generates `.lock.yml` from the `.md` source + +
+Still uncertain? Try this before moving on + +A standup bot reads overnight PRs and posts a digest — different every day. That is an agentic workflow. + +Does `gh aw compile` change what the agent does at runtime? Decide first. + +- [ ] I've decided + +
+Reveal + +No. Compile converts `.md` to `.lock.yml`. Runtime output comes from your task brief and live repo state. + +
+ +[Agentic Workflows Deep Dive](side-quest-05-02-aw-deep-dive.md) has annotated examples. + +
**Next:** [Practice: Recognize Agentic Workflows](05c-agentic-workflows-practice.md)