peterp / peterp/peterp.github.io
Install agent-ci for local GitHub Actions validation
Nobody has claimed this yet.
- 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>.ymlruns 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.mdtelling agents to validate workflow changes via agent-ci before declaring done.
Acceptance:
@redwoodjs/agent-ciindevDependencies.- 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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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