From 5edb67b79dfbe66116c6628acbe97d6b70bb716e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E6=A9=98?= Date: Fri, 5 Jun 2026 02:21:24 +0000 Subject: [PATCH] chore: prepare 0.1.0 release - Remove legacy .changeset/ directory (no longer used) - Add eval package to proman.yaml - Set eval package to public for npm publishing --- .changeset/README.md | 8 -------- .changeset/config.json | 11 ----------- .changeset/pre.json | 30 ------------------------------ packages/eval/package.json | 2 +- proman.yaml | 4 ++++ 5 files changed, 5 insertions(+), 50 deletions(-) delete mode 100644 .changeset/README.md delete mode 100644 .changeset/config.json delete mode 100644 .changeset/pre.json diff --git a/.changeset/README.md b/.changeset/README.md deleted file mode 100644 index 654c6d4..0000000 --- a/.changeset/README.md +++ /dev/null @@ -1,8 +0,0 @@ -# Changesets - -Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works -with multi-package repos, or single-package repos to help you version and publish your code. You can -find the full documentation for it [in our repository](https://github.com/changesets/changesets). - -We have a quick list of common questions to get you started engaging with this project in -[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md). diff --git a/.changeset/config.json b/.changeset/config.json deleted file mode 100644 index 94f094f..0000000 --- a/.changeset/config.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "$schema": "https://unpkg.com/@changesets/config@3.1.4/schema.json", - "changelog": "@changesets/cli/changelog", - "commit": false, - "fixed": [["@united-workforce/*"]], - "linked": [], - "access": "public", - "baseBranch": "main", - "updateInternalDependencies": "patch", - "ignore": ["@united-workforce/dashboard"] -} diff --git a/.changeset/pre.json b/.changeset/pre.json deleted file mode 100644 index 16e37c2..0000000 --- a/.changeset/pre.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "mode": "exit", - "tag": "alpha", - "initialVersions": { - "@uncaged/cli": "0.4.5", - "@uncaged/workflow-agent-cursor": "0.4.5", - "@uncaged/agent-hermes": "0.4.5", - "@uncaged/workflow-agent-llm": "0.4.5", - "@uncaged/workflow-agent-react": "0.4.5", - "@uncaged/workflow-cas": "0.4.5", - "@uncaged/dashboard": "0.1.0", - "@uncaged/workflow-execute": "0.4.5", - "@uncaged/workflow-gateway": "0.4.5", - "@uncaged/protocol": "0.4.5", - "@uncaged/workflow-reactor": "0.4.5", - "@uncaged/workflow-register": "0.4.5", - "@uncaged/workflow-runtime": "0.4.5", - "@uncaged/workflow-template-develop": "0.4.5", - "@uncaged/workflow-template-solve-issue": "0.4.5", - "@uncaged/util": "0.4.5", - "@uncaged/util-agent": "0.4.5" - }, - "changesets": [ - "env-api-unify", - "fix-internal-deps", - "fix-publish-src", - "fix-workspace-deps", - "rfc-252-agent-fn" - ] -} diff --git a/packages/eval/package.json b/packages/eval/package.json index 696b2a2..d9fe7dc 100644 --- a/packages/eval/package.json +++ b/packages/eval/package.json @@ -1,7 +1,7 @@ { "name": "@united-workforce/eval", "version": "0.1.0", - "private": true, + "private": false, "files": [ "src", "dist", diff --git a/proman.yaml b/proman.yaml index a0cc8e5..4fb8354 100644 --- a/proman.yaml +++ b/proman.yaml @@ -31,6 +31,10 @@ packages: path: packages/cli type: cli + - name: "@united-workforce/eval" + path: packages/eval + type: cli + - name: "@united-workforce/dashboard" path: packages/dashboard type: webui -- 2.43.0