v1.1.0 — Full Restore
What's new in v1.1.0
Files restored
| File | Description |
|---|---|
ralph.py |
Production loop — 841 lines, 6 security hardening measures |
setup.py |
Project scaffolding script — creates TASKS.md, docs/, .ralph/, .gitignore |
README.md |
Full documentation with CLI reference and quick-start guide |
templates/TASKS.md |
Task list template with example epics |
templates/docs/DOC-INDEX.md |
Routing table template |
templates/.ralph/guardrails.md |
Guardrails header template |
templates/.ralph/progress.md |
Progress log header template |
templates/.gitignore |
.gitignore entries for .ralph/ state files |
SKILL.md updated
Step 4 no longer embeds a 690-line ralph.py code block. It now references the standalone file with curl download instructions — keeping SKILL.md focused and readable.
Quick start
# Download to your project
curl -O https://raw.githubusercontent.com/vansearch/ralphloop-implementation/main/ralph.py
curl -O https://raw.githubusercontent.com/vansearch/ralphloop-implementation/main/setup.py
# Scaffold the project
python setup.py --name "My Project" --lang swift
# Start the loop
python ralph.py --dry-runOr use the Claude Code skill
/ralphloop-implementation