chore: integrate proman scaffold
CI / check (pull_request) Failing after 1m47s

- Add proman.yaml with 8 packages in dependency order
- Add @shazhou/proman as devDependency
- Replace root scripts: build/test/check/format → proman commands
- Keep typecheck script for standalone tsc --build

Fixes #27
This commit is contained in:
2026-06-04 03:09:31 +00:00
parent 7b4859594a
commit 90893b0aa8
70 changed files with 201 additions and 123 deletions
+5 -4
View File
@@ -7,11 +7,11 @@
"scripts": {
"uwf": "pnpm tsx packages/cli/src/cli.ts",
"prepublishOnly": "echo 'Use pnpm run release instead' && exit 1",
"build": "npx tsc --build",
"check": "npx tsc --build && biome check . && bash scripts/lint-log-tags.sh",
"build": "proman build",
"check": "proman check",
"typecheck": "npx tsc --build",
"format": "biome format --write .",
"test": "pnpm -r run test",
"format": "proman format",
"test": "proman test",
"test:ci": "pnpm -r run test:ci",
"changeset": "npx changeset",
"version": "npx changeset version",
@@ -21,6 +21,7 @@
"@agentclientprotocol/sdk": "^0.22.1",
"@biomejs/biome": "^2.4.14",
"@changesets/cli": "^2.31.0",
"@shazhou/proman": "^0.5.1",
"@types/node": "^25.7.0",
"@types/xxhashjs": "^0.2.4",
"@united-workforce/agent-hermes": "workspace:*",