Skip to content

Releases: githubnext/gh-aw-workshop

v0.1.6

Choose a tag to compare

@github-actions github-actions released this 15 Jul 08:30
7a8530e

Highlights

  • Improved workshop onboarding by surfacing enterprise setup and Copilot auth guidance earlier in the flow
  • Enhanced token documentation with fine-grained PAT and read-only Copilot permissions for Method 2
  • Reorganized model-access checks into a dedicated pre-run side quest for clarity

Changes since v0.1.5

  • Added gh-aw documentation links throughout workshop docs (batch 10) (#1182)
  • Added /agentic-workflows skill reminder to step 10b design doc (#1181)
  • Removed exercise on probing agent functionality
  • Updated Copilot GitHub token side-quest guide
  • Step 5: moved enterprise routing up and switched intro to predict-then-explain pattern (#1188)
  • Documented UI workflow compile path (#1192)
  • Fixed: widened Actions screenshot button (#1191)
  • Consolidated Step 2a path routing and surfaced enterprise setup earlier (#1190)
  • Updated Method 2 Copilot token guide to use fine-grained PAT with read-only Copilot permissions (#1194)
  • Clarified Copilot auth requirements for org repos (#1193)
  • Moved Step 8 model-access checks into a pre-run side quest (#1189)

Generated by 📦 Manual SemVer Release · 10.4 AIC · ⌖ 5.57 AIC · ⊞ 4.4K

v0.1.5

Choose a tag to compare

@github-actions github-actions released this 15 Jul 05:58
429a6c6

Highlights

  • New guidelines-enforcer agentic workflow with round-robin scheduling and automated PR review comments
  • Added a browser-only Adventure E learning path for GitHub Copilot Coding Agent (CCA) and mobile learners
  • New SVG diagram illustrating the workflow_dispatch trigger in workshop content

Changes since v0.1.4

  • feat: guidelines-enforcer workflow with round-robin schedule and PR review comments (#1174)
  • Add browser-only Adventure E path for CCA and mobile learners (#1159)
  • docs: clarify workflow_dispatch is auto-added by compiler for scheduled workflows (#1176)
  • workshop docs: add gh-aw doc links to side-quest files (round 7) (#1177)
  • Link "GitHub Agentic Workflows" to gh.io/gh-aw in README (#1178)
  • docs: expand step 14 'Go deeper' links to include all advanced steps (18-23) (#1179)
  • Add explanatory SVG diagram for workflow_dispatch trigger (#1180)

Generated by 📦 Manual SemVer Release · 10.3 AIC · ⌖ 5.54 AIC · ⊞ 4.4K

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 15 Jul 04:55
5b992c1

Highlights

  • New self-hosted runner step: Learners can now run agentic workflows on a self-hosted runner (Step 24).
  • Security side quest: New "Jailbreaking the Agent Brief" side quest adds a security-focused active-learning exercise.
  • Improved Step 8 onboarding: Model access pre-flight check upgraded to a collapsible Model Access Wizard for a smoother setup experience.
  • Expanded side quests: Steps 06-03 and 06-03b expanded from stub pages to full learning steps with scaffolding and active-learning exercises.
  • SVG diagrams added: New conceptual diagrams for self-hosted runner jobs and workflow file anatomy.
  • CI image link checker: Automated check added to catch broken local image links in Markdown files.

Changes since v0.1.3

  • Update student simulator to balance learning KPIs with completion rate (#1124)
  • Add expires: 1d to all agentic workflow safe-outputs (#1125)
  • Add active-learning reflection prompt to Step 3 repository setup (#1131)
  • Convert model-access table to interactive pre-flight checklist in Step 8 (#1130)
  • Add node: Run Your Agentic Workflow on a Self-Hosted Runner (#1138)
  • Add model-access pre-check items to Step 8 checkpoint (#1147)
  • Make the UI/mobile bypass unmissable in Codespace setup (#1146)
  • Improve Step 5 trust framing and add learner reflection (#1145)
  • Add security side quest: Jailbreaking the Agent Brief (#1144)
  • Fix 8 broken links reported by workshop link checker (#1149)
  • Add gh-aw doc links to side-quest-11 files (#1151)
  • Add conceptual SVG for missing self-hosted runner job image (#1156)
  • Add explanatory SVG diagram for workflow file anatomy (#1157)
  • Add CI check for broken local image links in Markdown files (#1158)
  • Tighten Step 5 skip guard and split classification exercise per-task (#1161)
  • Replace flat pre-flight checklist with collapsible Model Access Wizard in Step 8 (#1160)
  • Expand side-quest-06-03 from stub nav page to full learning step (#1172)
  • Add scaffolding and active-learning exercises to side-quest-06-03b (#1171)
  • Reduce cognitive load in 11d2-review-and-merge.md (#1173)
  • Reduce cognitive load in 24-self-hosted-runners.md (#1169)
  • Restructure jailbreak brief to cut cognitive load and add active learning (#1170)

Generated by 📦 Manual SemVer Release · 11.2 AIC · ⌖ 5.73 AIC · ⊞ 4.4K

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 14 Jul 22:32
0eb82b2

Highlights

  • Reduced cognitive load across multiple workshop steps — Steps 2b, 5, 8, 11d2, and several side quests have been refactored to be cleaner, more focused, and easier to follow.
  • Active learning improvements — Step 5 now includes a 3-task classification activity and a "Try it now" exercise; Side Quest 16-04 adds a hands-on D/A classification exercise.
  • Better preflight and troubleshooting guidance — Step 8 gains engine preflight checks, a pre-run learner checklist, and a collapsible quick-check table; Step 2b adds an auth-failure bail-out callout.
  • Agentic workflows reframed as Actions-compatible superset — Step 8 and related content now position agentic workflows as a smooth extension of standard Actions, with guidance on hybrid deterministic + agentic patterns.
  • Improved token/secrets guidance — Addresses the #1 reported workshop failure with clearer, more actionable instructions.
  • Alert severity standardized — Workshop callouts are now capped at [!NOTE]/[!TIP]; [!WARNING]/[!CAUTION] reserved for security issues only.

Changes since v0.1.2

  • Add 3-task classify activity to step 5 (agentic workflows intro) (#1075)
  • Reduce cognitive load in Step 2b local setup (#1077)
  • Add Copilot access pre-flight check to Step 8 (#1076)
  • Remove duplicate repo creation from step 2b local setup (#1078)
  • Use HTML bold in callout summary tags (#1079)
  • Adjust workflow anatomy SVG (#1080)
  • Add Playwright render QA to image workflows (#1081)
  • Reframe agentic workflows as Actions-compatible superset and add deterministic-vs-agentic data-ops guidance (#1082)
  • Add auth-failure bail-out callout after gh auth status verification in step 2a (#1095)
  • Replace flat engine bullets with collapsible quick-check table and TIP callout in step 8 (#1097)
  • Add "Try it now" active-learning exercise to step 5 (#1096)
  • Improve token/secrets guidance to reduce workshop failures (#1098)
  • Reduce cognitive load in MCP supply-chain side quest (#1104)
  • Surface engine preflight checks and add pre-run learner checklist in step 8 (#1108)
  • Improve Side Quest 16-04 readability with prerequisites and D/A classification exercise (#1107)
  • Improve Step 11d2 readability and make review/merge tasks scannable (#1105)
  • Reduce cognitive load and improve activity density in step 5 (#1111)
  • Cap workshop alert severity at info; reserve WARNING/CAUTION for security only (#1118)
  • Reduce cognitive load and increase active learning in side-quest-11-07-openai-key.md (#1119)
  • Replace numbered YAML comments with Step A/B/C labels in side-quest-16-04 (#1120)
  • Reduce cognitive load in 11d2-review-and-merge.md (#1121)
  • Split Copilot auth page into focused sub-pages in side-quest-06-03 (#1122)
  • Reduce cognitive load and add active learning in step 5 (#1123)

Generated by 📦 Manual SemVer Release · 11.6 AIC · ⌖ 5.76 AIC · ⊞ 4.4K

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 14 Jul 13:52
6bb44ca

Highlights

  • Added progressive disclosure for alert callouts using <details> elements across all workshop steps, with a follow-up fix removing broken single-line wrappers
  • Added a Copilot-token pre-flight check to the "Run Workflow" step (step 8)
  • Improved onboarding clarity: Actions-not-enabled recovery guidance, prerequisites added to the install routing step, and supply-chain security term definitions moved to the prerequisites file

Changes since v0.1.1

  • Add compile flow diagram for step 07 (#1048)
  • Add Actions-not-enabled recovery guidance to 03-create-your-repo.md (#1054)
  • Add browser/CCA tool-path anchor to step 05 intro (#1053)
  • Add Copilot-token pre-flight check to step 8 (run workflow) (#1055)
  • Progressive disclosure for all alert callouts via <details> elements (#1056)
  • Remove broken single-line details/summary wrappers in alert callouts (#1064)
  • Add 📋 emoji to "Before You Start" heading in side-quest-09-01-debug-output.md (#1070)
  • Improve Step 3 active-learning prompt and checkpoint clarity (#1069)
  • Move supply-chain security term definitions to prereq file to reduce cognitive load (#1067)
  • Raise FK grade level and activity density in 11d2-review-and-merge.md (#1066)
  • Add prerequisites to Step 6 install routing page (#1068)

Generated by 📦 Manual SemVer Release · 10.5 AIC · ⌖ 5.58 AIC · ⊞ 4.4K

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 14 Jul 12:48
bb353f8

Highlights

  • Improved onboarding experience with better Codespace setup scaffolding and clearer gh aw init staging guidance
  • Strengthened workshop checkpoints with verifiable completion criteria
  • Added a public preview disclaimer to the README
  • Reduced cognitive load in the terminal basics side quest (from 38 to ≤15 concepts)
  • Enhanced the MCP concepts side quest with more scaffolding and practice exercises

Changes since v0.1.0

  • Fix gh aw init staging guidance in terminal install steps (#1029)
  • Strengthen Step 3 routing checkpoint with verifiable completion criteria (#1030)
  • Add README public preview disclaimer (#1031)
  • Correct false claim that GitHub auto-compiles workflow files (#1040)
  • Improve scaffolding and practice in MCP concepts side quest (#1043)
  • Add prerequisites anchor and Spot the Risk exercise to side quest 17-05 (#1045)
  • Reduce cognitive load in terminal basics side quest (#1046)
  • Update Step 6a/6b init guidance to stage all gh aw init outputs (#1042)
  • Improve Codespace setup scaffolding for new learners (#1044)

Generated by 📦 Manual SemVer Release · 10.4 AIC · ⌖ 5.55 AIC · ⊞ 4.4K

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 14 Jul 12:11
1e72c91

Highlights

  • Richer workshop content: major active-learning overhaul across 30+ steps and side quests — reduced cognitive load, added predict-then-check exercises, clearer prerequisites, and embedded practice gates throughout.
  • New SVG diagrams: visual explanations added for workflow anatomy, agentic workflow lifecycle, installation path selection, and GitHub-hosted execution flow.
  • New workshop steps: Step 17 (output injection & safe-output label scoping), Step 23 (A/B prompt experiments), and a split of Step 8 into run + first-run interpretation steps.
  • Fuzzy scheduling: gh aw workflows now use fuzzy schedule expressions; guidelines and docs updated accordingly.
  • Curriculum Evaluator improvements: historical score caching via cache-memory, enterprise-user tie-breaking, and Python __pycache__ hygiene fixes.
  • Docs Linker: pre-indexes documentation pages to produce precise URL#anchor links.
  • Simplified compile commands: gh aw compile invocations no longer require explicit filenames.

Changes since v0.0.2

  • workshop: strengthen side-quest-01-03-permission-errors checkpoint and add prereq scaffolding (#882)
  • step 08: add compile-check diagnostic before trigger steps (#880)
  • fix(step-12): reduce cognitive load, raise active learning density, cut callouts (#881)
  • Add hands-on exploration activity to Step 4 (GitHub Actions intro) (#879)
  • Reduce cognitive load and raise active learning density in 11d2-review-and-merge.md (#883)
  • workshop(side-quest-05-01): raise active learning density with code blocks, Try it task, and expanded checkpoint (#884)
  • fix: reduce cognitive load and callouts in 11c-build-pr-reviewer-terminal.md (#885)
  • Add explanatory SVG diagram for GitHub Actions workflow anatomy (#887)
  • workshop docs: add gh-aw doc links (round-robin batch 47-56) (#890)
  • fix: correct schedule: daily description in frontmatter deep dive (#902)
  • fix(workshop): reduce cognitive load in frontmatter deep dive (#900)
  • improve 09-understand-output.md: add hands-on activities, trim callouts (#901)
  • Add active-learning scaffolding to side-quest-01-02-environment-reference.md (#897)
  • refactor(workshop): reduce cognitive load in 11a-build-daily-status-terminal.md (#899)
  • Fix readability, scaffolding, and active learning in prompt-injection side quest (#898)
  • fix: correct schedule: daily scatter behavior description in annotated workflow (#905)
  • Add explanatory SVG diagram for agentic workflow lifecycle (#904)
  • fix(workshop): add scaffolding and consolidate concepts in side-quest-13-01-schedule-expressions (#915)
  • fix: use fuzzy schedule in agentic workflows, update guidelines and docs (#917)
  • feat(curriculum-evaluator): cache historical scores via cache-memory (#913)
  • Add constructive activities and scaffolding to side-quest-11-04 annotated workflow (#914)
  • improve active learning density and reduce callout noise in step 16 (#916)
  • fix(curriculum): reduce cognitive load in 11a-build-daily-status-terminal.md (#918)
  • Add scaffolding and active-learning verification steps to side-quest-06-03-copilot-token.md (#919)
  • Simplify gh aw compile guidance in docs and guidelines (#921)
  • Require gh aw init + pushed skills before first workflow authoring (#922)
  • Increase active learning density in side-quest-10-01-agent-brief.md (#928)
  • Improve Side Quest 11 workflow-structure learning activity and checkpoint specificity (#931)
  • Add explanatory SVG diagram for installation path decision in step 6 (#933)
  • fix(step-16): reduce cognitive load and increase active learning density (#930)
  • fix: add prereq sections and embedded activities to low-scoring workshop files (#929)
  • Reduce callout noise in the daily-status wizard step (#946)
  • Reduce cognitive load in sub-agent syntax side quest with embedded practice gates (#945)
  • feat(docs-linker): preindex doc pages to produce precise URL#anchor links (#935)
  • Rewrite agent-brief side quest for active learning and lower cognitive load (#944)
  • Improve Step 10 scenario-selection activity and checkpoint specificity (#942)
  • Reduce Step 21 cognitive load and add clearer sub-agent practice (#943)
  • fix: deepen git fetch for curriculum-evaluator trend analysis (#949)
  • chore: simplify gh aw compile commands by removing explicit filenames (#953)
  • Add Step 17 side quest for output injection and safe-output label scoping (#947)
  • docs: update welcome diagram to highlight safety model (#954)
  • fix(docs-linker): add GITHUB_TOKEN env to Preindex documentation pages step (#951)
  • Correct invalid frontmatter examples in token exfiltration side-quest (#955)
  • Refactor Step 20 memory lesson for lower cognitive load and explicit run-by-run verification (#969)
  • Increase Step 9 active learning with a live-log annotation exercise (#967)
  • Step 9 curriculum: segment output-reading content with embedded retrieval/prediction exercises (#971)
  • Improve OpenAI API key side quest scaffolding (#970)
  • fix: add prereqs section and improve readability in side-quest-17-06-output-injection.md (#972)
  • feat: favor enterprise users in tie/decisions, expand enterprise simulator population (#975)
  • Promote Codespace permissions prereq and add predict-then-check in step 8 (#974)
  • Add explicit Mobile and CCA routing to setup path selection (#968)
  • Prevent Curriculum Evaluator history checkout failures from Python bytecode writes (#977)
  • Add explanatory SVG diagram for GitHub-hosted execution flow (#979)
  • chore: add root .gitignore to exclude pycache (#986)
  • fix: correct network.allowed and safe-outputs.add-comment syntax in supply chain MCP side quest (#984)
  • Add workshop step 23: Test Your Prompt Ideas with A/B Experiments (#983)
  • fix(curriculum-evaluator): remove tracked .pyc and use python3 -B (#988)
  • Improve scaffolding in OpenAI API key side quest (#998)
  • Reduce cognitive load in the sub-agent syntax side quest (#995)
  • Split Step 8 into run and first-run interpretation steps (#996)
  • Make side quest 12 an active evaluate-and-iterate exercise (#997)
  • Restructure Step 23 A/B experiments lesson for lower cognitive load (#999)
  • Fix sub-agent field stripping incorrectly described as compile-time (#1001)
  • Restructure Step 11a2 for action-first flow and proper prerequisites (#1007)
  • Improve Event Triggers side quest with prerequisite scaffolding and hands-on trigger swap (#1009)
  • Add a recognized prerequisites section and make Step 1 checks actionable (#1011)
  • Reduce cognitive load in the secrets side quest (#1010)
  • Reduce cognitive load in the Anthropic API key side quest (#1023)
  • fix(workshop): add prerequisites section and reduce sentence complexity in side-quest-08-01 (#1021)
  • Refocus 11d2 on hands-on PR review (#1022)
  • Improve active learning in the output injection side quest (#1020)
  • Strengthen Step 0 welcome scaffolding and learner actions (#1019)
  • workshop docs: add gh-aw doc links to side-quest-07–10 files (#1018)

Generated by 📦 Manual SemVer Release · 14 AIC · ⌖ 6.13 AIC · ⊞ 4.4K

v0.0.2

Choose a tag to compare

@github-actions github-actions released this 14 Jul 04:21
885da9f

Highlights

  • Improved workshop setup flow with an interactive path-chooser gate replacing the CAUTION callout in the Codespaces setup step
  • Strengthened the actions:write permission requirement as a required preflight check in Step 8
  • Expanded Step 11b with a worked example and stronger checkpoint for the daily docs workflow
  • Fixed a release automation bug where the agent always no-op'd due to version recomputation after create-release

Changes since v0.0.1

  • content: replace CAUTION callout with interactive path-chooser gate in 02a-setup-codespace.md (#863)
  • Promote Codespaces actions:write setup to required preflight in Step 8 (#864)
  • feat: expand 11b-build-daily-docs.md with worked example and stronger checkpoint (#862)
  • fix(release): agent always noop'd due to version recomputation after create-release (#865)

Generated by 📦 Manual SemVer Release · 10.1 AIC · ⌖ 5.53 AIC · ⊞ 4.4K

v0.0.1

Choose a tag to compare

@github-actions github-actions released this 14 Jul 04:04
b1f328a

Full change list for the initial release

  • Create readme.md (ca4f7ec)
  • Merge pull request #6 from githubnext/copilot/install-gh-aw-again (e82f519)
  • Merge pull request #8 from githubnext/copilot/add-agentic-workflow-workshop (b73e3ec)
  • Merge pull request #9 from githubnext/copilot/permissions-copilot-requests-write (27fe489)
  • Merge pull request #11 from githubnext/copilot/create-daily-agentic-workflow (0b5c246)
  • Merge pull request #12 from githubnext/copilot/fix-workshop-author-workflow-issue (1ea0789)
  • Merge pull request #14 from githubnext/copilot/aw-fix-stale-lock-file (ab96ed1)
  • Merge pull request #16 from githubnext/copilot/workshop-add-step-00-welcome (e09cc1f)
  • Merge pull request #17 from githubnext/add-step-01-prerequisites-ee51b3e9f0d03c3e (b0d2f31)
  • Merge pull request #18 from githubnext/copilot/update-agentic-workflow (c46057b)
  • Merge pull request #19 from githubnext/copilot/add-q-agentic-workflow (fdb1d5e)
  • Merge pull request #20 from githubnext/add-node-02a-setup-codespace-550ed6173cb1b5f2 (d97388a)
  • Refine workshop student simulator outputs for concise reporting and actionable follow-ups (#23) (80055c1)
  • Add node: Adventure B — Set Up Your Local Terminal (#22) (cc6b9a9)
  • Add daily workflow for GitHub Skills-style workshop activity PRs (#24) (9275486)
  • Enable copilot-requests: write for Q workflow (#25) (612a8e6)
  • Add Markdown lint CI workflow (#28) (2bc043e)
  • Add node: Step 3 — Create Your Practice Repository (#27) (a60a584)
  • feat: add workshop-sync-check daily workflow (#37) (4655b57)
  • Strengthen Step 0 welcome with concrete outcome, fast-path, and finish-line preview (#35) (286eacd)
  • Clarify gh CLI prerequisite before Step 6 and add cross-platform recovery path (#36) (40b49a1)
  • Add advanced fast-track path in Steps 4–5 with delta-focused agentic workflow onboarding (#40) (28fca83)
  • Improve beginner onboarding in Steps 1–2b with terminal scaffolding and command-level success visuals (#38) (97a8a82)
  • feat: add annotated Step 11 — Build: Daily Repo Status Workflow (#39) (563a576)
  • Fix markdownlint emphasis style in workshop step (#41) (37804ef)
  • Add daily workflow to detect workshop step-ordering inconsistencies (#42) (9b9888b)
  • [workshop] Add node: Write Your First Agentic Workflow (#44) (031d256)
  • Add node: Run and Watch Your Workflow (step 8) (#45) (e8c851f)
  • Restructure Steps 7 and 11 for incremental workflow authoring (#54) (6da5f65)
  • Strengthen Step 0 onboarding with immediate value hook, Step 5 fast-path, and completed-run visual (#53) (b069b12)
  • Add fast-path guidance for experienced users in Steps 4 and 5 (#52) (1e75ce8)
  • Add gh CLI prerequisite to Step 1 and simplify Step 6 install guidance (#51) (06ec9bf)
  • Add node: Step 9 — Reading Workflow Output (#55) (b587140)
  • Add node: Step 10 — Design Your Daily Repo Status Report (#56) (9f52179)
  • docs: teach using skill for workflow edits (#57) (537f2fe)
  • Add node: Test and Improve Your Workflow (#58) (2374b16)
  • Add experienced-user fast-track to Step 4 Actions intro (#65) (1206a24)
  • Improve Step 2 onboarding for beginners by steering to Codespaces (#64) (32b13ba)
  • Restructure Step 0 welcome with demo-first value hook and path-based navigation (#66) (43937ac)
  • [workshop-sim] Add prerequisite pre-flight guardrails to Steps 1 and 6 (#67) (103920d)
  • [workshop] Add node: Schedule It to Run Every Day (#69) (2afe532)
  • Update Node.js minimum version from v20 (EOL) to v22 (Active LTS) (#81) (03366bf)
  • docs: add gh auth login prerequisite to Step 6 before-you-start section (#75) (df77786)
  • fix: add conditional guidance to pre-flight check in 01-prerequisites.md (#74) (e98f443)
  • feat: add agentic-workflows compile validation to workshop-author and workshop-skill-activity-author (#73) (dc996a5)
  • Fix gh-aw extension owner org: githubnext → github (#83) (73995e8)
  • Add node: What's Next? Keep Exploring (#82) (31432ec)
  • Improve Step 11 onboarding with “How it works” context and annotated full workflow source (#84) (a53718e)
  • Add expert fast-lane callout to Step 4 and update Step 0 path-chooser (#87) (6ef1cb4)
  • Gate Step 6 install on verified gh authentication (#86) (bbd1789)
  • Reorder Step 0 onboarding: add top-of-page skills check and defer navigation shortcuts (#85) (6490ca4)
  • docs: mark steps 4, 5, 6, and 11 as complete in workshop README (#91) (30849b8)
  • Add enterprise developer, program manager, and Fortune 500 DevOps student profiles to workshop simulator (#90) (7fd5c38)
  • Add node: Make Your Workflow Smarter with Conditional Logic (#93) (664e145)
  • fix: add protected-files policy to workshop-skill-activity-author (#94) (e88be64)
  • Add node: Connect a Live Data Source to Your Workflow (#96) (d5ce5d5)
  • Add workshop-builder: hourly loop orchestrator for the workshop (#97) (02b9b1b)
  • fix(workshop): add missing commit-log step and fix undefined outputs in step 16 (#98) (1c943c6)
  • [workshop-sim] Step 6: prioritize auth pre-flight and add enterprise/proxy install troubleshooting (#105) (1436c0b)
  • Add micro-environment simulator skill for deterministic workshop replay checks (#95) (c3a2ae6)
  • [workshop-sim] Step 0: add experienced-user fast track, time-to-value estimates, and evaluator value pitch (#108) (59f712b)
  • docs(workshop): expand terminal primer in Step 1 for beginner onboarding (#106) (a34e991)
  • docs: move YAML validation checkpoints earlier in Steps 7 and 11 (#107) (b958479)
  • add README.md and AGENTS.md for workshop (#109) (81d035b)
  • Add daily side-quest workflow and route it through the workshop orchestrator (#110) (4bc06f2)
  • Add fast-track skip path for advanced users at Steps 4–5 (#123) (6c463a5)
  • Improve Step 7 YAML onboarding with annotated frontmatter and inline validation checkpoints (#120) (94a4eeb)
  • Clarify Step 11 workflow assembly with incremental sections and compile checkpoints (#119) (48f4040)
  • fix: use printf for reliable multi-line .gitignore creation (#118) (d198491)
  • Improve Step 0 welcome page with immediate outcome preview and per-step timing (#121) (2a445ec)
  • Move Step 6 gh auth pre-flight check above all install guidance (#122) (a7b749c)
  • Add daily workflow prompt editor and route it through the workshop orchestrator (#137) (5928366)
  • Add classic Actions vs agentic workflow comparison in Steps 5 and 7 (#136) (3c1afa6)
  • Fix simulator cache-memory support and close older issues (#132) (4e56f37)
  • Surface Codespace as recommended default for beginner learners in Steps 1–2 (#135) (205a724)
  • Fix side-quest workflow blocked from writing workshop/*.md by protected-files policy (#139) (d43d0a5)
  • Step 6: make gh auth login a hard gate with inline troubleshooting (#134) (85e2145)
  • Add progressive-disclosure paths for methodical and advanced workshop learners (#133) (4deb467)
  • fix(side-quest): exclude workshop markdown from request_review protected-files policy (#140) (720225d)
  • q: collapse duplicate context blocks and remove redundant investigation section (#146) (cd2008e)
  • Reduce workshop student simulator child issues to a fixed max of 3 (#145) (7e9ce04)
  • [side-quest] Extract Terminal Basics into optional standalone side quest (#144) (5d0057b)
  • Trim verbose background descriptions and formula note in workshop-student-simulator (#148) (97270fa)
  • [side-quest] Extract YAML frontmatter pitfalls as optional side quest (#150) (9dc256f)
  • feat: require repo creation before codespace setup in simulator (#151) (eea2459)
  • fix(side-quest): remove incorrect protected-files exclude for workshop files (#157) (d41640b)
  • Move gh auth verification to Step 1 Prerequisites (#158) (a3ebf62)
  • Add "Experienced developer? Skip to Step 6" quick-start callout to workshop steps 0 and 1 (#159) (68590eb)
  • Add value-proposition narrative and enterprise callout to Steps 0 and 5 (#160) (a6c3736)
  • Add markdown-dedup agentic workflow: AST chunker + TF-IDF clustering + inline dedup issuer (#161) (9fa50dc)
  • Add tool field to student profiles (cli, vscode, copilot-app, cloud-agent) (#165) (c45f510)
  • Add CLI vs UI paths to workshop steps and agentic workflows (#166) (e6f5235)
  • Deduplicate Step 0 skip-ahead guidance by canonicalizing checklist in Step 1 (#167) (9b1cd01)
  • [side-quest] Extract gh-aw install troubleshooting into an optional side quest (#169) (e5bf633)
  • Deduplicate workflow snippet validation guidance across workshop authoring workflows (#168) (2010612)
  • File/Update a tracking issue when Markdown Lint fails on main (#170) (aaa78a0)
  • Resolve markdownlint MD007 failure in workshop student simulator workflow doc (#172) (5301174)
  • Introduce shared workshop authoring guidelines to delay and minimize early gh CLI dependence (#173) (d2ff8f3)
  • Add side quest: Passing Data Between Steps with $GITHUB_OUTPUT (#178) (cc1c5ee)
  • Fix Workshop Student Simulator stale lock by resolving source/lock drift (#175) (9ef9384)
  • Add Workshop Builder status issue history tracking (#179) (735f848)
  • fix: add .github/skills/**/*.md to workshop-builder allowed-files (#186) (693ae00)
  • Front-load Step 0 with outcome preview, clear scope, and upfront time/compatibility signals (#188) (7d1d4d3)
  • fix: add gh CLI ≥ 2.40 prerequisite callout and Codespace escape hatch (#189) (88af3dd)
  • Add GHES/enterprise compatibility warning to Steps 0 and 5 (#187) (82acfd9)
  • Update welcome.md to avoid gh prerequisite; rewrite AGENTS.md with GitHub Skills tone (#190) (56c717e)
  • feat: add docs-linker daily agentic workflow (#191) (a8bdbc9)
  • fix: correct agent instructions editing guidance in step 12 (#192) (2b6d880)
  • Add node: Give Your Agent More Tools with MCP (#193) (27f321e)
  • Fix stale lock file for workshop-builder workflow (#203) (1868dfb)
  • Add Codespace bridge callout to Step 6 (Install gh-aw) for non-terminal users (#204) (ddfec6b)
  • Strengthen value proposition and prerequisite rationale in Steps 0–1 (#202) (d79fc85)
  • [side-quest] Extract frontmatter deep-dive into a side quest (#200) (91b990b)
  • Add VS Code terminal guidance and classic-vs-agentic comparison table to Steps 5–7 and 1...
Read more