refactor(workflow): fix tsconfig references, template imports, delete old packages/workflow

- Update root tsconfig.json references: replace packages/workflow with 6 new packages
- Update cli-workflow tsconfig references to new packages
- Add tsconfig references to workflow-util, workflow-runtime, workflow-execute
- Fix workflow-agent-llm, workflow-agent-cursor, workflow-agent-hermes, workflow-util-agent
  tsconfig references (../workflow -> ../workflow-runtime)
- Remove stale @uncaged/workflow deps from agent package.json files
- Change template packages to import buildDescriptor from @uncaged/workflow-register
- Normalize package.json exports field across all new packages
- Delete old packages/workflow/ directory
This commit is contained in:
2026-05-09 11:46:57 +08:00
parent 9bbdfc41bd
commit 727b4bb3ed
95 changed files with 67 additions and 7410 deletions
+6 -1
View File
@@ -19,7 +19,12 @@
},
"references": [
{ "path": "packages/workflow-runtime" },
{ "path": "packages/workflow" },
{ "path": "packages/workflow-protocol" },
{ "path": "packages/workflow-util" },
{ "path": "packages/workflow-cas" },
{ "path": "packages/workflow-reactor" },
{ "path": "packages/workflow-register" },
{ "path": "packages/workflow-execute" },
{ "path": "packages/workflow-agent-llm" },
{ "path": "packages/workflow-agent-cursor" },
{ "path": "packages/workflow-agent-hermes" },