Releases: rxdt/loopgate_harness
Releases · rxdt/loopgate_harness
Release list
v0.1.3
What's Changed
- docs: improve README grammar and heading consistency by @dhruvatr in #10
- Added FAQ section to README by @gargi-gif in #22
- docs: add minimal [tool.harness.gate] example to README by @ANONYMOUSZED-beep in #21
- docs: add contributor note on where tests live by @boraiks in #25
- feat: integrate js-scaffold into harness and add specifications by @SalmaAbdelrhmanMostafaMahmoud in #23
- docs: add Claude quickstart section to README by @SalmaAbdelrhmanMostafaMahmoud in #27
- docs: troubleshoot missing/unauthenticated worker CLI by @omkarjoshi9 in #28
- Create dependabot.yml by @rxdt in #31
- Harden install. Expand coverage from
uvto addpoetryandpip. by @rxdt in #30 - build(deps): bump actions/checkout from 4 to 7 by @dependabot[bot] in #32
- build(deps): bump astral-sh/setup-uv from 5 to 7 by @dependabot[bot] in #33
- Mutmut ci by @rxdt in #34
- Mutmut ci by @rxdt in #35
- Update README.md to Clarify Mutmut Mutation Testing by @rxdt in #36
- build(deps): bump astral-sh/setup-uv from 6 to 7 by @dependabot[bot] in #42
- build(deps): bump actions/checkout from 6 to 7 by @dependabot[bot] in #41
- build(deps): bump actions/upload-artifact from 4 to 7 by @dependabot[bot] in #40
- Diff Size Check by @rxdt in #39
- Adds new Mutmut badge by @rxdt in #44
- build(deps): bump actions/upload-artifact from 4 to 7 by @dependabot[bot] in #45
- Add LoopGate glossary by @Sajith-Santhosh in #37
- build(deps): bump actions/upload-artifact from 4 to 7 by @dependabot[bot] in #51
- build(deps-dev): update hatchling requirement from >=1.27 to >=1.32.0 by @dependabot[bot] in #52
- 0.1.2 by @rxdt in #56
New Contributors
- @dhruvatr made their first contribution in #10
- @gargi-gif made their first contribution in #22
- @ANONYMOUSZED-beep made their first contribution in #21
- @boraiks made their first contribution in #25
- @SalmaAbdelrhmanMostafaMahmoud made their first contribution in #23
- @omkarjoshi9 made their first contribution in #28
- @dependabot[bot] made their first contribution in #32
- @Sajith-Santhosh made their first contribution in #37
Full Changelog: v0.1.0...v0.1.3
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: