From 0ad10b9b6d446087d4f14fc156075a48adb51181 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E6=A9=98?= Date: Fri, 5 Jun 2026 14:11:47 +0000 Subject: [PATCH] chore: add changeset for #112 --- .changeset/bootstrap-preflight.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .changeset/bootstrap-preflight.md diff --git a/.changeset/bootstrap-preflight.md b/.changeset/bootstrap-preflight.md new file mode 100644 index 0000000..ad72cdf --- /dev/null +++ b/.changeset/bootstrap-preflight.md @@ -0,0 +1,8 @@ +--- +"@united-workforce/cli": patch +--- + +fix: bootstrap adds Step 0 environment pre-flight check + +- Pre-flight checks for node, pnpm/npm, global bin PATH, hermes CLI with FIX instructions (#112) +- Install commands changed from npm to pnpm (with npm fallback)