Skip to content

Releases: rxdt/loopgate-harness

Release list

v0.1.0

Choose a tag to compare

@rxdt rxdt released this 23 Jun 04:18

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.md as 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 gate

The 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:

https://pypi.org/project/ralph-harness/