diff --git a/packages/util/src/usage-reference.ts b/packages/util/src/usage-reference.ts index c538927..e3cea8c 100644 --- a/packages/util/src/usage-reference.ts +++ b/packages/util/src/usage-reference.ts @@ -140,5 +140,18 @@ For specific scenarios, run the corresponding \`uwf prompt\` command: |----------|---------|-------------| | Writing workflow YAML | \`uwf prompt workflow-authoring\` | Designing roles, conditions, graphs, and edge prompts | | Building a new agent adapter | \`uwf prompt adapter-developing\` | Creating a new \`uwf-\` CLI adapter | + +## Upgrading + +\`\`\`bash +# Install the latest version +pnpm add -g @united-workforce/cli@latest @united-workforce/agent-hermes@latest +# or: npm install -g @united-workforce/cli@latest @united-workforce/agent-hermes@latest + +# Verify +uwf --version + +# Then run uwf prompt bootstrap and follow the upgrade instructions +\`\`\` `; }