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
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-cipnpm dlx agent-ci run --workflow .github/workflows/<name>.ymlruns the deploy workflow locally end-to-end.pnpm dlx skills add redwoodjs/agent-ci --skill agent-ci.CLAUDE.md/AGENTS.mdtelling agents to validate workflow changes via agent-ci before declaring done.Acceptance:
@redwoodjs/agent-ciindevDependencies.Ref: https://agent-ci.dev