@cat-factory/worker 0.16.0 → 0.17.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,5 @@
|
|
|
1
|
+
-- Task-level TECHNICAL label: 1 ⇒ technical task (refactor / non-functional / internal
|
|
2
|
+
-- change with no externally-observable behaviour), 0 ⇒ business task, NULL ⇒ not yet
|
|
3
|
+
-- determined (the engine may infer it from the spec phase). A human-set value is
|
|
4
|
+
-- authoritative and never overridden. Only meaningful on `task`-level blocks.
|
|
5
|
+
ALTER TABLE blocks ADD COLUMN technical INTEGER;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cat-factory/worker",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.17.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",
|
|
@@ -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/agents": "0.
|
|
43
|
-
"@cat-factory/consensus": "0.7.
|
|
44
|
-
"@cat-factory/contracts": "0.
|
|
45
|
-
"@cat-factory/integrations": "0.16.
|
|
46
|
-
"@cat-factory/kernel": "0.
|
|
47
|
-
"@cat-factory/observability-langfuse": "0.7.
|
|
48
|
-
"@cat-factory/orchestration": "0.
|
|
49
|
-
"@cat-factory/prompt-fragments": "0.7.
|
|
50
|
-
"@cat-factory/provider-cloudflare": "0.7.
|
|
51
|
-
"@cat-factory/server": "0.
|
|
52
|
-
"@cat-factory/spend": "0.8.
|
|
42
|
+
"@cat-factory/agents": "0.13.0",
|
|
43
|
+
"@cat-factory/consensus": "0.7.28",
|
|
44
|
+
"@cat-factory/contracts": "0.21.0",
|
|
45
|
+
"@cat-factory/integrations": "0.16.1",
|
|
46
|
+
"@cat-factory/kernel": "0.21.0",
|
|
47
|
+
"@cat-factory/observability-langfuse": "0.7.26",
|
|
48
|
+
"@cat-factory/orchestration": "0.16.0",
|
|
49
|
+
"@cat-factory/prompt-fragments": "0.7.18",
|
|
50
|
+
"@cat-factory/provider-cloudflare": "0.7.28",
|
|
51
|
+
"@cat-factory/server": "0.22.0",
|
|
52
|
+
"@cat-factory/spend": "0.8.20"
|
|
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.
|
|
60
|
+
"@cat-factory/conformance": "0.7.28"
|
|
61
61
|
},
|
|
62
62
|
"scripts": {
|
|
63
63
|
"build": "tsc -b tsconfig.build.json",
|