@proompteng/temporal-bun-sdk 0.9.1 → 0.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +21 -6
- package/dist/agent-readiness.json +115 -13
- package/dist/production-readiness.json +391 -26
- package/dist/release-provenance.json +82 -0
- package/dist/src/activities/lifecycle.d.ts.map +1 -1
- package/dist/src/activities/lifecycle.js +27 -9
- package/dist/src/activities/lifecycle.js.map +1 -1
- package/dist/src/bin/lint-workflows-command.d.ts +3 -3
- package/dist/src/bin/lint-workflows-command.d.ts.map +1 -1
- package/dist/src/bin/lint-workflows-command.js +5 -0
- package/dist/src/bin/lint-workflows-command.js.map +1 -1
- package/dist/src/bin/replay-command.d.ts +2 -2
- package/dist/src/bin/replay-command.d.ts.map +1 -1
- package/dist/src/bin/replay-command.js +9 -5
- package/dist/src/bin/replay-command.js.map +1 -1
- package/dist/src/bin/temporal-bun.d.ts +2 -2
- package/dist/src/client/interceptors.d.ts.map +1 -1
- package/dist/src/client/interceptors.js +1 -1
- package/dist/src/client/interceptors.js.map +1 -1
- package/dist/src/client/retries.d.ts.map +1 -1
- package/dist/src/client/retries.js +12 -2
- package/dist/src/client/retries.js.map +1 -1
- package/dist/src/client.d.ts.map +1 -1
- package/dist/src/client.js +102 -35
- package/dist/src/client.js.map +1 -1
- package/dist/src/common/payloads/codecs.d.ts +4 -4
- package/dist/src/common/payloads/codecs.d.ts.map +1 -1
- package/dist/src/config.d.ts +10 -10
- package/dist/src/config.d.ts.map +1 -1
- package/dist/src/interceptors/types.d.ts.map +1 -1
- package/dist/src/interceptors/types.js +6 -4
- package/dist/src/interceptors/types.js.map +1 -1
- package/dist/src/otel/auto-instrumentations-node.d.ts +1 -1
- package/dist/src/otel/auto-instrumentations-node.d.ts.map +1 -1
- package/dist/src/proto/protoc-gen-openapiv2/options/annotations_pb.js +1 -1
- package/dist/src/proto/protoc-gen-openapiv2/options/openapiv2_pb.d.ts +14 -14
- package/dist/src/proto/protoc-gen-openapiv2/options/openapiv2_pb.d.ts.map +1 -1
- package/dist/src/proto/protoc-gen-openapiv2/options/openapiv2_pb.js +1 -1
- package/dist/src/proto/temporal/api/activity/v1/message_pb.d.ts +106 -35
- package/dist/src/proto/temporal/api/activity/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/activity/v1/message_pb.js +18 -2
- package/dist/src/proto/temporal/api/activity/v1/message_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/batch/v1/message_pb.d.ts +12 -12
- package/dist/src/proto/temporal/api/batch/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/batch/v1/message_pb.js +1 -1
- package/dist/src/proto/temporal/api/callback/v1/message_pb.d.ts +72 -0
- package/dist/src/proto/temporal/api/callback/v1/message_pb.d.ts.map +1 -0
- package/dist/src/proto/temporal/api/callback/v1/message_pb.js +18 -0
- package/dist/src/proto/temporal/api/callback/v1/message_pb.js.map +1 -0
- package/dist/src/proto/temporal/api/cloud/account/v1/message_pb.d.ts +5 -5
- package/dist/src/proto/temporal/api/cloud/account/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/cloud/account/v1/message_pb.js +1 -1
- package/dist/src/proto/temporal/api/cloud/auditlog/v1/message_pb.d.ts +3 -3
- package/dist/src/proto/temporal/api/cloud/auditlog/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/cloud/auditlog/v1/message_pb.js +1 -1
- package/dist/src/proto/temporal/api/cloud/billing/v1/message_pb.d.ts +206 -0
- package/dist/src/proto/temporal/api/cloud/billing/v1/message_pb.d.ts.map +1 -0
- package/dist/src/proto/temporal/api/cloud/billing/v1/message_pb.js +95 -0
- package/dist/src/proto/temporal/api/cloud/billing/v1/message_pb.js.map +1 -0
- package/dist/src/proto/temporal/api/cloud/cloudservice/v1/request_response_pb.d.ts +462 -82
- package/dist/src/proto/temporal/api/cloud/cloudservice/v1/request_response_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/cloud/cloudservice/v1/request_response_pb.js +223 -132
- package/dist/src/proto/temporal/api/cloud/cloudservice/v1/request_response_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/cloud/cloudservice/v1/service_pb.d.ts +95 -1
- package/dist/src/proto/temporal/api/cloud/cloudservice/v1/service_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/cloud/cloudservice/v1/service_pb.js +2 -2
- package/dist/src/proto/temporal/api/cloud/cloudservice/v1/service_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/cloud/connectivityrule/v1/message_pb.d.ts +11 -3
- package/dist/src/proto/temporal/api/cloud/connectivityrule/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/cloud/connectivityrule/v1/message_pb.js +2 -2
- package/dist/src/proto/temporal/api/cloud/connectivityrule/v1/message_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/cloud/identity/v1/message_pb.d.ts +173 -24
- package/dist/src/proto/temporal/api/cloud/identity/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/cloud/identity/v1/message_pb.js +22 -2
- package/dist/src/proto/temporal/api/cloud/identity/v1/message_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/cloud/namespace/v1/message_pb.d.ts +325 -26
- package/dist/src/proto/temporal/api/cloud/namespace/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/cloud/namespace/v1/message_pb.js +105 -22
- package/dist/src/proto/temporal/api/cloud/namespace/v1/message_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/cloud/nexus/v1/message_pb.d.ts +5 -5
- package/dist/src/proto/temporal/api/cloud/nexus/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/cloud/nexus/v1/message_pb.js +1 -1
- package/dist/src/proto/temporal/api/cloud/operation/v1/message_pb.d.ts +4 -4
- package/dist/src/proto/temporal/api/cloud/operation/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/cloud/operation/v1/message_pb.js +1 -1
- package/dist/src/proto/temporal/api/cloud/region/v1/message_pb.js +1 -1
- package/dist/src/proto/temporal/api/cloud/resource/v1/message_pb.js +1 -1
- package/dist/src/proto/temporal/api/cloud/sink/v1/message_pb.js +1 -1
- package/dist/src/proto/temporal/api/cloud/usage/v1/message_pb.d.ts +2 -2
- package/dist/src/proto/temporal/api/cloud/usage/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/cloud/usage/v1/message_pb.js +1 -1
- package/dist/src/proto/temporal/api/command/v1/message_pb.d.ts +61 -52
- package/dist/src/proto/temporal/api/command/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/command/v1/message_pb.js +2 -2
- package/dist/src/proto/temporal/api/command/v1/message_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/common/v1/message_pb.d.ts +118 -2
- package/dist/src/proto/temporal/api/common/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/common/v1/message_pb.js +24 -4
- package/dist/src/proto/temporal/api/common/v1/message_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/compute/v1/config_pb.d.ts +133 -0
- package/dist/src/proto/temporal/api/compute/v1/config_pb.d.ts.map +1 -0
- package/dist/src/proto/temporal/api/compute/v1/config_pb.js +38 -0
- package/dist/src/proto/temporal/api/compute/v1/config_pb.js.map +1 -0
- package/dist/src/proto/temporal/api/compute/v1/provider_pb.d.ts +49 -0
- package/dist/src/proto/temporal/api/compute/v1/provider_pb.d.ts.map +1 -0
- package/dist/src/proto/temporal/api/compute/v1/provider_pb.js +15 -0
- package/dist/src/proto/temporal/api/compute/v1/provider_pb.js.map +1 -0
- package/dist/src/proto/temporal/api/compute/v1/scaler_pb.d.ts +39 -0
- package/dist/src/proto/temporal/api/compute/v1/scaler_pb.d.ts.map +1 -0
- package/dist/src/proto/temporal/api/compute/v1/scaler_pb.js +15 -0
- package/dist/src/proto/temporal/api/compute/v1/scaler_pb.js.map +1 -0
- package/dist/src/proto/temporal/api/deployment/v1/message_pb.d.ts +76 -39
- package/dist/src/proto/temporal/api/deployment/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/deployment/v1/message_pb.js +4 -2
- package/dist/src/proto/temporal/api/deployment/v1/message_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/enums/v1/activity_pb.js +1 -1
- package/dist/src/proto/temporal/api/enums/v1/batch_operation_pb.js +1 -1
- package/dist/src/proto/temporal/api/enums/v1/command_type_pb.js +1 -1
- package/dist/src/proto/temporal/api/enums/v1/common_pb.js +1 -1
- package/dist/src/proto/temporal/api/enums/v1/deployment_pb.d.ts +8 -4
- package/dist/src/proto/temporal/api/enums/v1/deployment_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/enums/v1/deployment_pb.js +9 -5
- package/dist/src/proto/temporal/api/enums/v1/deployment_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/enums/v1/event_type_pb.d.ts +7 -1
- package/dist/src/proto/temporal/api/enums/v1/event_type_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/enums/v1/event_type_pb.js +8 -2
- package/dist/src/proto/temporal/api/enums/v1/event_type_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/enums/v1/failed_cause_pb.d.ts +7 -1
- package/dist/src/proto/temporal/api/enums/v1/failed_cause_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/enums/v1/failed_cause_pb.js +8 -2
- package/dist/src/proto/temporal/api/enums/v1/failed_cause_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/enums/v1/namespace_pb.js +1 -1
- package/dist/src/proto/temporal/api/enums/v1/nexus_pb.d.ts +153 -0
- package/dist/src/proto/temporal/api/enums/v1/nexus_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/enums/v1/nexus_pb.js +159 -2
- package/dist/src/proto/temporal/api/enums/v1/nexus_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/enums/v1/query_pb.js +1 -1
- package/dist/src/proto/temporal/api/enums/v1/reset_pb.js +1 -1
- package/dist/src/proto/temporal/api/enums/v1/schedule_pb.js +1 -1
- package/dist/src/proto/temporal/api/enums/v1/task_queue_pb.d.ts +10 -1
- package/dist/src/proto/temporal/api/enums/v1/task_queue_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/enums/v1/task_queue_pb.js +11 -2
- package/dist/src/proto/temporal/api/enums/v1/task_queue_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/enums/v1/update_pb.js +1 -1
- package/dist/src/proto/temporal/api/enums/v1/workflow_pb.d.ts +24 -14
- package/dist/src/proto/temporal/api/enums/v1/workflow_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/enums/v1/workflow_pb.js +24 -14
- package/dist/src/proto/temporal/api/enums/v1/workflow_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/errordetails/v1/message_pb.d.ts +24 -2
- package/dist/src/proto/temporal/api/errordetails/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/errordetails/v1/message_pb.js +7 -2
- package/dist/src/proto/temporal/api/errordetails/v1/message_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/export/v1/message_pb.d.ts +1 -1
- package/dist/src/proto/temporal/api/export/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/export/v1/message_pb.js +1 -1
- package/dist/src/proto/temporal/api/failure/v1/message_pb.d.ts +26 -11
- package/dist/src/proto/temporal/api/failure/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/failure/v1/message_pb.js +2 -2
- package/dist/src/proto/temporal/api/failure/v1/message_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/filter/v1/message_pb.d.ts +2 -2
- package/dist/src/proto/temporal/api/filter/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/filter/v1/message_pb.js +1 -1
- package/dist/src/proto/temporal/api/history/v1/message_pb.d.ts +278 -141
- package/dist/src/proto/temporal/api/history/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/history/v1/message_pb.js +72 -62
- package/dist/src/proto/temporal/api/history/v1/message_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/namespace/v1/message_pb.d.ts +39 -5
- package/dist/src/proto/temporal/api/namespace/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/namespace/v1/message_pb.js +2 -2
- package/dist/src/proto/temporal/api/namespace/v1/message_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/nexus/v1/message_pb.d.ts +386 -14
- package/dist/src/proto/temporal/api/nexus/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/nexus/v1/message_pb.js +26 -3
- package/dist/src/proto/temporal/api/nexus/v1/message_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/nexusservices/workerservice/v1/request_response_pb.d.ts +41 -0
- package/dist/src/proto/temporal/api/nexusservices/workerservice/v1/request_response_pb.d.ts.map +1 -0
- package/dist/src/proto/temporal/api/nexusservices/workerservice/v1/request_response_pb.js +20 -0
- package/dist/src/proto/temporal/api/nexusservices/workerservice/v1/request_response_pb.js.map +1 -0
- package/dist/src/proto/temporal/api/operatorservice/v1/request_response_pb.d.ts +6 -6
- package/dist/src/proto/temporal/api/operatorservice/v1/request_response_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/operatorservice/v1/request_response_pb.js +1 -1
- package/dist/src/proto/temporal/api/operatorservice/v1/service_pb.js +1 -1
- package/dist/src/proto/temporal/api/protocol/v1/message_pb.d.ts +1 -1
- package/dist/src/proto/temporal/api/protocol/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/protocol/v1/message_pb.js +1 -1
- package/dist/src/proto/temporal/api/protometa/v1/annotations_pb.d.ts +46 -0
- package/dist/src/proto/temporal/api/protometa/v1/annotations_pb.d.ts.map +1 -0
- package/dist/src/proto/temporal/api/protometa/v1/annotations_pb.js +19 -0
- package/dist/src/proto/temporal/api/protometa/v1/annotations_pb.js.map +1 -0
- package/dist/src/proto/temporal/api/query/v1/message_pb.d.ts +4 -4
- package/dist/src/proto/temporal/api/query/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/query/v1/message_pb.js +1 -1
- package/dist/src/proto/temporal/api/replication/v1/message_pb.d.ts +1 -1
- package/dist/src/proto/temporal/api/replication/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/replication/v1/message_pb.js +1 -1
- package/dist/src/proto/temporal/api/rules/v1/message_pb.d.ts +3 -3
- package/dist/src/proto/temporal/api/rules/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/rules/v1/message_pb.js +1 -1
- package/dist/src/proto/temporal/api/schedule/v1/message_pb.d.ts +24 -24
- package/dist/src/proto/temporal/api/schedule/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/sdk/v1/enhanced_stack_trace_pb.d.ts +1 -1
- package/dist/src/proto/temporal/api/sdk/v1/enhanced_stack_trace_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/sdk/v1/enhanced_stack_trace_pb.js +1 -1
- package/dist/src/proto/temporal/api/sdk/v1/external_storage_pb.d.ts +35 -0
- package/dist/src/proto/temporal/api/sdk/v1/external_storage_pb.d.ts.map +1 -0
- package/dist/src/proto/temporal/api/sdk/v1/external_storage_pb.js +14 -0
- package/dist/src/proto/temporal/api/sdk/v1/external_storage_pb.js.map +1 -0
- package/dist/src/proto/temporal/api/sdk/v1/task_complete_metadata_pb.js +1 -1
- package/dist/src/proto/temporal/api/sdk/v1/user_metadata_pb.d.ts +2 -2
- package/dist/src/proto/temporal/api/sdk/v1/user_metadata_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/sdk/v1/user_metadata_pb.js +1 -1
- package/dist/src/proto/temporal/api/sdk/v1/worker_config_pb.js +1 -1
- package/dist/src/proto/temporal/api/sdk/v1/workflow_metadata_pb.d.ts +1 -1
- package/dist/src/proto/temporal/api/sdk/v1/workflow_metadata_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/sdk/v1/workflow_metadata_pb.js +1 -1
- package/dist/src/proto/temporal/api/taskqueue/v1/message_pb.d.ts +39 -23
- package/dist/src/proto/temporal/api/taskqueue/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/taskqueue/v1/message_pb.js +12 -7
- package/dist/src/proto/temporal/api/taskqueue/v1/message_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/update/v1/message_pb.d.ts +10 -10
- package/dist/src/proto/temporal/api/update/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/update/v1/message_pb.js +1 -1
- package/dist/src/proto/temporal/api/version/v1/message_pb.d.ts +4 -4
- package/dist/src/proto/temporal/api/version/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/version/v1/message_pb.js +1 -1
- package/dist/src/proto/temporal/api/worker/v1/message_pb.d.ts +208 -15
- package/dist/src/proto/temporal/api/worker/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/worker/v1/message_pb.js +33 -3
- package/dist/src/proto/temporal/api/worker/v1/message_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/workflow/v1/message_pb.d.ts +187 -96
- package/dist/src/proto/temporal/api/workflow/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/workflow/v1/message_pb.js +16 -11
- package/dist/src/proto/temporal/api/workflow/v1/message_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/workflowservice/v1/request_response_pb.d.ts +1884 -283
- package/dist/src/proto/temporal/api/workflowservice/v1/request_response_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/workflowservice/v1/request_response_pb.js +309 -127
- package/dist/src/proto/temporal/api/workflowservice/v1/request_response_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/workflowservice/v1/service_pb.d.ts +232 -2
- package/dist/src/proto/temporal/api/workflowservice/v1/service_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/workflowservice/v1/service_pb.js +3 -2
- package/dist/src/proto/temporal/api/workflowservice/v1/service_pb.js.map +1 -1
- package/dist/src/runtime/effect-layers.d.ts +85 -0
- package/dist/src/runtime/effect-layers.d.ts.map +1 -1
- package/dist/src/worker/concurrency.d.ts.map +1 -1
- package/dist/src/worker/concurrency.js +12 -0
- package/dist/src/worker/concurrency.js.map +1 -1
- package/dist/src/worker/runtime.d.ts.map +1 -1
- package/dist/src/worker/runtime.js +169 -23
- package/dist/src/worker/runtime.js.map +1 -1
- package/dist/src/workflow/command-event-matrix.d.ts +13 -0
- package/dist/src/workflow/command-event-matrix.d.ts.map +1 -0
- package/dist/src/workflow/command-event-matrix.js +158 -0
- package/dist/src/workflow/command-event-matrix.js.map +1 -0
- package/dist/src/workflow/context.d.ts.map +1 -1
- package/dist/src/workflow/context.js +0 -11
- package/dist/src/workflow/context.js.map +1 -1
- package/dist/src/workflow/determinism.d.ts.map +1 -1
- package/dist/src/workflow/determinism.js +27 -1
- package/dist/src/workflow/determinism.js.map +1 -1
- package/dist/src/workflow/executor.d.ts.map +1 -1
- package/dist/src/workflow/executor.js +22 -21
- package/dist/src/workflow/executor.js.map +1 -1
- package/dist/src/workflow/guards.d.ts.map +1 -1
- package/dist/src/workflow/guards.js +141 -36
- package/dist/src/workflow/guards.js.map +1 -1
- package/dist/src/workflow/index.d.ts +1 -0
- package/dist/src/workflow/index.d.ts.map +1 -1
- package/dist/src/workflow/index.js +1 -0
- package/dist/src/workflow/index.js.map +1 -1
- package/docs/adoption-readiness.md +93 -0
- package/docs/agent-adoption-guide.md +25 -3
- package/docs/default-choice-hardening-plan.md +160 -0
- package/docs/feature-matrix.md +20 -20
- package/docs/production-design.md +3 -3
- package/docs/production-readiness-implementation-plan.md +66 -56
- package/docs/semantic-readiness.md +76 -15
- package/docs/support-policy.md +9 -5
- package/package.json +18 -10
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
"schemaVersion": 1,
|
|
3
3
|
"package": {
|
|
4
4
|
"name": "@proompteng/temporal-bun-sdk",
|
|
5
|
-
"version": "0.
|
|
5
|
+
"version": "0.11.0"
|
|
6
6
|
},
|
|
7
|
-
"generatedAt": "2026-05-
|
|
7
|
+
"generatedAt": "2026-05-17T02:47:51.134Z",
|
|
8
8
|
"git": {
|
|
9
|
-
"sha": "
|
|
9
|
+
"sha": "2d58143370a01c931788a6bc91bf5aef5399cec3",
|
|
10
10
|
"branch": "main"
|
|
11
11
|
},
|
|
12
12
|
"runtime": {
|
|
@@ -34,23 +34,227 @@
|
|
|
34
34
|
"forbiddenPathHits": []
|
|
35
35
|
},
|
|
36
36
|
"evidence": {
|
|
37
|
-
"replayFixtureCount":
|
|
38
|
-
"replayCorpusFixtureCount":
|
|
37
|
+
"replayFixtureCount": 35,
|
|
38
|
+
"replayCorpusFixtureCount": 35,
|
|
39
39
|
"replayCorpusReportPresent": true,
|
|
40
40
|
"replayCorpusReportPath": ".artifacts/replay-corpus/report.json",
|
|
41
41
|
"replayCorpusReportPassed": true,
|
|
42
|
+
"replayCorpusCoverageTags": [
|
|
43
|
+
"activity",
|
|
44
|
+
"cancellation",
|
|
45
|
+
"child-workflow",
|
|
46
|
+
"continue-as-new",
|
|
47
|
+
"determinism",
|
|
48
|
+
"failure",
|
|
49
|
+
"heartbeat",
|
|
50
|
+
"payload-codec",
|
|
51
|
+
"query",
|
|
52
|
+
"real-history",
|
|
53
|
+
"retry",
|
|
54
|
+
"search-attributes",
|
|
55
|
+
"side-effect",
|
|
56
|
+
"signal",
|
|
57
|
+
"timer",
|
|
58
|
+
"update",
|
|
59
|
+
"versioning",
|
|
60
|
+
"workflow-task-failure"
|
|
61
|
+
],
|
|
62
|
+
"replayCorpusCommandKinds": [
|
|
63
|
+
"cancel-timer",
|
|
64
|
+
"continue-as-new",
|
|
65
|
+
"modify-workflow-properties",
|
|
66
|
+
"record-marker",
|
|
67
|
+
"schedule-activity",
|
|
68
|
+
"start-child-workflow",
|
|
69
|
+
"start-timer",
|
|
70
|
+
"upsert-search-attributes"
|
|
71
|
+
],
|
|
72
|
+
"replayCorpusExternalOperationKinds": [
|
|
73
|
+
"cancel",
|
|
74
|
+
"operator",
|
|
75
|
+
"query",
|
|
76
|
+
"signal",
|
|
77
|
+
"terminate",
|
|
78
|
+
"update"
|
|
79
|
+
],
|
|
80
|
+
"replayCorpusHistoryEventTypes": [
|
|
81
|
+
"EVENT_TYPE_ACTIVITY_TASK_COMPLETED",
|
|
82
|
+
"EVENT_TYPE_ACTIVITY_TASK_SCHEDULED",
|
|
83
|
+
"EVENT_TYPE_ACTIVITY_TASK_STARTED",
|
|
84
|
+
"EVENT_TYPE_CHILD_WORKFLOW_EXECUTION_STARTED",
|
|
85
|
+
"EVENT_TYPE_MARKER_RECORDED",
|
|
86
|
+
"EVENT_TYPE_START_CHILD_WORKFLOW_EXECUTION_INITIATED",
|
|
87
|
+
"EVENT_TYPE_TIMER_CANCELED",
|
|
88
|
+
"EVENT_TYPE_TIMER_FIRED",
|
|
89
|
+
"EVENT_TYPE_TIMER_STARTED",
|
|
90
|
+
"EVENT_TYPE_UPSERT_WORKFLOW_SEARCH_ATTRIBUTES",
|
|
91
|
+
"EVENT_TYPE_WORKFLOW_EXECUTION_CANCEL_REQUESTED",
|
|
92
|
+
"EVENT_TYPE_WORKFLOW_EXECUTION_COMPLETED",
|
|
93
|
+
"EVENT_TYPE_WORKFLOW_EXECUTION_CONTINUED_AS_NEW",
|
|
94
|
+
"EVENT_TYPE_WORKFLOW_EXECUTION_SIGNALED",
|
|
95
|
+
"EVENT_TYPE_WORKFLOW_EXECUTION_STARTED",
|
|
96
|
+
"EVENT_TYPE_WORKFLOW_EXECUTION_TERMINATED",
|
|
97
|
+
"EVENT_TYPE_WORKFLOW_EXECUTION_UPDATE_ACCEPTED",
|
|
98
|
+
"EVENT_TYPE_WORKFLOW_EXECUTION_UPDATE_COMPLETED",
|
|
99
|
+
"EVENT_TYPE_WORKFLOW_PROPERTIES_MODIFIED",
|
|
100
|
+
"EVENT_TYPE_WORKFLOW_TASK_COMPLETED",
|
|
101
|
+
"EVENT_TYPE_WORKFLOW_TASK_FAILED",
|
|
102
|
+
"EVENT_TYPE_WORKFLOW_TASK_SCHEDULED",
|
|
103
|
+
"EVENT_TYPE_WORKFLOW_TASK_STARTED"
|
|
104
|
+
],
|
|
42
105
|
"loadReportPresent": true,
|
|
43
106
|
"loadReportPath": ".artifacts/worker-load/report.json",
|
|
44
107
|
"loadReportPassed": true,
|
|
108
|
+
"loadScenarioCoverage": {
|
|
109
|
+
"workerLoadCpuWorkflow": 33,
|
|
110
|
+
"workerLoadActivityWorkflow": 19,
|
|
111
|
+
"workerLoadUpdateWorkflow": 12
|
|
112
|
+
},
|
|
45
113
|
"asyncFuzzReportPresent": true,
|
|
46
114
|
"asyncFuzzReportPath": ".artifacts/async-fuzz/report.json",
|
|
47
115
|
"asyncFuzzSeedCount": 10000,
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
116
|
+
"asyncFuzzOperationCount": 64,
|
|
117
|
+
"asyncFuzzOperationCoverage": {
|
|
118
|
+
"promise-microtask": 64185,
|
|
119
|
+
"date-now": 63815,
|
|
120
|
+
"math-random": 63785,
|
|
121
|
+
"activity": 63967,
|
|
122
|
+
"timer": 63927,
|
|
123
|
+
"side-effect": 63965,
|
|
124
|
+
"version": 63988,
|
|
125
|
+
"patch": 64059,
|
|
126
|
+
"local-activity": 64136,
|
|
127
|
+
"metadata": 64173
|
|
128
|
+
},
|
|
129
|
+
"productionUsageServiceCount": 2,
|
|
130
|
+
"productionUsageServices": [
|
|
131
|
+
{
|
|
132
|
+
"id": "jangar",
|
|
133
|
+
"role": "production control-plane client and worker entrypoint",
|
|
134
|
+
"sourceRefs": [
|
|
135
|
+
"services/jangar/src/worker.ts",
|
|
136
|
+
"services/jangar/src/server/agents-controller/temporal-runtime.ts",
|
|
137
|
+
"services/jangar/src/server/bumba.ts",
|
|
138
|
+
"services/jangar/package.json"
|
|
139
|
+
],
|
|
140
|
+
"deploymentRefs": [
|
|
141
|
+
"argocd/applications/jangar/deployment.yaml",
|
|
142
|
+
"argocd/applications/jangar/alloy-configmap.yaml"
|
|
143
|
+
],
|
|
144
|
+
"observabilityRefs": [
|
|
145
|
+
"argocd/applications/jangar/alloy-configmap.yaml"
|
|
146
|
+
],
|
|
147
|
+
"passed": true,
|
|
148
|
+
"missingRefs": []
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"id": "bumba",
|
|
152
|
+
"role": "production Temporal worker",
|
|
153
|
+
"sourceRefs": [
|
|
154
|
+
"services/bumba/src/worker.ts",
|
|
155
|
+
"services/bumba/src/event-consumer.ts",
|
|
156
|
+
"services/bumba/src/workflows/index.ts",
|
|
157
|
+
"services/bumba/package.json"
|
|
158
|
+
],
|
|
159
|
+
"deploymentRefs": [
|
|
160
|
+
"argocd/applications/bumba/deployment.yaml"
|
|
161
|
+
],
|
|
162
|
+
"observabilityRefs": [
|
|
163
|
+
"argocd/applications/jangar/alloy-configmap.yaml",
|
|
164
|
+
"argocd/applications/observability/graf-bumba-dashboard-configmap.yaml"
|
|
165
|
+
],
|
|
166
|
+
"passed": true,
|
|
167
|
+
"missingRefs": []
|
|
168
|
+
}
|
|
169
|
+
],
|
|
170
|
+
"productionUsageObservabilityRefs": [
|
|
171
|
+
"argocd/applications/jangar/alloy-configmap.yaml",
|
|
172
|
+
"argocd/applications/observability/graf-bumba-dashboard-configmap.yaml"
|
|
173
|
+
],
|
|
174
|
+
"productionUsageMissingRefs": [],
|
|
175
|
+
"adoptionSurface": {
|
|
176
|
+
"passed": true,
|
|
177
|
+
"requiredKeywords": [
|
|
178
|
+
"bun",
|
|
179
|
+
"bun-sdk",
|
|
180
|
+
"temporal",
|
|
181
|
+
"temporal-sdk",
|
|
182
|
+
"temporalio",
|
|
183
|
+
"workflow",
|
|
184
|
+
"workflow-engine",
|
|
185
|
+
"workflow-orchestration"
|
|
186
|
+
],
|
|
187
|
+
"packageKeywords": [
|
|
188
|
+
"bun",
|
|
189
|
+
"bun-sdk",
|
|
190
|
+
"client",
|
|
191
|
+
"durable-execution",
|
|
192
|
+
"effect",
|
|
193
|
+
"grpc",
|
|
194
|
+
"temporal",
|
|
195
|
+
"temporal-cloud",
|
|
196
|
+
"temporal-sdk",
|
|
197
|
+
"temporalio",
|
|
198
|
+
"typescript",
|
|
199
|
+
"worker",
|
|
200
|
+
"workflow",
|
|
201
|
+
"workflow-engine",
|
|
202
|
+
"workflow-orchestration"
|
|
203
|
+
],
|
|
204
|
+
"missingKeywords": [],
|
|
205
|
+
"cliBins": {
|
|
206
|
+
"temporal-bun": "./dist/src/bin/temporal-bun.js",
|
|
207
|
+
"temporal-bun-skill": "./dist/src/bin/temporal-bun-skill.js",
|
|
208
|
+
"temporal-bun-worker": "./dist/src/bin/start-worker.js"
|
|
209
|
+
},
|
|
210
|
+
"missingCliBins": [],
|
|
211
|
+
"packagedDocRefs": [
|
|
212
|
+
"packages/temporal-bun-sdk/README.md",
|
|
213
|
+
"packages/temporal-bun-sdk/docs/adoption-readiness.md",
|
|
214
|
+
"packages/temporal-bun-sdk/docs/agent-adoption-guide.md",
|
|
215
|
+
"packages/temporal-bun-sdk/docs/semantic-readiness.md",
|
|
216
|
+
"packages/temporal-bun-sdk/docs/feature-matrix.md",
|
|
217
|
+
"packages/temporal-bun-sdk/docs/support-policy.md",
|
|
218
|
+
"packages/temporal-bun-sdk/docs/default-choice-hardening-plan.md"
|
|
219
|
+
],
|
|
220
|
+
"missingPackagedDocRefs": [],
|
|
221
|
+
"publicDocRefs": [
|
|
222
|
+
"apps/docs/content/docs/temporal-bun-sdk.mdx",
|
|
223
|
+
"apps/docs/content/docs/temporal-bun-sdk-adoption.mdx",
|
|
224
|
+
"apps/docs/content/docs/temporal-bun-sdk-comparison.mdx",
|
|
225
|
+
"apps/docs/content/docs/temporal-bun-sdk-cloud-tls.mdx",
|
|
226
|
+
"apps/docs/app/llms-full.txt/route.ts"
|
|
227
|
+
],
|
|
228
|
+
"missingPublicDocRefs": [],
|
|
229
|
+
"skillRefs": [
|
|
230
|
+
"packages/temporal-bun-sdk/skills/manifest.json",
|
|
231
|
+
"packages/temporal-bun-sdk/skills/temporal/SKILL.md",
|
|
232
|
+
"packages/temporal-bun-sdk/skills/temporal/scripts/temporal-run.sh"
|
|
233
|
+
],
|
|
234
|
+
"missingSkillRefs": [],
|
|
235
|
+
"exampleRefs": [
|
|
236
|
+
"packages/temporal-bun-sdk-example/README.md",
|
|
237
|
+
"packages/temporal-bun-sdk-example/src/worker.ts",
|
|
238
|
+
"packages/temporal-bun-sdk-example/src/workflows/index.ts",
|
|
239
|
+
"packages/temporal-bun-sdk-example/src/activities/index.ts",
|
|
240
|
+
"packages/temporal-bun-sdk-example/Dockerfile"
|
|
241
|
+
],
|
|
242
|
+
"missingExampleRefs": [],
|
|
243
|
+
"requiredScripts": {
|
|
244
|
+
"evidence:production": "bun scripts/collect-production-evidence.ts",
|
|
245
|
+
"verify:production": "bun run evidence:production && bun test tests/packaging/manifest-packaging.test.ts",
|
|
246
|
+
"verify:default-choice": "TEMPORAL_REQUIRE_DEFAULT_CHOICE=1 bun run evidence:production && bun test tests/packaging/manifest-packaging.test.ts",
|
|
247
|
+
"verify:packed-readiness": "bun scripts/verify-packed-readiness.ts"
|
|
248
|
+
},
|
|
249
|
+
"missingRequiredScripts": [],
|
|
250
|
+
"readinessFiles": [
|
|
251
|
+
"dist/agent-readiness.json",
|
|
252
|
+
"dist/production-readiness.json",
|
|
253
|
+
"dist/release-provenance.json"
|
|
254
|
+
],
|
|
255
|
+
"bootstrapCommand": "bunx @proompteng/temporal-bun-sdk init my-worker"
|
|
256
|
+
},
|
|
257
|
+
"docsHash": "0c10f7da4f61fa885916f963bb6e7a3d47fa2018c7ed5110e35e76f8fab15d4e"
|
|
54
258
|
},
|
|
55
259
|
"gates": {
|
|
56
260
|
"packageFiles": {
|
|
@@ -71,11 +275,11 @@
|
|
|
71
275
|
},
|
|
72
276
|
"replayFixturesPresent": {
|
|
73
277
|
"passed": true,
|
|
74
|
-
"detail": "fixtures=
|
|
278
|
+
"detail": "fixtures=35"
|
|
75
279
|
},
|
|
76
280
|
"replayCorpusEvidence": {
|
|
77
281
|
"passed": true,
|
|
78
|
-
"detail": "fixtures=
|
|
282
|
+
"detail": "fixtures=35; failed=0; minimum=25; coverage=18/15; commandKinds=8; externalOperations=6; historyEventTypes=23; missingTags=none; path=.artifacts/replay-corpus/report.json"
|
|
79
283
|
},
|
|
80
284
|
"loadReportPresent": {
|
|
81
285
|
"passed": true,
|
|
@@ -83,19 +287,27 @@
|
|
|
83
287
|
},
|
|
84
288
|
"loadEvidence": {
|
|
85
289
|
"passed": true,
|
|
86
|
-
"detail": "completed=64/64; throughput=
|
|
290
|
+
"detail": "source=worker-load; completed=64/64; minimumWorkflows=64; peakConcurrent=10/10; throughput=18.60/3; sticky=0.849/0.5; workflowP95=4566/12000; activityP95=3692/12000; missingScenarios=none; path=.artifacts/worker-load/report.json"
|
|
87
291
|
},
|
|
88
292
|
"asyncFuzzEvidence": {
|
|
89
293
|
"passed": true,
|
|
90
|
-
"detail": "seeds=10000; elapsedMs=
|
|
294
|
+
"detail": "seeds=10000; operations=64/64; coveredOperations=10/10; missingOperations=none; elapsedMs=18893; path=.artifacts/async-fuzz/report.json"
|
|
295
|
+
},
|
|
296
|
+
"ciWorkflowCoverage": {
|
|
297
|
+
"passed": true,
|
|
298
|
+
"detail": "commands=11"
|
|
91
299
|
},
|
|
92
|
-
"
|
|
300
|
+
"productionUsageEvidence": {
|
|
93
301
|
"passed": true,
|
|
94
|
-
"detail": "
|
|
302
|
+
"detail": "services=2/2; observabilityRefs=2; missing=none"
|
|
95
303
|
},
|
|
96
|
-
"
|
|
304
|
+
"adoptionSurfaceEvidence": {
|
|
305
|
+
"passed": true,
|
|
306
|
+
"detail": "keywords=8/8; bins=3/3; packagedDocs=7/7; publicDocs=5/5; skills=3/3; examples=5/5; missing=none"
|
|
307
|
+
},
|
|
308
|
+
"releaseProvenanceEvidence": {
|
|
97
309
|
"passed": true,
|
|
98
|
-
"detail": "
|
|
310
|
+
"detail": "purpose=publish; run=https://github.com/proompteng/lab/actions/runs/25979271131; shaMatchesGithub=true; hashedArtifacts=3/3; manifest=dist/release-provenance.json; missing=none"
|
|
99
311
|
}
|
|
100
312
|
},
|
|
101
313
|
"semanticConcerns": [
|
|
@@ -170,7 +382,9 @@
|
|
|
170
382
|
"ciWorkflowCoverage"
|
|
171
383
|
],
|
|
172
384
|
"evidenceRefs": [
|
|
385
|
+
"packages/temporal-bun-sdk/src/workflow/command-event-matrix.ts",
|
|
173
386
|
"packages/temporal-bun-sdk/src/workflow/commands.ts",
|
|
387
|
+
"packages/temporal-bun-sdk/tests/protocol/command-event-matrix.test.ts",
|
|
174
388
|
"packages/temporal-bun-sdk/tests/protocol/command-golden.test.ts",
|
|
175
389
|
"packages/temporal-bun-sdk/tests/integration/history-replay.test.ts",
|
|
176
390
|
"packages/temporal-bun-sdk/scripts/verify-replay-corpus.ts"
|
|
@@ -204,17 +418,16 @@
|
|
|
204
418
|
"status": "release-gated",
|
|
205
419
|
"gateRefs": [
|
|
206
420
|
"loadEvidence",
|
|
207
|
-
"soakEvidence",
|
|
208
421
|
"ciWorkflowCoverage"
|
|
209
422
|
],
|
|
210
423
|
"evidenceRefs": [
|
|
211
424
|
"packages/temporal-bun-sdk/src/worker/runtime.ts",
|
|
212
425
|
"packages/temporal-bun-sdk/src/worker/sticky-cache.ts",
|
|
213
426
|
"packages/temporal-bun-sdk/tests/worker.sticky-cache.test.ts",
|
|
427
|
+
"packages/temporal-bun-sdk/tests/worker.task-queue-kind.test.ts",
|
|
214
428
|
"packages/temporal-bun-sdk/tests/integration/worker.runtime.integration.test.ts",
|
|
215
429
|
"packages/temporal-bun-sdk/tests/integration/worker-load.test.ts",
|
|
216
|
-
"packages/temporal-bun-sdk/.artifacts/worker-load/report.json"
|
|
217
|
-
"packages/temporal-bun-sdk/.artifacts/worker-soak/report.json"
|
|
430
|
+
"packages/temporal-bun-sdk/.artifacts/worker-load/report.json"
|
|
218
431
|
],
|
|
219
432
|
"missingEvidenceRefs": [],
|
|
220
433
|
"passed": true
|
|
@@ -225,6 +438,7 @@
|
|
|
225
438
|
"defaultChoiceRequired": true,
|
|
226
439
|
"status": "release-gated",
|
|
227
440
|
"gateRefs": [
|
|
441
|
+
"productionUsageEvidence",
|
|
228
442
|
"ciWorkflowCoverage"
|
|
229
443
|
],
|
|
230
444
|
"evidenceRefs": [
|
|
@@ -232,11 +446,56 @@
|
|
|
232
446
|
"services/bumba/src/worker.ts",
|
|
233
447
|
"services/jangar/package.json",
|
|
234
448
|
"services/bumba/package.json",
|
|
449
|
+
"argocd/applications/jangar/deployment.yaml",
|
|
450
|
+
"argocd/applications/bumba/deployment.yaml",
|
|
451
|
+
"argocd/applications/jangar/alloy-configmap.yaml",
|
|
235
452
|
"argocd/applications/observability/graf-bumba-dashboard-configmap.yaml"
|
|
236
453
|
],
|
|
237
454
|
"missingEvidenceRefs": [],
|
|
238
455
|
"passed": true
|
|
239
456
|
},
|
|
457
|
+
{
|
|
458
|
+
"id": "agent-default-adoption-surface",
|
|
459
|
+
"concern": "Agents and teams need package metadata, public docs, CLI bins, packaged skills, examples, and readiness artifacts to discover and adopt the SDK without overstating support scope.",
|
|
460
|
+
"defaultChoiceRequired": true,
|
|
461
|
+
"status": "release-gated",
|
|
462
|
+
"gateRefs": [
|
|
463
|
+
"adoptionSurfaceEvidence"
|
|
464
|
+
],
|
|
465
|
+
"evidenceRefs": [
|
|
466
|
+
"packages/temporal-bun-sdk/package.json",
|
|
467
|
+
"packages/temporal-bun-sdk/README.md",
|
|
468
|
+
"packages/temporal-bun-sdk/docs/adoption-readiness.md",
|
|
469
|
+
"packages/temporal-bun-sdk/docs/agent-adoption-guide.md",
|
|
470
|
+
"packages/temporal-bun-sdk/skills/manifest.json",
|
|
471
|
+
"packages/temporal-bun-sdk-example/README.md",
|
|
472
|
+
"apps/docs/content/docs/temporal-bun-sdk.mdx",
|
|
473
|
+
"apps/docs/content/docs/temporal-bun-sdk-adoption.mdx",
|
|
474
|
+
"apps/docs/content/docs/temporal-bun-sdk-comparison.mdx",
|
|
475
|
+
"apps/docs/app/llms-full.txt/route.ts"
|
|
476
|
+
],
|
|
477
|
+
"missingEvidenceRefs": [],
|
|
478
|
+
"passed": true
|
|
479
|
+
},
|
|
480
|
+
{
|
|
481
|
+
"id": "versioned-release-provenance",
|
|
482
|
+
"concern": "Default-choice readiness must be tied to the exact package version, commit SHA, CI run, and immutable hashed replay/load/fuzz evidence artifacts.",
|
|
483
|
+
"defaultChoiceRequired": true,
|
|
484
|
+
"status": "release-gated",
|
|
485
|
+
"gateRefs": [
|
|
486
|
+
"releaseProvenanceEvidence"
|
|
487
|
+
],
|
|
488
|
+
"evidenceRefs": [
|
|
489
|
+
"packages/temporal-bun-sdk/scripts/collect-production-evidence.ts",
|
|
490
|
+
"packages/temporal-bun-sdk/scripts/verify-packed-readiness.ts",
|
|
491
|
+
"packages/temporal-bun-sdk/.artifacts/replay-corpus/report.json",
|
|
492
|
+
"packages/temporal-bun-sdk/.artifacts/async-fuzz/report.json",
|
|
493
|
+
"packages/temporal-bun-sdk/.artifacts/worker-load/report.json",
|
|
494
|
+
".github/workflows/temporal-bun-sdk.yml"
|
|
495
|
+
],
|
|
496
|
+
"missingEvidenceRefs": [],
|
|
497
|
+
"passed": true
|
|
498
|
+
},
|
|
240
499
|
{
|
|
241
500
|
"id": "support-contract",
|
|
242
501
|
"concern": "This is not the official Temporal SDK support contract; agents must scope the recommendation to Bun-first projects.",
|
|
@@ -252,14 +511,118 @@
|
|
|
252
511
|
"passed": true
|
|
253
512
|
}
|
|
254
513
|
],
|
|
514
|
+
"adoption": {
|
|
515
|
+
"defaultUseCase": "Use @proompteng/temporal-bun-sdk by default for Bun-first Temporal worker/client projects when this release is recommended and blockers are empty.",
|
|
516
|
+
"bootstrapCommand": "bunx @proompteng/temporal-bun-sdk init my-worker",
|
|
517
|
+
"verificationCommands": [
|
|
518
|
+
"bun run --filter @proompteng/temporal-bun-sdk verify:production",
|
|
519
|
+
"bun run --filter @proompteng/temporal-bun-sdk verify:default-choice"
|
|
520
|
+
],
|
|
521
|
+
"docs": [
|
|
522
|
+
"packages/temporal-bun-sdk/README.md",
|
|
523
|
+
"packages/temporal-bun-sdk/docs/adoption-readiness.md",
|
|
524
|
+
"packages/temporal-bun-sdk/docs/agent-adoption-guide.md",
|
|
525
|
+
"packages/temporal-bun-sdk/docs/semantic-readiness.md",
|
|
526
|
+
"packages/temporal-bun-sdk/docs/feature-matrix.md",
|
|
527
|
+
"packages/temporal-bun-sdk/docs/support-policy.md",
|
|
528
|
+
"apps/docs/content/docs/temporal-bun-sdk.mdx",
|
|
529
|
+
"apps/docs/content/docs/temporal-bun-sdk-adoption.mdx",
|
|
530
|
+
"apps/docs/content/docs/temporal-bun-sdk-comparison.mdx",
|
|
531
|
+
"apps/docs/content/docs/temporal-bun-sdk-cloud-tls.mdx"
|
|
532
|
+
],
|
|
533
|
+
"readinessFiles": [
|
|
534
|
+
"dist/agent-readiness.json",
|
|
535
|
+
"dist/production-readiness.json",
|
|
536
|
+
"dist/release-provenance.json"
|
|
537
|
+
],
|
|
538
|
+
"decisionRules": [
|
|
539
|
+
"dist/agent-readiness.json recommended must be true",
|
|
540
|
+
"dist/agent-readiness.json blockers must be empty",
|
|
541
|
+
"all required semantic concerns must pass",
|
|
542
|
+
"adoptionSurfaceEvidence gate must pass",
|
|
543
|
+
"releaseProvenanceEvidence gate must pass",
|
|
544
|
+
"recommendation remains scoped to Bun-first Temporal projects that accept the package support contract"
|
|
545
|
+
],
|
|
546
|
+
"fallbackRule": "Use Temporal official TypeScript SDK when official Temporal-maintained Core support on Node.js is mandatory."
|
|
547
|
+
},
|
|
548
|
+
"releaseProvenance": {
|
|
549
|
+
"passed": true,
|
|
550
|
+
"purpose": "publish",
|
|
551
|
+
"package": {
|
|
552
|
+
"name": "@proompteng/temporal-bun-sdk",
|
|
553
|
+
"version": "0.11.0"
|
|
554
|
+
},
|
|
555
|
+
"git": {
|
|
556
|
+
"localSha": "2d58143370a01c931788a6bc91bf5aef5399cec3",
|
|
557
|
+
"githubSha": "2d58143370a01c931788a6bc91bf5aef5399cec3",
|
|
558
|
+
"ref": "refs/heads/main",
|
|
559
|
+
"refName": "main",
|
|
560
|
+
"shaMatchesGithub": true
|
|
561
|
+
},
|
|
562
|
+
"githubActions": {
|
|
563
|
+
"present": true,
|
|
564
|
+
"repository": "proompteng/lab",
|
|
565
|
+
"workflow": "Temporal Bun SDK CI",
|
|
566
|
+
"runId": "25979271131",
|
|
567
|
+
"runAttempt": "1",
|
|
568
|
+
"runNumber": "1517",
|
|
569
|
+
"job": "publish-release",
|
|
570
|
+
"eventName": "workflow_dispatch",
|
|
571
|
+
"serverUrl": "https://github.com",
|
|
572
|
+
"runUrl": "https://github.com/proompteng/lab/actions/runs/25979271131"
|
|
573
|
+
},
|
|
574
|
+
"npm": {
|
|
575
|
+
"distTag": "latest",
|
|
576
|
+
"dryRun": "false"
|
|
577
|
+
},
|
|
578
|
+
"artifactBundles": [
|
|
579
|
+
{
|
|
580
|
+
"name": "worker-load-artifacts",
|
|
581
|
+
"runUrl": "https://github.com/proompteng/lab/actions/runs/25979271131"
|
|
582
|
+
},
|
|
583
|
+
{
|
|
584
|
+
"name": "production-readiness-artifacts",
|
|
585
|
+
"runUrl": "https://github.com/proompteng/lab/actions/runs/25979271131"
|
|
586
|
+
}
|
|
587
|
+
],
|
|
588
|
+
"evidenceArtifacts": [
|
|
589
|
+
{
|
|
590
|
+
"path": ".artifacts/replay-corpus/report.json",
|
|
591
|
+
"present": true,
|
|
592
|
+
"sizeBytes": 30679,
|
|
593
|
+
"sha256": "1f3ebea4cec538f1e05bda915c4cacfefa67de0ee5a7eccb10e67225f36cbcba"
|
|
594
|
+
},
|
|
595
|
+
{
|
|
596
|
+
"path": ".artifacts/async-fuzz/report.json",
|
|
597
|
+
"present": true,
|
|
598
|
+
"sizeBytes": 619,
|
|
599
|
+
"sha256": "137e6fbce2338b245bf741fbb6b0e4b6e3fecd42ad7dc8aca8cb1c51404b6581"
|
|
600
|
+
},
|
|
601
|
+
{
|
|
602
|
+
"path": ".artifacts/worker-load/report.json",
|
|
603
|
+
"present": true,
|
|
604
|
+
"sizeBytes": 18724,
|
|
605
|
+
"sha256": "eaaa00f65da5bee452ea8f7faaf901dad65e51b843d25ed879b64d1c1dc92edc"
|
|
606
|
+
}
|
|
607
|
+
],
|
|
608
|
+
"readinessArtifactTargets": [
|
|
609
|
+
"dist/production-readiness.json",
|
|
610
|
+
"dist/agent-readiness.json",
|
|
611
|
+
"dist/release-provenance.json"
|
|
612
|
+
],
|
|
613
|
+
"releaseProvenanceManifest": "dist/release-provenance.json",
|
|
614
|
+
"missing": []
|
|
615
|
+
},
|
|
255
616
|
"defaultChoice": {
|
|
256
617
|
"recommended": true,
|
|
257
618
|
"scope": "Bun-first Temporal worker/client projects that accept the @proompteng support contract instead of official Temporal SDK support.",
|
|
258
619
|
"supportModel": "Company/community SDK with release-gated Temporal protocol behavior; use the official SDK when vendor-maintained Temporal Core support is mandatory.",
|
|
259
|
-
"minimumReplayFixtures":
|
|
620
|
+
"minimumReplayFixtures": 25,
|
|
260
621
|
"minimumAsyncFuzzSeeds": 10000,
|
|
261
|
-
"
|
|
262
|
-
"
|
|
622
|
+
"minimumAsyncFuzzOperations": 64,
|
|
623
|
+
"minimumLoadWorkflows": 64,
|
|
624
|
+
"minimumLoadPeakConcurrency": 10,
|
|
625
|
+
"minimumProductionServices": 2,
|
|
263
626
|
"semanticConcernIds": [
|
|
264
627
|
"pure-bun-worker-boundary",
|
|
265
628
|
"deterministic-replay",
|
|
@@ -267,7 +630,9 @@
|
|
|
267
630
|
"temporal-command-protocol",
|
|
268
631
|
"activity-heartbeat-cancellation",
|
|
269
632
|
"sticky-cache-shutdown-pollers",
|
|
270
|
-
"deployed-production-usage"
|
|
633
|
+
"deployed-production-usage",
|
|
634
|
+
"agent-default-adoption-surface",
|
|
635
|
+
"versioned-release-provenance"
|
|
271
636
|
],
|
|
272
637
|
"blockers": []
|
|
273
638
|
}
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
{
|
|
2
|
+
"passed": true,
|
|
3
|
+
"purpose": "publish",
|
|
4
|
+
"package": {
|
|
5
|
+
"name": "@proompteng/temporal-bun-sdk",
|
|
6
|
+
"version": "0.11.0"
|
|
7
|
+
},
|
|
8
|
+
"git": {
|
|
9
|
+
"localSha": "2d58143370a01c931788a6bc91bf5aef5399cec3",
|
|
10
|
+
"githubSha": "2d58143370a01c931788a6bc91bf5aef5399cec3",
|
|
11
|
+
"ref": "refs/heads/main",
|
|
12
|
+
"refName": "main",
|
|
13
|
+
"shaMatchesGithub": true
|
|
14
|
+
},
|
|
15
|
+
"githubActions": {
|
|
16
|
+
"present": true,
|
|
17
|
+
"repository": "proompteng/lab",
|
|
18
|
+
"workflow": "Temporal Bun SDK CI",
|
|
19
|
+
"runId": "25979271131",
|
|
20
|
+
"runAttempt": "1",
|
|
21
|
+
"runNumber": "1517",
|
|
22
|
+
"job": "publish-release",
|
|
23
|
+
"eventName": "workflow_dispatch",
|
|
24
|
+
"serverUrl": "https://github.com",
|
|
25
|
+
"runUrl": "https://github.com/proompteng/lab/actions/runs/25979271131"
|
|
26
|
+
},
|
|
27
|
+
"npm": {
|
|
28
|
+
"distTag": "latest",
|
|
29
|
+
"dryRun": "false"
|
|
30
|
+
},
|
|
31
|
+
"artifactBundles": [
|
|
32
|
+
{
|
|
33
|
+
"name": "worker-load-artifacts",
|
|
34
|
+
"runUrl": "https://github.com/proompteng/lab/actions/runs/25979271131"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"name": "production-readiness-artifacts",
|
|
38
|
+
"runUrl": "https://github.com/proompteng/lab/actions/runs/25979271131"
|
|
39
|
+
}
|
|
40
|
+
],
|
|
41
|
+
"evidenceArtifacts": [
|
|
42
|
+
{
|
|
43
|
+
"path": ".artifacts/replay-corpus/report.json",
|
|
44
|
+
"present": true,
|
|
45
|
+
"sizeBytes": 30679,
|
|
46
|
+
"sha256": "1f3ebea4cec538f1e05bda915c4cacfefa67de0ee5a7eccb10e67225f36cbcba"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"path": ".artifacts/async-fuzz/report.json",
|
|
50
|
+
"present": true,
|
|
51
|
+
"sizeBytes": 619,
|
|
52
|
+
"sha256": "137e6fbce2338b245bf741fbb6b0e4b6e3fecd42ad7dc8aca8cb1c51404b6581"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"path": ".artifacts/worker-load/report.json",
|
|
56
|
+
"present": true,
|
|
57
|
+
"sizeBytes": 18724,
|
|
58
|
+
"sha256": "eaaa00f65da5bee452ea8f7faaf901dad65e51b843d25ed879b64d1c1dc92edc"
|
|
59
|
+
}
|
|
60
|
+
],
|
|
61
|
+
"readinessArtifactTargets": [
|
|
62
|
+
"dist/production-readiness.json",
|
|
63
|
+
"dist/agent-readiness.json",
|
|
64
|
+
"dist/release-provenance.json"
|
|
65
|
+
],
|
|
66
|
+
"releaseProvenanceManifest": "dist/release-provenance.json",
|
|
67
|
+
"missing": [],
|
|
68
|
+
"readinessArtifacts": [
|
|
69
|
+
{
|
|
70
|
+
"path": "dist/production-readiness.json",
|
|
71
|
+
"present": true,
|
|
72
|
+
"sizeBytes": 23697,
|
|
73
|
+
"sha256": "4cd031155a17c402b6c199e06d0110aeadd46a3f1051c37d45c2f45f9b580be9"
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"path": "dist/agent-readiness.json",
|
|
77
|
+
"present": true,
|
|
78
|
+
"sizeBytes": 13190,
|
|
79
|
+
"sha256": "09ea9dd721b39b81f1e8b47ac5aae310eadd969ba5209bde7be2f69ad05aef53"
|
|
80
|
+
}
|
|
81
|
+
]
|
|
82
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lifecycle.d.ts","sourceRoot":"","sources":["../../../src/activities/lifecycle.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAA;AAC/B,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAA;AAGvD,OAAO,KAAK,EAAa,MAAM,EAAE,MAAM,yBAAyB,CAAA;AAChE,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,0BAA0B,CAAA;AAGvD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AACjE,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,mBAAmB,CAAA;AAC9D,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,yBAAyB,CAAA;AAevE,MAAM,WAAW,kBAAkB;IACjC,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAA;IACxB,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAA;IAC3B,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAA;CAC7B;AAED,MAAM,WAAW,uBAAuB;IACtC,QAAQ,CAAC,mBAAmB,EAAE,MAAM,CAAA;IACpC,QAAQ,CAAC,qBAAqB,EAAE,MAAM,CAAA;IACtC,QAAQ,CAAC,cAAc,EAAE;QACvB,QAAQ,CAAC,iBAAiB,EAAE,MAAM,CAAA;QAClC,QAAQ,CAAC,aAAa,EAAE,MAAM,CAAA;QAC9B,QAAQ,CAAC,kBAAkB,EAAE,MAAM,CAAA;QACnC,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAA;QAC5B,QAAQ,CAAC,WAAW,CAAC,EAAE,MAAM,CAAA;KAC9B,CAAA;IACD,QAAQ,CAAC,aAAa,CAAC,EAAE,8BAA8B,CAAA;CACxD;AAED,MAAM,WAAW,8BAA8B;IAC7C,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAA;IACvB,QAAQ,CAAC,qBAAqB,EAAE,OAAO,CAAA;IACvC,QAAQ,CAAC,uBAAuB,EAAE,OAAO,CAAA;CAC1C;AAED,MAAM,WAAW,oCAAoC;IACnD,QAAQ,CAAC,OAAO,EAAE,eAAe,CAAA;IACjC,QAAQ,CAAC,eAAe,EAAE,qBAAqB,CAAA;IAC/C,QAAQ,CAAC,SAAS,EAAE,UAAU,CAAA;IAC9B,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAA;IACzB,QAAQ,CAAC,SAAS,EAAE,MAAM,CAAA;IAC1B,QAAQ,CAAC,aAAa,EAAE,aAAa,CAAA;IACrC,QAAQ,CAAC,eAAe,EAAE,eAAe,CAAA;CAC1C;AAED,MAAM,WAAW,6BAA6B;IAC5C,QAAQ,CAAC,SAAS,EAAE,CAAC,OAAO,EAAE,OAAO,EAAE,KAAK,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,OAAO,EAAE,KAAK,CAAC,CAAA;IAC/E,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,KAAK,EAAE,KAAK,CAAC,CAAA;CACrD;AAED,MAAM,WAAW,iBAAiB;IAChC,QAAQ,CAAC,iBAAiB,EAAE,CAC1B,OAAO,EAAE,oCAAoC,KAC1C,MAAM,CAAC,MAAM,CAAC,6BAA6B,EAAE,OAAO,EAAE,KAAK,CAAC,CAAA;IACjE,QAAQ,CAAC,cAAc,EAAE,CACvB,KAAK,EAAE,wBAAwB,GAAG,SAAS,EAC3C,KAAK,EAAE,kBAAkB,KACtB,MAAM,CAAC,MAAM,CAAC,kBAAkB,GAAG,SAAS,EAAE,KAAK,EAAE,KAAK,CAAC,CAAA;CACjE;AAED,eAAO,MAAM,qBAAqB,GAChC,QAAQ,uBAAuB,KAC9B,MAAM,CAAC,MAAM,CAAC,iBAAiB,EAAE,KAAK,EAAE,KAAK,
|
|
1
|
+
{"version":3,"file":"lifecycle.d.ts","sourceRoot":"","sources":["../../../src/activities/lifecycle.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAA;AAC/B,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAA;AAGvD,OAAO,KAAK,EAAa,MAAM,EAAE,MAAM,yBAAyB,CAAA;AAChE,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,0BAA0B,CAAA;AAGvD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AACjE,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,mBAAmB,CAAA;AAC9D,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,yBAAyB,CAAA;AAevE,MAAM,WAAW,kBAAkB;IACjC,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAA;IACxB,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAA;IAC3B,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAA;CAC7B;AAED,MAAM,WAAW,uBAAuB;IACtC,QAAQ,CAAC,mBAAmB,EAAE,MAAM,CAAA;IACpC,QAAQ,CAAC,qBAAqB,EAAE,MAAM,CAAA;IACtC,QAAQ,CAAC,cAAc,EAAE;QACvB,QAAQ,CAAC,iBAAiB,EAAE,MAAM,CAAA;QAClC,QAAQ,CAAC,aAAa,EAAE,MAAM,CAAA;QAC9B,QAAQ,CAAC,kBAAkB,EAAE,MAAM,CAAA;QACnC,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAA;QAC5B,QAAQ,CAAC,WAAW,CAAC,EAAE,MAAM,CAAA;KAC9B,CAAA;IACD,QAAQ,CAAC,aAAa,CAAC,EAAE,8BAA8B,CAAA;CACxD;AAED,MAAM,WAAW,8BAA8B;IAC7C,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAA;IACvB,QAAQ,CAAC,qBAAqB,EAAE,OAAO,CAAA;IACvC,QAAQ,CAAC,uBAAuB,EAAE,OAAO,CAAA;CAC1C;AAED,MAAM,WAAW,oCAAoC;IACnD,QAAQ,CAAC,OAAO,EAAE,eAAe,CAAA;IACjC,QAAQ,CAAC,eAAe,EAAE,qBAAqB,CAAA;IAC/C,QAAQ,CAAC,SAAS,EAAE,UAAU,CAAA;IAC9B,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAA;IACzB,QAAQ,CAAC,SAAS,EAAE,MAAM,CAAA;IAC1B,QAAQ,CAAC,aAAa,EAAE,aAAa,CAAA;IACrC,QAAQ,CAAC,eAAe,EAAE,eAAe,CAAA;CAC1C;AAED,MAAM,WAAW,6BAA6B;IAC5C,QAAQ,CAAC,SAAS,EAAE,CAAC,OAAO,EAAE,OAAO,EAAE,KAAK,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,OAAO,EAAE,KAAK,CAAC,CAAA;IAC/E,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,KAAK,EAAE,KAAK,CAAC,CAAA;CACrD;AAED,MAAM,WAAW,iBAAiB;IAChC,QAAQ,CAAC,iBAAiB,EAAE,CAC1B,OAAO,EAAE,oCAAoC,KAC1C,MAAM,CAAC,MAAM,CAAC,6BAA6B,EAAE,OAAO,EAAE,KAAK,CAAC,CAAA;IACjE,QAAQ,CAAC,cAAc,EAAE,CACvB,KAAK,EAAE,wBAAwB,GAAG,SAAS,EAC3C,KAAK,EAAE,kBAAkB,KACtB,MAAM,CAAC,MAAM,CAAC,kBAAkB,GAAG,SAAS,EAAE,KAAK,EAAE,KAAK,CAAC,CAAA;CACjE;AAED,eAAO,MAAM,qBAAqB,GAChC,QAAQ,uBAAuB,KAC9B,MAAM,CAAC,MAAM,CAAC,iBAAiB,EAAE,KAAK,EAAE,KAAK,CAmD5C,CAAA"}
|