Auto Review Loop (MiniMax Version): Autonomous Research Improvement 🔒 Do not wrap this skill in , , or . Like , it already loops internally (review → fix → re-review), feeding each round's prior-round summary into the next review prompt (the backend is a stateless per-round API call, not a shared thread). An external timer re-enters from the top each tick, dropping that accumulated context and firing the verdict on wall-clock time instead of on artifact change — zero new signal, full token cost. Schedule the external wait that precedes it , not the verdict. See . Autonomously iterate: review…