Sign inSign up

getreadystack/renpy-release-gate

By getreadystack

Updated about 19 hours ago

Find the .rpy lines that compile clean and only break inside a player's save

Image
0

87

getreadystack/renpy-release-gate repository overview

Ren'Py Release Gate

Find the .rpy lines that compile clean and only break inside a player's save

Run

docker run --rm -v "$PWD":/work getreadystack/renpy-release-gate /work/file

The same 14 rules as the VS Code extension, in a container. Mount a folder on /work.

Free

  • Scan one .rpy file and get every line that ships broken, each with the line number and the exact fix.
  • --rules lists every rule

With a licence ($29 once)

  • Sweep every .rpy file in the workspace in one pass and export a release report you keep, for CI and for your publisher.
docker run --rm -e READYSTACK_LICENSE=<key> -v "$PWD":/work getreadystack/renpy-release-gate --dir /work --ci

Putting one title on Steam costs $100 in Steam Direct fees before a single crash report arrives, and every crash fix after that is another build, another store update and another refund.

Use from an AI agent (MCP)

Claude Code · Cursor · Windsurf · any MCP client - add to your MCP config:

{ "mcpServers": { "renpy-release-gate": { "command": "npx", "args": ["-y", "@readystack/renpy-release-gate", "--mcp"] } } }

Tools: check_text and check_file (free) · check_dir (licence; the full sweep is free for 7 days). The agent gets every finding with the line number.

Use in CI

- name: RenPy Release Gate
  run: npx -y @readystack/renpy-release-gate --dir . --ci

(container: docker run --rm -v "$PWD:/work" getreadystack/renpy-release-gate --dir /work --ci)

Try the full run free for 7 days — no key needed. Then one licence, 7-day refund, no questions. Set READYSTACK_LICENSE=<key> or run --license <key> once.

Get a licence

Tag summary

Content type

Image

Digest

sha256:d850879d6

Size

46.1 MB

Last updated

about 19 hours ago

docker pull getreadystack/renpy-release-gate