Instructions file CodexOpenCode
Instructions for JoshJancula/ralph, covering agents.md, architecture, bundle structure, agent configuration and source resolver and how plans and orchestration work.
Instructions file CodexOpenCode
Instructions for JoshJancula/ralph, covering agents.md, architecture, bundle structure, agent configuration and source resolver and how plans and orchestration work.
Instructions file
Instructions for JoshJancula/ralph: This project uses a single source of truth for AI guidance.
Agent
Turns research into system and module design. Writes architecture.md with boundaries, data flow, and risks. Uses a capped todo granularity of 8-30 items for a typical feature and avoids over-granular decomposition.
Agent
Reviews changed code for correctness, security, and convention compliance before downstream delivery.
Agent
Implements or changes code per architecture and tasks. Produces implementation-handoff.md summarizing what changed, how to verify, and open risks. Uses a capped todo granularity of 8-30 items for a typical feature and avoids over-granular decomposition.
Agent
Verifies that submitted changes work and meet the accepted criteria. Produces qa-handoff.md summarizing if the changes meet the accepted criteria.
Agent
Explores relevant docs and code paths, then summarizes findings for downstream agents.
Agent
Examine changed code, configs, and dependencies for security vulnerabilities and risky patterns. Summarize blocking issues clearly.
Skill Claude CodeCodex
Discover repository layout, stack, and how to build, test, and run. Use when planning cross-cutting work or when the user asks how to run commands. Customize the Layout/Stack/Commands sections for this project.
Hook Claude Code
Runs before the agent uses a tool for Read, Edit, MultiEdit, Glob, Grep, LS and Bash tool calls, executing block-env-reads.sh and rewrite-bash-command.sh (2 commands). From JoshJancula/ralph.
Hook Claude Code
Runs after a tool call finishes for Bash, Read, Grep and Glob tool calls, executing compact-bash-output.sh and native-result-compact.sh (2 commands). From JoshJancula/ralph.
Settings file Claude Code
Agent settings declaring 2 hook events (PreToolUse, PostToolUse).
Cursor rule Cursor
Redirect large command output to Ralph artifact logs; report compact exit status before details.
Cursor rule Cursor
Do not use emojis in comments, logs, READMEs, or any code. Keep all project text plain (ASCII).