fix: bootstrap docs — pnpm/npm parity, adapter order, preset table (#118)
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)
This commit is contained in:
2026-06-05 16:41:35 +00:00
parent 709b9dc1e5
commit 6aee2ed5ef
2 changed files with 80 additions and 15 deletions
+13
View File
@@ -0,0 +1,13 @@
---
"@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