@cat-factory/worker 0.81.6 → 0.81.7

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,5 @@
1
+ -- Pre-existing branches of a task's primary target repo handed to the run as input: one
2
+ -- optional `working` branch the run keeps building inside (instead of minting
3
+ -- `cat-factory/<blockId>`) plus any number of read-only `reference` branches. Serialized JSON
4
+ -- array of { name, mode: 'reference' | 'working' }. See docs/initiatives/apriori-branches.md.
5
+ ALTER TABLE blocks ADD COLUMN apriori_branches TEXT;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cat-factory/worker",
3
- "version": "0.81.6",
3
+ "version": "0.81.7",
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",
@@ -42,21 +42,21 @@
42
42
  "pino": "^10.3.1",
43
43
  "valibot": "^1.4.2",
44
44
  "workers-ai-provider": "^3.3.1",
45
- "@cat-factory/agents": "0.52.6",
46
- "@cat-factory/caching": "0.6.25",
47
- "@cat-factory/consensus": "0.10.25",
48
- "@cat-factory/contracts": "0.123.1",
49
- "@cat-factory/eks": "0.1.48",
50
- "@cat-factory/gates": "0.5.10",
51
- "@cat-factory/gitlab": "0.7.48",
52
- "@cat-factory/integrations": "0.80.3",
53
- "@cat-factory/kernel": "0.117.3",
54
- "@cat-factory/observability-langfuse": "0.7.180",
55
- "@cat-factory/orchestration": "0.102.8",
56
- "@cat-factory/prompt-fragments": "0.13.8",
57
- "@cat-factory/provider-cloudflare": "0.7.196",
58
- "@cat-factory/server": "0.107.5",
59
- "@cat-factory/spend": "0.12.6"
45
+ "@cat-factory/agents": "0.52.7",
46
+ "@cat-factory/caching": "0.6.26",
47
+ "@cat-factory/consensus": "0.10.26",
48
+ "@cat-factory/contracts": "0.124.0",
49
+ "@cat-factory/eks": "0.1.49",
50
+ "@cat-factory/gates": "0.5.11",
51
+ "@cat-factory/gitlab": "0.7.49",
52
+ "@cat-factory/kernel": "0.117.4",
53
+ "@cat-factory/integrations": "0.80.4",
54
+ "@cat-factory/orchestration": "0.103.0",
55
+ "@cat-factory/prompt-fragments": "0.13.9",
56
+ "@cat-factory/provider-cloudflare": "0.7.197",
57
+ "@cat-factory/spend": "0.12.7",
58
+ "@cat-factory/observability-langfuse": "0.7.181",
59
+ "@cat-factory/server": "0.107.6"
60
60
  },
61
61
  "devDependencies": {
62
62
  "@cloudflare/vitest-pool-workers": "^0.18.0",
@@ -64,7 +64,7 @@
64
64
  "typescript": "7.0.1-rc",
65
65
  "vitest": "^4.1.9",
66
66
  "wrangler": "^4.107.0",
67
- "@cat-factory/conformance": "0.10.84"
67
+ "@cat-factory/conformance": "0.10.85"
68
68
  },
69
69
  "scripts": {
70
70
  "build": "tsc -b tsconfig.build.json",