docs: mark XP's Event system TODO bullet superseded by ADR 0030 - #1060
Merged
Conversation
The bullet described mruby-rpgxp/mrblib/interpreter.rb's Game::Interpreter and game.rb's party/actor model in detail as ongoing work, but ADR 0030 deleted both (along with scene.rb) once the RGSS script host became the only boot path -- none of the Game::/command_* machinery it describes still exists. Same treatment as the earlier "Map scene" bullet: struck through with a note pointing at the ADR and the real current state (docs/rpgxp-rgss-api-gap.md), body left intact for history. Also updated the stale "A2 table-edge tile" polish note under VX/VX Ace's Tilemap bullet -- that landed in an earlier PR (Tilemap.vx_table_leg_quads). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01RmARb1uB2F9rXRg6tQsGgR
take-cheeze
enabled auto-merge
August 19, 2026 02:24
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
docs/TODO.md's "Event system" bullet (under RPG Maker with RGSS / XP) describedmruby-rpgxp/mrblib/interpreter.rb'sGame::Interpreterandgame.rb's party/actor model in detail as ongoing 🚧 work — but ADR 0030 deleted both files (along withscene.rb) once the RGSS script host became the only boot path. None of theGame::/command_*machinery the bullet described still exists in the repository — a real project's own bundledGame_Interpreter/Game_Party/Game_Actorscripts run unmodified instead.docs/rpgxp-rgss-api-gap.md), body left intact for history rather than rewritten.Tilemap.vx_table_leg_quads).Pure documentation fix, no code changes.
Test plan
Generated by Claude Code