mirror of
https://github.com/vercel/workflow.git
synced 2026-09-14 19:59:43 +08:00
c45bc3fd15
* Add SDK version to workflow run executionContext for observability Wire `@workflow/core` package version through the `executionContext` field when creating workflow runs. Display the version in the observability UI attribute panel. Uses genversion for build-time version injection. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * Fix workflowCoreVersion extraction and add turbo.json for caching - Extract workflowCoreVersion from executionContext in hydrateResourceIO before stripping the context (addresses Copilot review comment) - Add turbo.json to include src/version.ts in build outputs for caching Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * Update workflowCoreVersion display name to @workflow/core version Use a display name mapping to render the attribute as "@workflow/core version" in the observability UI for better readability. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
10 lines
138 B
JSON
10 lines
138 B
JSON
{
|
|
"extends": ["//"],
|
|
"tasks": {
|
|
"build": {
|
|
"dependsOn": ["^build"],
|
|
"outputs": ["dist", "src/version.ts"]
|
|
}
|
|
}
|
|
}
|