From 1ed0bf1f76b918c1a9767f5dd7683e18a58bfba6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E6=A9=98?= Date: Sat, 6 Jun 2026 00:14:00 +0000 Subject: [PATCH] chore: clean changesets after v0.3.0 release --- .changeset/bootstrap-onboarding.md | 9 --------- .changeset/bootstrap-preflight.md | 8 -------- .changeset/bootstrap-schema-path.md | 9 --------- .changeset/bootstrap-ux-3.md | 14 -------------- .changeset/bootstrap-ux-fixes.md | 10 ---------- .changeset/setup-ux-2.md | 14 -------------- .changeset/setup-ux-improvements.md | 12 ------------ .changeset/start-new-resume.md | 9 --------- .changeset/workflow-authoring-docs.md | 15 --------------- 9 files changed, 100 deletions(-) delete mode 100644 .changeset/bootstrap-onboarding.md delete mode 100644 .changeset/bootstrap-preflight.md delete mode 100644 .changeset/bootstrap-schema-path.md delete mode 100644 .changeset/bootstrap-ux-3.md delete mode 100644 .changeset/bootstrap-ux-fixes.md delete mode 100644 .changeset/setup-ux-2.md delete mode 100644 .changeset/setup-ux-improvements.md delete mode 100644 .changeset/start-new-resume.md delete mode 100644 .changeset/workflow-authoring-docs.md diff --git a/.changeset/bootstrap-onboarding.md b/.changeset/bootstrap-onboarding.md deleted file mode 100644 index b0e6798..0000000 --- a/.changeset/bootstrap-onboarding.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@united-workforce/cli": patch ---- - -fix: expand bootstrap prompt with full onboarding and upgrade guide - -Bootstrap now covers two scenarios: -- Fresh install: CLI + adapter installation, `uwf setup` configuration, skill installation, end-to-end verification -- Upgrade: package update, skill regeneration, breaking change migrations (e.g. $START new/resume) diff --git a/.changeset/bootstrap-preflight.md b/.changeset/bootstrap-preflight.md deleted file mode 100644 index ad72cdf..0000000 --- a/.changeset/bootstrap-preflight.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@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) diff --git a/.changeset/bootstrap-schema-path.md b/.changeset/bootstrap-schema-path.md deleted file mode 100644 index 9592043..0000000 --- a/.changeset/bootstrap-schema-path.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@united-workforce/cli": patch -"@united-workforce/util": patch ---- - -fix: workflow-authoring flat schema example uses enum, bootstrap adds PATH guidance - -- workflow-authoring: flat schema example uses `enum: [done]` instead of bare `const` (#110.3) -- bootstrap: adds `which hermes` check and PATH guidance for venv installs (#110.4) diff --git a/.changeset/bootstrap-ux-3.md b/.changeset/bootstrap-ux-3.md deleted file mode 100644 index 6474a0f..0000000 --- a/.changeset/bootstrap-ux-3.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -"@united-workforce/cli": patch ---- - -fix: improve bootstrap docs — agent discovery, pnpm/npm parity, preset provider table (#118, #120) - -- Step 1: detect installed agents (hermes/claude) before choosing adapter -- Step 1: clarify adapter versions are independent from CLI — install @latest -- Step 1: show pnpm and npm side-by-side -- Step 1: add "adapter must be installed before `uwf setup --agent`" note -- Step 1: add ACP verification step (hermes acp --help) -- 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 -- Remove uwf-builtin from supported adapters (not ready yet) diff --git a/.changeset/bootstrap-ux-fixes.md b/.changeset/bootstrap-ux-fixes.md deleted file mode 100644 index 16d0104..0000000 --- a/.changeset/bootstrap-ux-fixes.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"@united-workforce/cli": patch ---- - -fix: preset provider base-url auto-fill, bootstrap ACP docs, friendlier name mismatch error - -- `uwf setup --provider dashscope` now auto-fills `--base-url` from preset list (#106) -- Bootstrap guide documents uwf-hermes ACP dependency (`pip install hermes-agent[acp]`) (#107) -- Bootstrap verify step uses inline workflow instead of missing `examples/eval-simple.yaml` (#107) -- Workflow filename mismatch error now suggests how to fix it (#108) diff --git a/.changeset/setup-ux-2.md b/.changeset/setup-ux-2.md deleted file mode 100644 index 609d380..0000000 --- a/.changeset/setup-ux-2.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -"@united-workforce/cli": patch -"@united-workforce/agent-hermes": patch -"@united-workforce/agent-claude-code": patch -"@united-workforce/agent-builtin": patch -"@united-workforce/agent-mock": patch ---- - -fix: suppress ExperimentalWarning, PEP 668 pip guidance, setup help (#116) - -- All CLI bins use shebang `#!/usr/bin/env -S node --disable-warning=ExperimentalWarning` -- Remove NODE_OPTIONS injection from spawn (shebang handles it) -- Bootstrap pip install guidance covers venv/pipx/source options for PEP 668 systems -- `uwf setup --help` mentions interactive wizard mode diff --git a/.changeset/setup-ux-improvements.md b/.changeset/setup-ux-improvements.md deleted file mode 100644 index c2d7ec4..0000000 --- a/.changeset/setup-ux-improvements.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -"@united-workforce/cli": patch ---- - -fix: setup UX improvements (#114) - -- Setup validates adapter availability and prints install command if missing -- Setup prints "Config saved to ✓" on success -- Spawn ENOENT gives actionable error ("not found in PATH" + which command) -- SQLite ExperimentalWarning suppressed via NODE_OPTIONS in spawned processes -- Bootstrap VERSION reads cli package version (was reading util version) -- Bootstrap PATH guidance is shell-agnostic (no hardcoded .bashrc/.profile) diff --git a/.changeset/start-new-resume.md b/.changeset/start-new-resume.md deleted file mode 100644 index 6d8b12d..0000000 --- a/.changeset/start-new-resume.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@united-workforce/cli": minor -"@united-workforce/util": patch ---- - -feat: replace $START `_` status with `new`/`resume` semantics - -BREAKING: All workflow YAML files must update `$START._` to `$START.new` + `$START.resume`. -The `resume` edge prompt replaces the previously hardcoded resume message in the CLI. diff --git a/.changeset/workflow-authoring-docs.md b/.changeset/workflow-authoring-docs.md deleted file mode 100644 index a3c2e42..0000000 --- a/.changeset/workflow-authoring-docs.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -"@united-workforce/cli": patch -"@united-workforce/util": patch ---- - -fix: unify $status to const-only, drop enum support (#123) - -Breaking: `$status` in frontmatter now requires `const` everywhere. -`enum` is no longer accepted and will be rejected by the validator. - -- Validator: `hasStatusConst()` / `getConstStatuses()` replace enum-based checks -- Error message: "must define $status as const (or oneOf with const)" -- workflow-authoring docs: all examples use `const`, enum explicitly noted as unsupported -- bootstrap hello.yaml: `$status: { const: done }` -- All test fixtures migrated from enum to const/oneOf