수정 2026-05-26
v1.9.244
🎉 R200 + 🚨 HOTFIX
🚨 HOTFIX: REPL agent ReferenceError `_lastCycleLines` (1.9.189 회귀 버그) + 🎉 R200 마일스톤 도달.
핵심 변경
let _lastCycleLines = 0; 를 outer function 스코프 (line 16399) 로 hoist
두 곳 (cycleProvider/cycleModel + rl.on('line') 핸들러) 동일 closure 공유
검증: stress-v189 A5 — REPL agent 진입 + stdin input → no ReferenceError 확인