@cat-factory/worker 0.174.1 → 0.176.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.
Files changed (70) hide show
  1. package/dist/infrastructure/config/execution.d.ts +1 -1
  2. package/dist/infrastructure/config/execution.d.ts.map +1 -1
  3. package/dist/infrastructure/config/execution.js +12 -3
  4. package/dist/infrastructure/config/execution.js.map +1 -1
  5. package/dist/infrastructure/config/gitlab.d.ts +10 -5
  6. package/dist/infrastructure/config/gitlab.d.ts.map +1 -1
  7. package/dist/infrastructure/config/gitlab.js +10 -7
  8. package/dist/infrastructure/config/gitlab.js.map +1 -1
  9. package/dist/infrastructure/container-assembly.d.ts.map +1 -1
  10. package/dist/infrastructure/container-assembly.js +5 -1
  11. package/dist/infrastructure/container-assembly.js.map +1 -1
  12. package/dist/infrastructure/container-documents-deps.d.ts.map +1 -1
  13. package/dist/infrastructure/container-documents-deps.js +9 -6
  14. package/dist/infrastructure/container-documents-deps.js.map +1 -1
  15. package/dist/infrastructure/container-tracker-deps.d.ts.map +1 -1
  16. package/dist/infrastructure/container-tracker-deps.js +7 -7
  17. package/dist/infrastructure/container-tracker-deps.js.map +1 -1
  18. package/dist/infrastructure/container.js +3 -3
  19. package/dist/infrastructure/container.js.map +1 -1
  20. package/dist/infrastructure/containers/CloudflareContainerTransport.d.ts +15 -1
  21. package/dist/infrastructure/containers/CloudflareContainerTransport.d.ts.map +1 -1
  22. package/dist/infrastructure/containers/CloudflareContainerTransport.js +55 -16
  23. package/dist/infrastructure/containers/CloudflareContainerTransport.js.map +1 -1
  24. package/dist/infrastructure/containers/DeployContainer.d.ts +2 -20
  25. package/dist/infrastructure/containers/DeployContainer.d.ts.map +1 -1
  26. package/dist/infrastructure/containers/DeployContainer.js +7 -56
  27. package/dist/infrastructure/containers/DeployContainer.js.map +1 -1
  28. package/dist/infrastructure/containers/ExecutionContainer.d.ts +2 -51
  29. package/dist/infrastructure/containers/ExecutionContainer.d.ts.map +1 -1
  30. package/dist/infrastructure/containers/ExecutionContainer.js +9 -93
  31. package/dist/infrastructure/containers/ExecutionContainer.js.map +1 -1
  32. package/dist/infrastructure/containers/RunContainer.d.ts +98 -0
  33. package/dist/infrastructure/containers/RunContainer.d.ts.map +1 -0
  34. package/dist/infrastructure/containers/RunContainer.js +164 -0
  35. package/dist/infrastructure/containers/RunContainer.js.map +1 -0
  36. package/dist/infrastructure/containers/stopCause.d.ts +105 -0
  37. package/dist/infrastructure/containers/stopCause.d.ts.map +1 -0
  38. package/dist/infrastructure/containers/stopCause.js +108 -0
  39. package/dist/infrastructure/containers/stopCause.js.map +1 -0
  40. package/dist/infrastructure/env.d.ts +10 -0
  41. package/dist/infrastructure/env.d.ts.map +1 -1
  42. package/dist/infrastructure/env.js.map +1 -1
  43. package/dist/infrastructure/github-deps.js +1 -1
  44. package/dist/infrastructure/github-deps.js.map +1 -1
  45. package/dist/infrastructure/repositories/D1BinaryArtifactMetadataStore.d.ts +3 -1
  46. package/dist/infrastructure/repositories/D1BinaryArtifactMetadataStore.d.ts.map +1 -1
  47. package/dist/infrastructure/repositories/D1BinaryArtifactMetadataStore.js +38 -5
  48. package/dist/infrastructure/repositories/D1BinaryArtifactMetadataStore.js.map +1 -1
  49. package/dist/infrastructure/repositories/D1DocumentConnectionRepository.d.ts +11 -14
  50. package/dist/infrastructure/repositories/D1DocumentConnectionRepository.d.ts.map +1 -1
  51. package/dist/infrastructure/repositories/D1DocumentConnectionRepository.js +11 -38
  52. package/dist/infrastructure/repositories/D1DocumentConnectionRepository.js.map +1 -1
  53. package/dist/infrastructure/repositories/D1DocumentRepository.d.ts.map +1 -1
  54. package/dist/infrastructure/repositories/D1DocumentRepository.js +5 -3
  55. package/dist/infrastructure/repositories/D1DocumentRepository.js.map +1 -1
  56. package/dist/infrastructure/repositories/D1TaskConnectionRepository.d.ts +8 -14
  57. package/dist/infrastructure/repositories/D1TaskConnectionRepository.d.ts.map +1 -1
  58. package/dist/infrastructure/repositories/D1TaskConnectionRepository.js +8 -38
  59. package/dist/infrastructure/repositories/D1TaskConnectionRepository.js.map +1 -1
  60. package/dist/infrastructure/tasks-deps.d.ts.map +1 -1
  61. package/dist/infrastructure/tasks-deps.js +10 -7
  62. package/dist/infrastructure/tasks-deps.js.map +1 -1
  63. package/dist/infrastructure/vcsConnect.d.ts.map +1 -1
  64. package/dist/infrastructure/vcsConnect.js +5 -2
  65. package/dist/infrastructure/vcsConnect.js.map +1 -1
  66. package/dist/infrastructure/workflows/ExecutionWorkflow.d.ts.map +1 -1
  67. package/dist/infrastructure/workflows/ExecutionWorkflow.js +17 -8
  68. package/dist/infrastructure/workflows/ExecutionWorkflow.js.map +1 -1
  69. package/migrations/0087_document_renders.sql +28 -0
  70. package/package.json +18 -18
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cat-factory/worker",
3
- "version": "0.174.1",
3
+ "version": "0.176.0",
4
4
  "description": "Reusable Cloudflare Worker library (Hono + D1) exposing the Agent Architecture Board core: the `createApp()` Hono factory, the default fetch/scheduled/queue handler, and the Durable Object + Workflow classes. Deployments (see deploy/backend) supply the wrangler.toml + config and re-export these.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -43,22 +43,22 @@
43
43
  "pino": "^10.3.1",
44
44
  "valibot": "^1.4.2",
45
45
  "workers-ai-provider": "^4.0.0",
46
- "@cat-factory/agents": "0.117.9",
47
- "@cat-factory/caching": "0.18.10",
48
- "@cat-factory/consensus": "0.14.55",
49
- "@cat-factory/contracts": "0.271.0",
50
- "@cat-factory/eks": "0.1.267",
51
- "@cat-factory/gates": "0.9.35",
52
- "@cat-factory/gitlab": "0.18.2",
53
- "@cat-factory/integrations": "0.147.0",
54
- "@cat-factory/kernel": "0.269.0",
55
- "@cat-factory/observability-langfuse": "0.10.39",
56
- "@cat-factory/observability-otel": "0.18.2",
57
- "@cat-factory/orchestration": "0.237.0",
58
- "@cat-factory/prompt-fragments": "1.0.19",
59
- "@cat-factory/provider-cloudflare": "0.7.417",
60
- "@cat-factory/server": "0.249.0",
61
- "@cat-factory/spend": "0.15.37"
46
+ "@cat-factory/agents": "0.117.11",
47
+ "@cat-factory/consensus": "0.14.57",
48
+ "@cat-factory/contracts": "0.273.0",
49
+ "@cat-factory/eks": "0.1.269",
50
+ "@cat-factory/caching": "0.18.12",
51
+ "@cat-factory/gates": "0.9.37",
52
+ "@cat-factory/gitlab": "0.18.4",
53
+ "@cat-factory/integrations": "0.149.0",
54
+ "@cat-factory/kernel": "0.271.0",
55
+ "@cat-factory/observability-langfuse": "0.10.41",
56
+ "@cat-factory/orchestration": "0.239.0",
57
+ "@cat-factory/prompt-fragments": "1.0.21",
58
+ "@cat-factory/provider-cloudflare": "0.7.419",
59
+ "@cat-factory/spend": "0.15.39",
60
+ "@cat-factory/server": "0.251.0",
61
+ "@cat-factory/observability-otel": "0.18.4"
62
62
  },
63
63
  "devDependencies": {
64
64
  "@cloudflare/vitest-pool-workers": "^0.20.1",
@@ -66,7 +66,7 @@
66
66
  "typescript": "7.0.2",
67
67
  "vitest": "^4.1.10",
68
68
  "wrangler": "^4.118.0",
69
- "@cat-factory/conformance": "0.33.0"
69
+ "@cat-factory/conformance": "0.34.0"
70
70
  },
71
71
  "scripts": {
72
72
  "build": "tsc -b tsconfig.build.json",