chore: reorganize repo — legacy packages to legacy-packages/, templates to examples/

- Move 15 old workflow-* packages to legacy-packages/ (inactive, preserved for reference)
- Rename templates/ → examples/ for clarity
- Rewrite docs/architecture.md to reflect current uwf architecture
- Active packages remain in packages/: cli-uwf, uwf-agent-hermes, uwf-agent-kit, uwf-moderator, uwf-protocol, workflow-util

小橘 🍊(NEKO Team)
This commit is contained in:
2026-05-19 07:19:40 +00:00
parent 2a3a40b9d9
commit d63d58ccb5
373 changed files with 393 additions and 203 deletions
+1 -18
View File
@@ -18,28 +18,11 @@
"types": ["bun-types", "node"]
},
"references": [
{ "path": "packages/workflow-runtime" },
{ "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" },
{ "path": "packages/workflow-util-agent" },
{ "path": "packages/workflow-agent-react" },
{ "path": "packages/cli-workflow" },
{ "path": "packages/workflow-template-solve-issue" },
{ "path": "packages/workflow-template-develop" },
{ "path": "packages/uwf-protocol" },
{ "path": "packages/uwf-moderator" },
{ "path": "packages/cli-uwf" },
{ "path": "packages/uwf-agent-kit" },
{ "path": "packages/uwf-agent-hermes" },
{ "path": "packages/workflow-template-document" },
{ "path": "packages/workflow-agent-office" },
{ "path": "packages/workflow-agent-docx-diff" }
{ "path": "packages/cli-uwf" }
]
}