d63d58ccb5
- 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)
1.2 KiB
1.2 KiB
@uncaged/workflow-protocol
0.5.0-alpha.4
Patch Changes
f74b482: fix: correct internal dependency versions for prereleasef74b482: fix: use npm publish with pinned deps instead of bun publish (workspace:^ resolution bug)
0.5.0-alpha.3
Patch Changes
- fix: use npm publish with pinned deps instead of bun publish (workspace:^ resolution bug)
0.5.0-alpha.2
Patch Changes
- fix: correct internal dependency versions for prerelease
0.5.0-alpha.1
0.5.0-alpha.0
Minor Changes
- feat: AgentFn type boundary and createAgentAdapter bridging function (RFC #252)
0.4.5
Patch Changes
- Add publishConfig to all packages for Gitea registry compatibility with changeset publish.
0.4.4
Patch Changes
- Test changeset publish with Gitea registry.
0.4.3
Patch Changes
- Include src/ in published packages so bun runtime can resolve the 'bun' exports condition.
0.4.2
Patch Changes
- Fix workspace dependency resolution: use workspace:^ so published packages resolve to compatible versions instead of exact (non-existent) versions.
0.4.0
Minor Changes
- Fix package exports for published packages and adopt changesets for version management.