Files
Miguel Ángel 356695be3c fix(cli): address code review findings for init + render hang
- [Critical] Replace require() and dynamic import() in exit handlers
  with captured references — require() fails in bundled ESM, and
  dynamic import() in beforeExit creates re-entrant loops
- [Important] Fix file server connection tracking — serve() returns
  the http.Server directly (no .server property), and register the
  connection listener before resolve() to catch early connections
- [Minor] Validate --video and --audio are mutually exclusive
- [Minor] Remove stale nextStepLoop comment block

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-31 20:57:07 +02:00
..
2026-03-31 03:34:27 +00:00