Releases: liafonx/Open-Balatro
Releases · liafonx/Open-Balatro
v2.8.0 — Merge AGENT.md + INIT.md into AGENTS.md
v2.8.0 — Merge AGENT.md + INIT.md into AGENTS.md
Merged AGENT.md + INIT.md into a single AGENTS.md file for all mod repos.
- New templates:
agents-md-template.mdandagents-texture-pack-template.md— merged replacements foragent-md-template.md,agent-texture-pack-template.md, andproject-rules-template.md. Both add a Quick Reference table (mod name, repo type, mod type, dependencies, rules pointer) and a Mod-Specific subsection under Constraints & Gotchas. General rules (Protected Files, File Change Protocol, Logging) are dropped — those live in.claude/rules/already - Deleted old templates:
agent-md-template.md,agent-texture-pack-template.md,project-rules-template.md /initcommand — now scaffolds a singleAGENTS.mdfromagents-md-template.md(oragents-texture-pack-template.mdfor Malverk mods); fork variant is the HTML comment block at the bottom of the template/checkcommand — Step 5d: AGENTS.md Format Check — detects current vs legacy format; if legacy (AGENT.md + INIT.md), offers to merge: extracts Quick Reference from INIT.md, copies all AGENT.md sections, appends Mod-Specific constraints, updates .gitignore, deletes old files- Hook backward compat: All 4 hooks (
session-start.js,pre-compact.js,protected-file-check.js,stop-check.js) checkAGENTS.mdfirst, fall back toAGENT.md/INIT.md— existing repos work until/checkmigrates them - References updated (~24 files): commands, agents, skill, templates, README, root AGENT.md all use
AGENTS.md
Migration
Existing repos with AGENT.md + INIT.md: run /balatro-mod-dev:check — Step 5d will detect the legacy format and offer to merge interactively.
New repos: /balatro-mod-dev:init scaffolds AGENTS.md directly.
v2.7.1 — Docs/rules alignment
Also included in this release (previously untagged):
- Section references fixed (
update-docs,knowledge,test) — §N numeric anchors replaced with named section headings; stale §8/§9 references removed smods-api.md— collapsed redundant Lua gotchas into a pointer toreferences/lua-gotchas.mdblock-external-reads.js— added lowercasebalatro_src/case for path matching/helpcommand — addeddebug-inspectorto DIAGNOSTICS group; added/compactto MAINTENANCE- SKILL.md, sub-agents.md, update-plugin.md — corrected agent/command counts (10→11, 15→16)