@cat-factory/worker 0.13.1 → 0.13.3

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,4 @@
1
+ -- Service-level default test environment: the docker-compose (local) vs ephemeral
2
+ -- choice a task under a service is spawned with. A task can still override it via its
3
+ -- `tester.environment` agent-config value. NULL ⇒ the built-in `ephemeral` default.
4
+ ALTER TABLE blocks ADD COLUMN default_test_environment TEXT;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cat-factory/worker",
3
- "version": "0.13.1",
3
+ "version": "0.13.3",
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",
@@ -39,17 +39,17 @@
39
39
  "pino": "^10.3.1",
40
40
  "valibot": "^1.4.1",
41
41
  "workers-ai-provider": "^3.2.0",
42
- "@cat-factory/consensus": "0.7.20",
43
- "@cat-factory/agents": "0.11.10",
44
- "@cat-factory/contracts": "0.16.0",
45
- "@cat-factory/integrations": "0.12.1",
46
- "@cat-factory/kernel": "0.15.1",
47
- "@cat-factory/observability-langfuse": "0.7.18",
48
- "@cat-factory/orchestration": "0.10.8",
49
- "@cat-factory/prompt-fragments": "0.7.12",
50
- "@cat-factory/provider-cloudflare": "0.7.20",
51
- "@cat-factory/server": "0.16.1",
52
- "@cat-factory/spend": "0.8.12"
42
+ "@cat-factory/agents": "0.11.12",
43
+ "@cat-factory/consensus": "0.7.22",
44
+ "@cat-factory/contracts": "0.17.0",
45
+ "@cat-factory/integrations": "0.12.3",
46
+ "@cat-factory/kernel": "0.16.1",
47
+ "@cat-factory/observability-langfuse": "0.7.20",
48
+ "@cat-factory/orchestration": "0.11.0",
49
+ "@cat-factory/prompt-fragments": "0.7.13",
50
+ "@cat-factory/provider-cloudflare": "0.7.22",
51
+ "@cat-factory/server": "0.17.1",
52
+ "@cat-factory/spend": "0.8.14"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@cloudflare/vitest-pool-workers": "^0.16.19",
@@ -57,7 +57,7 @@
57
57
  "typescript": "7.0.1-rc",
58
58
  "vitest": "^4.1.9",
59
59
  "wrangler": "^4.104.0",
60
- "@cat-factory/conformance": "0.7.20"
60
+ "@cat-factory/conformance": "0.7.22"
61
61
  },
62
62
  "scripts": {
63
63
  "build": "tsc -b tsconfig.build.json",