6aee2ed5ef
CI / check (pull_request) Successful in 2m27s
- 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)
652 B
652 B
@united-workforce/cli
| @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 --versionand adapter version verification with PATH troubleshooting - Step 2:
--agenttakes 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-urlmanually - Upgrade scenario: also show npm alternatives