tools.hot_swap_game module

GameGirl Color – Hot-swap cartridge tool.

Save current game, bleed memories, and boot a new game in one atomic operation. # πŸ“ΌπŸŒ€ CARTRIDGE BLEED PROTOCOL

async tools.hot_swap_game.run(new_game_name, ctx=None)[source]

Hot-swap to a new game with memory bleed.

Parameters:
  • new_game_name (str) – Name of the new game to boot.

  • ctx (ToolContext | None) – Tool execution context.

Returns:

JSON result with swap status.

Return type:

str