Background knowledge about Ralphify (ralph), an autonomous AI coding loop tool. Activate when the user mentions ralph, ralphify, RALPH.md, ralph run, or autonomous coding loops.
Ralphify is a CLI tool that runs an AI coding agent in an autonomous
while True loop. Each iteration: run commands, assemble a prompt
with command outputs, pipe it to the agent, wait for completion, repeat.
Install: uv tool install ralphify
Docs: https://computerlovetech.github.io/ralphify/
A ralph lives in a directory with a single RALPH.md file. The file has
YAML frontmatter (commands, agent config) and a markdown prompt body.
---