Releases: rxdt/loopgate-harness
Releases · rxdt/loopgate-harness
Release list
v0.1.0
Ralph Harness v0.1.0
A minimal repo-local loop scaffold for Claude Code, Codex CLI, Gemini-style CLIs,
and other prompt-reading coding agents.
Ralph is for running coding agents with boring discipline instead of trusting one
long drifting chat:
PROMPT.mdas the standing instruction- specs as the source of truth
- fresh-context iterations
- status handoff docs
- fast preflight checks and full gate checks
- hard iteration/time caps
- JSONL run logs for review
Start from the GitHub template or clone the repo, then run:
uv run harness install <your-project-name>
harness run claude 2 20 True
harness gateThe key design choice: the agent can work, but repo evidence decides whether the
work is acceptable.
Current docs:
https://github.com/rxdt/py_ralph_frame#readme
PyPI package: