Files
united-workforce/.changeset/bootstrap-ux-3.md
T
xiaoju 6aee2ed5ef
CI / check (pull_request) Successful in 2m27s
fix: bootstrap docs — pnpm/npm parity, adapter order, preset table (#118)
- Show pnpm and npm install commands side-by-side
- Clarify adapter must be installed before uwf setup --agent
- Add version verification steps with PATH troubleshooting
- --agent takes adapter command name (uwf-hermes), not npm package
- Preset providers shown as table with default base URLs
- Non-preset providers must specify --base-url manually

Fixes #118 (#2, #3, #4, #5)
2026-06-05 16:41:35 +00:00

14 lines
652 B
Markdown

---
"@united-workforce/cli": patch
---
fix: improve bootstrap docs — pnpm/npm parity, adapter install order, preset provider table (#118)
- Step 1: show pnpm and npm side-by-side (not just pnpm with a comment)
- Step 1: add "adapter must be installed before `uwf setup --agent`" note
- Step 1: add `uwf --version` and adapter version verification with PATH troubleshooting
- Step 2: `--agent` takes adapter command name (e.g. `uwf-hermes`), not npm package
- Step 2: preset providers listed as a table with names and default base URLs
- Step 2: non-preset providers must specify `--base-url` manually
- Upgrade scenario: also show npm alternatives