Skip to content

Corrections to Workshop #4

@PlagueHO

Description

@PlagueHO

While preparing to deliver the workshop, I've identified the following issues. Logging them here (quickly):

  1. 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
  1. 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)
  1. Part 2
    Run gh aw new daily-digest –-interactive - not gh aw new daily-digest.

  2. Part 2

  • Front matter incorrect - should be (write throws error on compile as should use safe-outputs)
...
permissions:
  ...
  issues: read
  ...
  1. 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

  2. Part 1
    Run gh aw new hn-daily-digest –-interactive

  3. Part 2

  • Front matter incorrect - should be:
...
permissions:
  ...
  issues: read
  ...
  1. 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``

  2. Part 1
    Run gh aw new hn-sentiment –-interactive

  3. 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
...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions