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)