peterp / peterp/peterp.github.io

Install agent-ci for local GitHub Actions validation

Open
#20 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

infrastructure
Dominant language
HTML
Stars
1
Forks
1
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the deploy workflow under .github/workflows/.yml and inspect the project manifest before running the listed pnpm commands. Use agent-ci to run the deploy workflow locally, then check CLAUDE.md and AGENTS.md for the agent instructions. Done means the dependency is recorded, the workflow produces a successful or actionable local result, and the instructions reference agent-ci.

Written by the indexing model from the issue text.

Assessment

Tech stack
github-actions
Domain
ci-cd, devops, tooling
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Clearly specified
Newbie friendliness
65/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.