You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ghaw/challenges/0-00-setup/COACH.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@
14
14
- Ask for a show-of-hands "green terminal" check after the first 10 minutes.
15
15
- Pair any participant who is blocked with a working neighbor; don't let one blocker stall the group.
16
16
-`gh aw` installs automatically via `postCreate.sh` in both Codespaces and local dev containers. If a participant sees "command not found", the postCreate script likely failed — have them rebuild the container.
17
-
- If `gh aw run ... --dry-run` fails with an API key error, GitHub Copilot is the default zero-config engine. Confirm the participant's account has an active Copilot subscription. For Claude/OpenAI/Gemini, point them to `github.com/settings/codespaces` to add secrets.
17
+
- If `gh aw trial ... --dry-run` fails with an API key error, GitHub Copilot is the default zero-config engine. Confirm the participant's account has an active Copilot subscription. For Claude/OpenAI/Gemini, point them to `github.com/settings/codespaces` to add secrets.
18
18
19
19
---
20
20
@@ -25,7 +25,7 @@
25
25
|`gh auth status` fails | Not logged in | Run `gh auth login` again; choose HTTPS |
26
26
| Codespace build times out | Network / quota | Retry once; fall back to local dev container |
27
27
|`gh aw --version` not found | Container image stale or `postCreate.sh` failed | Rebuild container (`Ctrl+Shift+P → Dev Containers: Rebuild Container`); or run `curl -sL https://raw.githubusercontent.com/github/gh-aw/main/install-gh-aw.sh \| bash` manually |
28
-
|`gh aw run modules/ghaw/resources/examples/hello-world.md --dry-run` fails | AI engine key missing | Confirm Copilot subscription is active; or set `ANTHROPIC_API_KEY` / `OPENAI_API_KEY` / `GEMINI_API_KEY` as Codespace secrets and rebuild |
28
+
|`gh aw trial modules/ghaw/resources/examples/hello-world.md --dry-run` fails | AI engine key missing | Confirm Copilot subscription is active; or set `ANTHROPIC_API_KEY` / `OPENAI_API_KEY` / `GEMINI_API_KEY` as Codespace secrets and rebuild |
29
29
| Repository not accessible | Not in the right repo | Confirm the Codespace or local clone is for `microsoft/frontier-agenticdevops-hackathon`|
30
30
31
31
---
@@ -36,7 +36,7 @@ Before releasing the group to Challenge 1-01, confirm per participant:
36
36
37
37
-[ ]`gh auth status` exits 0 and shows the correct username
38
38
-[ ]`gh aw --version` returns a version string
39
-
-[ ]`gh aw run modules/ghaw/resources/examples/hello-world.md --dry-run` completes without errors
39
+
-[ ]`gh aw trial modules/ghaw/resources/examples/hello-world.md --dry-run` completes without errors
40
40
-[ ] Repository is open and writable (or readable with a documented fallback)
Copy file name to clipboardExpand all lines: modules/ghaw/challenges/2-01-triage-bot/meta.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ prerequisite_capabilities:
13
13
description: Build an event-driven workflow that categorises every new issue with an AI label and posts a friendly comment explaining the classification and next steps.
14
14
success_criteria:
15
15
- `.github/workflows/triage-bot.md`exists with valid gh-aw frontmatter
0 commit comments