e067a2f25a
CI / check (pull_request) Failing after 9m51s
Package mapping: - @uncaged/cli-workflow → @united-workforce/cli - @uncaged/workflow-protocol → @united-workforce/protocol - @uncaged/workflow-util → @united-workforce/util - @uncaged/workflow-util-agent → @united-workforce/util-agent - @uncaged/workflow-agent-hermes → @united-workforce/agent-hermes - @uncaged/workflow-agent-claude-code → @united-workforce/agent-claude-code - @uncaged/workflow-agent-builtin → @united-workforce/agent-builtin - @uncaged/workflow-dashboard → @united-workforce/dashboard Changes: - 8 package.json name + dependency refs - 82 files: import statements updated - .changeset/config.json updated - CLAUDE.md updated - bunfig.toml restored for preload CLI command (uwf) and directory names unchanged. Closes shazhou/united-workforce#8
43 lines
1.4 KiB
JSON
43 lines
1.4 KiB
JSON
{
|
|
"name": "@united-workforce/monorepo",
|
|
"private": true,
|
|
"packageManager": "bun@1.3.14",
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"scripts": {
|
|
"uwf": "bun packages/cli-workflow/src/cli.ts",
|
|
"preinstall": "npx only-allow bun",
|
|
"prepublishOnly": "echo 'Use bun run release instead' && exit 1",
|
|
"build": "bunx tsc --build",
|
|
"check": "bunx tsc --build && biome check . && bash scripts/lint-log-tags.sh",
|
|
"typecheck": "bunx tsc --build",
|
|
"format": "biome format --write .",
|
|
"test": "bun run --filter './packages/*' test",
|
|
"test:ci": "bun run --filter './packages/*' test:ci",
|
|
"changeset": "bunx changeset",
|
|
"version": "bunx changeset version",
|
|
"release": "bun run build && bun run test && node scripts/publish-all.mjs"
|
|
},
|
|
"devDependencies": {
|
|
"@agentclientprotocol/sdk": "^0.22.1",
|
|
"@biomejs/biome": "^2.4.14",
|
|
"@changesets/cli": "^2.31.0",
|
|
"@types/node": "^25.7.0",
|
|
"@types/xxhashjs": "^0.2.4",
|
|
"@united-workforce/agent-hermes": "workspace:*",
|
|
"bun-types": "^1.3.13",
|
|
"typescript": "^5.8.3",
|
|
"yaml": "^2.9.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/shazhou-ww/uncaged-workflow.git"
|
|
},
|
|
"homepage": "https://github.com/shazhou-ww/uncaged-workflow#readme",
|
|
"bugs": {
|
|
"url": "https://github.com/shazhou-ww/uncaged-workflow/issues"
|
|
},
|
|
"license": "MIT"
|
|
}
|