@cat-factory/worker 0.215.0 → 0.216.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.
@@ -0,0 +1,10 @@
1
+ -- The per-service TESTING CONTEXT: freeform prose an operator writes about how to test a service,
2
+ -- injected verbatim into every tester prompt for it (the pipeline testers and the environment dry
3
+ -- run's prober alike).
4
+ --
5
+ -- A column on `blocks` rather than a table of its own, for the same reason `provisioning` and
6
+ -- `service_connections` are columns: it is one service-frame-owned value the engine reads off the
7
+ -- frame it has already walked to, so a table would buy a second read and a second repository for
8
+ -- nothing. It is non-sensitive by contract (it reaches the model in the prompt); a real secret
9
+ -- belongs in `test_secrets`, which this prose refers to by key.
10
+ ALTER TABLE blocks ADD COLUMN testing_context TEXT;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cat-factory/worker",
3
- "version": "0.215.0",
3
+ "version": "0.216.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",
@@ -36,23 +36,23 @@
36
36
  "@ai-sdk/anthropic": "^4.0.49",
37
37
  "@ai-sdk/openai": "^4.0.60",
38
38
  "@ai-sdk/openai-compatible": "^3.0.44",
39
- "@cat-factory/agents": "0.161.0",
40
- "@cat-factory/binary-generators": "0.3.44",
41
- "@cat-factory/caching": "0.20.78",
42
- "@cat-factory/consensus": "0.17.44",
43
- "@cat-factory/contracts": "0.351.0",
44
- "@cat-factory/eks": "0.1.383",
45
- "@cat-factory/gates": "0.11.44",
46
- "@cat-factory/gitlab": "0.23.7",
47
- "@cat-factory/integrations": "0.172.13",
48
- "@cat-factory/kernel": "0.343.0",
49
- "@cat-factory/observability-langfuse": "0.11.44",
50
- "@cat-factory/observability-otel": "0.23.37",
51
- "@cat-factory/orchestration": "0.307.0",
52
- "@cat-factory/prompt-fragments": "1.1.40",
53
- "@cat-factory/provider-cloudflare": "0.7.536",
54
- "@cat-factory/server": "0.320.0",
55
- "@cat-factory/spend": "0.21.2",
39
+ "@cat-factory/agents": "0.163.0",
40
+ "@cat-factory/binary-generators": "0.3.47",
41
+ "@cat-factory/caching": "0.20.81",
42
+ "@cat-factory/consensus": "0.17.47",
43
+ "@cat-factory/contracts": "0.352.0",
44
+ "@cat-factory/eks": "0.1.386",
45
+ "@cat-factory/gates": "0.11.47",
46
+ "@cat-factory/gitlab": "0.23.10",
47
+ "@cat-factory/integrations": "0.172.16",
48
+ "@cat-factory/kernel": "0.345.0",
49
+ "@cat-factory/observability-langfuse": "0.11.47",
50
+ "@cat-factory/observability-otel": "0.23.40",
51
+ "@cat-factory/orchestration": "0.309.0",
52
+ "@cat-factory/prompt-fragments": "1.1.43",
53
+ "@cat-factory/provider-cloudflare": "0.7.539",
54
+ "@cat-factory/server": "0.321.0",
55
+ "@cat-factory/spend": "0.21.5",
56
56
  "@cloudflare/containers": "^0.3.7",
57
57
  "@hono/valibot-validator": "^0.6.1",
58
58
  "ai": "^7.0.93",
@@ -62,7 +62,7 @@
62
62
  "workers-ai-provider": "^4.0.0"
63
63
  },
64
64
  "devDependencies": {
65
- "@cat-factory/conformance": "0.53.0",
65
+ "@cat-factory/conformance": "0.55.0",
66
66
  "@cloudflare/vitest-pool-workers": "^0.22.0",
67
67
  "@cloudflare/workers-types": "5.20260815.1",
68
68
  "typescript": "7.0.2",