New:Microsoft Teams Notifications Are Now Available in Socket.Learn more →
Get Started

@readystack/renpy-release-gate

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@readystack/renpy-release-gate

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

Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
353
99.44%
Maintainers
1
Weekly downloads
 
Created
Source

Ren'Py Release Gate

Ren'Py Release Gate

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

Install

npx @readystack/renpy-release-gate file

Node 18+. The same 14 rules as the VS Code extension, from a terminal or CI.

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.
@readystack/renpy-release-gate --dir ./templates --report html --out report.html

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

Keywords

renpy

FAQs

Package last updated on 15 Sep 2026

Related posts