Skip to content

Install agent-ci for local GitHub Actions validation #20

@peterp

Description

@peterp

Parent: #1

Install agent-ci (RedwoodJS's local GitHub Actions runner) so we can validate the deploy workflow (#9) locally before pushing — pauses on failures with container state preserved, no cloud round-trip.

Steps:

  • pnpm add -D @redwoodjs/agent-ci
  • Confirm pnpm dlx agent-ci run --workflow .github/workflows/<name>.yml runs the deploy workflow locally end-to-end.
  • Install the agent skill: pnpm dlx skills add redwoodjs/agent-ci --skill agent-ci.
  • Add a note in CLAUDE.md / AGENTS.md telling agents to validate workflow changes via agent-ci before declaring done.

Acceptance:

  • @redwoodjs/agent-ci in devDependencies.
  • Local run of the CI workflow succeeds (or fails with actionable output).
  • Agent instructions reference agent-ci.

Ref: https://agent-ci.dev

Metadata

Metadata

Assignees

No one assigned

    Labels

    infrastructureInfrastructure / tooling / hosting

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions