- Remove legacy .changeset/ directory (no longer used) - Add eval package to proman.yaml - Set eval package to public for npm publishing
This commit is contained in:
@@ -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).
|
|
||||||
@@ -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"]
|
|
||||||
}
|
|
||||||
@@ -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"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@united-workforce/eval",
|
"name": "@united-workforce/eval",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"private": true,
|
"private": false,
|
||||||
"files": [
|
"files": [
|
||||||
"src",
|
"src",
|
||||||
"dist",
|
"dist",
|
||||||
|
|||||||
@@ -31,6 +31,10 @@ packages:
|
|||||||
path: packages/cli
|
path: packages/cli
|
||||||
type: cli
|
type: cli
|
||||||
|
|
||||||
|
- name: "@united-workforce/eval"
|
||||||
|
path: packages/eval
|
||||||
|
type: cli
|
||||||
|
|
||||||
- name: "@united-workforce/dashboard"
|
- name: "@united-workforce/dashboard"
|
||||||
path: packages/dashboard
|
path: packages/dashboard
|
||||||
type: webui
|
type: webui
|
||||||
|
|||||||
Reference in New Issue
Block a user