stack/packages/stack-cli/src/lib
Bilal Godil 76f9543536 simplify emulator fast-start: tighter polls, drop dead wrappers
- run-emulator.sh: drop wait_for_condition poll interval from 1s to 0.2s
- emulator.ts: replace existsSync+readFileSync TOCTOU in readInternalPck
  with try/ENOENT; tighten initial backoff to 50ms; drop redundant
  mkdirSync in startEmulator; surface stop-failure on stderr instead of
  swallowing silently
- iso.ts: inline trivial buildRootDirRecordInVD wrapper
2026-04-15 14:42:20 -07:00
..
app.ts Onboarding redo (#1308) 2026-04-15 09:35:48 -07:00
auth.ts Onboarding redo (#1308) 2026-04-15 09:35:48 -07:00
claude-agent.ts stack cli fixes (#1252) 2026-03-13 13:07:13 -07:00
config.ts feat: add anonRefreshToken to CLI auth flow and enhance session management (#1303) 2026-04-14 02:09:35 +00:00
errors.ts Stack CLI (#1227) 2026-03-09 13:24:15 -07:00
init-prompt.ts make publishable client keys truly optional ig (i hope) (#1274) 2026-03-23 15:09:01 -07:00
interactive.ts Stack CLI (#1227) 2026-03-09 13:24:15 -07:00
iso.test.ts faster snapshot resume via mapped-ram + rotation opt-out 2026-04-15 13:04:15 -07:00
iso.ts simplify emulator fast-start: tighter polls, drop dead wrappers 2026-04-15 14:42:20 -07:00