From 5847c7e0c921b847f3b9046cdd4677a3dcce7432 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 23 Jul 2026 13:05:43 +0000 Subject: [PATCH 1/3] Initial plan From f8386ac42b5737b2ec58a0212b021bc33447998a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 23 Jul 2026 13:07:23 +0000 Subject: [PATCH 2/3] fix: move orphaned checkpoint items before Next navigation link in 07a-your-first-workflow-terminal.md Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- workshop/07a-your-first-workflow-terminal.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/workshop/07a-your-first-workflow-terminal.md b/workshop/07a-your-first-workflow-terminal.md index fe8ff323..3bdbb768 100644 --- a/workshop/07a-your-first-workflow-terminal.md +++ b/workshop/07a-your-first-workflow-terminal.md @@ -75,10 +75,9 @@ If you hit an error, use [Side Quest: Using `gh aw compile` to Catch Errors Earl - [ ] `.github/workflows/daily-report-status.md` exists - [ ] You ran `gh aw compile` successfully +- [ ] `gh aw compile` succeeds and generates `daily-report-status.lock.yml` +- [ ] `gh extension list` shows `github/gh-aw` is installed **Next:** [Part 2: Add instructions, safe outputs, and finish](07a-part2-your-first-workflow-instructions.md) - -- [ ] `gh aw compile` succeeds and generates `daily-report-status.lock.yml` -- [ ] `gh extension list` shows `github/gh-aw` is installed From 3822fbdf31663fbb779852b70891ce078361516a Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Thu, 23 Jul 2026 06:11:48 -0700 Subject: [PATCH 3/3] Update 07a-your-first-workflow-terminal.md --- workshop/07a-your-first-workflow-terminal.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/workshop/07a-your-first-workflow-terminal.md b/workshop/07a-your-first-workflow-terminal.md index 3bdbb768..8308753c 100644 --- a/workshop/07a-your-first-workflow-terminal.md +++ b/workshop/07a-your-first-workflow-terminal.md @@ -74,9 +74,7 @@ If you hit an error, use [Side Quest: Using `gh aw compile` to Catch Errors Earl ## ✅ Checkpoint - [ ] `.github/workflows/daily-report-status.md` exists -- [ ] You ran `gh aw compile` successfully -- [ ] `gh aw compile` succeeds and generates `daily-report-status.lock.yml` -- [ ] `gh extension list` shows `github/gh-aw` is installed +- [ ] You ran `gh aw compile` successfully and it generated `daily-report-status.lock.yml` **Next:** [Part 2: Add instructions, safe outputs, and finish](07a-part2-your-first-workflow-instructions.md)