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
+38
View File
@@ -0,0 +1,38 @@
packages:
- name: "@united-workforce/protocol"
path: packages/protocol
type: lib
- name: "@united-workforce/util"
path: packages/util
type: lib
- name: "@united-workforce/util-agent"
path: packages/util-agent
type: lib
- name: "@united-workforce/agent-hermes"
path: packages/agent-hermes
type: cli
- name: "@united-workforce/agent-claude-code"
path: packages/agent-claude-code
type: cli
- name: "@united-workforce/agent-builtin"
path: packages/agent-builtin
type: cli
- name: "@united-workforce/cli"
path: packages/cli
type: cli
- name: "@united-workforce/dashboard"
path: packages/dashboard
type: webui
private: true
release:
registry: https://registry.npmjs.org
access: public
gitTagPrefix: v