Files
shockbot/README.md
T
Shawn Morreau 363e4ecda2 update readme
2025-11-10 15:27:16 -05:00

584 B

Pullfrog Action

GitHub Action for running Claude Code and other agents via Pullfrog.

📖 Claude Code Action Architecture: For a detailed technical overview of how the Claude Code Action works (token exchange, modes, data fetching, execution flow), see CLAUDE-ACTION.md.

Quick Start

# Install dependencies
pnpm install

Testing with play.ts

pnpm play                        # Uses fixtures/play.txt
  • Clones the scratch repository to .temp
  • Runs Claude Code directly on your machine
  • Fast iteration for development