fix: bootstrap adds Step 0 environment pre-flight check #113
Reference in New Issue
Block a user
Delete Branch "fix/112-bootstrap-preflight"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
Add Step 0 environment pre-flight check to bootstrap prompt.
Why
New agents hit PATH cascade failures when pnpm/node/hermes are missing or not in PATH (#112).
Changes
Ref
Fixes #112
LGTM ✅
Step 0 预检加得好 — 4 项检查每项都附了 FIX 指引,"All checks must pass before continuing" 卡住了不看的人。hermes PATH 的 venv/symlink 两种方案从 Step 1 提前到了预检里,逻辑更顺。pnpm 优先 + npm fallback 也合理。