- 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:
+5
-4
@@ -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:*",
|
||||
|
||||
Reference in New Issue
Block a user