While preparing to deliver the workshop, I've identified the following issues. Logging them here (quickly):
- Prerequisites
- FORK first, then clone fork (don't clone the upstream, the whole workshop is not usable if cloning this repo - must clone fork).
- After forking, enable
issues on the repo. Go to settings, general, ✅ Issues
- Part 1
gh aw init creates .github/mcp.json in wrong folder (at the moment). Must move to .vscode/mcp.json to allow use in VS Code. More an issue with gh aw init (gh aw version v0.71.5)
-
Part 2
Run gh aw new daily-digest –-interactive - not gh aw new daily-digest.
-
Part 2
- Front matter incorrect - should be (write throws error on compile as should use safe-outputs)
...
permissions:
...
issues: read
...
-
Part 3
Before committing must run gh aw compile daily-digest
gh aw run daily-digest will fail, needs –r switch to specify repo:�gh aw run daily-digest -r <owner>/agentic-workflows-workshop
-
Part 1
Run gh aw new hn-daily-digest –-interactive
-
Part 2
- Front matter incorrect - should be:
...
permissions:
...
issues: read
...
-
Part 3
gh aw run hn-daily-digest will fail, needs –r switch to specify repo:`gh aw run hn-daily-digest -r /agentic-workflows-workshop``
-
Part 1
Run gh aw new hn-sentiment –-interactive
-
Part 2
- Front matter incorrect - should be:
on:
...
issue_comment:
types: [created]
if: startsWith(github.event.comment.body, '/hn-sentiment')
...
permissions:
...
issues: read
...
network:
allowed:
- hacker-news.firebaseio.com
...
While preparing to deliver the workshop, I've identified the following issues. Logging them here (quickly):
issueson the repo. Go to settings, general, ✅ Issuesgh aw initcreates.github/mcp.jsonin wrong folder (at the moment). Must move to.vscode/mcp.jsonto allow use in VS Code. More an issue withgh aw init(gh aw version v0.71.5)Part 2
Run
gh aw new daily-digest –-interactive- notgh aw new daily-digest.Part 2
Part 3
Before committing must run
gh aw compile daily-digestgh aw run daily-digestwill fail, needs –r switch to specify repo:�gh aw run daily-digest -r <owner>/agentic-workflows-workshopPart 1
Run
gh aw new hn-daily-digest –-interactivePart 2
Part 3
gh aw run hn-daily-digestwill fail, needs –r switch to specify repo:`gh aw run hn-daily-digest -r /agentic-workflows-workshop``Part 1
Run
gh aw new hn-sentiment –-interactivePart 2