@cat-factory/local-server 0.70.5 → 0.70.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.
@@ -3,7 +3,7 @@
3
3
  * `@cat-factory/executor-harness`'s version (the value CI tags the published image with, and
4
4
  * the same tag `deploy/backend` pins). Bump it whenever the harness image bumps.
5
5
  */
6
- export declare const RECOMMENDED_HARNESS_IMAGE = "ghcr.io/kibertoad/cat-factory-executor:1.48.1";
6
+ export declare const RECOMMENDED_HARNESS_IMAGE = "ghcr.io/kibertoad/cat-factory-executor:1.50.0";
7
7
  /**
8
8
  * The effective harness image ref: an explicit `LOCAL_HARNESS_IMAGE` wins (a custom build, a
9
9
  * different pin, or a mutable tag), else the backend-matched {@link RECOMMENDED_HARNESS_IMAGE}.
@@ -22,7 +22,7 @@ import { isOffValue } from './envFlags.js';
22
22
  * `@cat-factory/executor-harness`'s version (the value CI tags the published image with, and
23
23
  * the same tag `deploy/backend` pins). Bump it whenever the harness image bumps.
24
24
  */
25
- export const RECOMMENDED_HARNESS_IMAGE = 'ghcr.io/kibertoad/cat-factory-executor:1.48.1';
25
+ export const RECOMMENDED_HARNESS_IMAGE = 'ghcr.io/kibertoad/cat-factory-executor:1.50.0';
26
26
  /**
27
27
  * The effective harness image ref: an explicit `LOCAL_HARNESS_IMAGE` wins (a custom build, a
28
28
  * different pin, or a mutable tag), else the backend-matched {@link RECOMMENDED_HARNESS_IMAGE}.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cat-factory/local-server",
3
- "version": "0.70.5",
3
+ "version": "0.70.7",
4
4
  "description": "Local-mode runtime facade for the Agent Architecture Board: the @cat-factory/node-server stack with agent jobs run as local Docker/Podman containers and GitHub accessed via a personal access token — a developer can run the whole product on their own machine.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -26,22 +26,22 @@
26
26
  "dependencies": {
27
27
  "@hono/node-server": "^2.0.10",
28
28
  "drizzle-orm": "1.0.0-rc.4",
29
+ "@cat-factory/agents": "0.66.0",
29
30
  "@cat-factory/contracts": "0.152.1",
30
- "@cat-factory/agents": "0.65.4",
31
- "@cat-factory/executor-harness": "1.48.1",
32
- "@cat-factory/gitlab": "0.11.4",
33
- "@cat-factory/integrations": "0.88.5",
34
- "@cat-factory/kernel": "0.146.0",
35
- "@cat-factory/orchestration": "0.129.0",
36
- "@cat-factory/node-server": "0.107.5",
37
- "@cat-factory/server": "0.138.5"
31
+ "@cat-factory/executor-harness": "1.50.0",
32
+ "@cat-factory/gitlab": "0.11.5",
33
+ "@cat-factory/integrations": "0.88.6",
34
+ "@cat-factory/kernel": "0.147.0",
35
+ "@cat-factory/orchestration": "0.129.2",
36
+ "@cat-factory/server": "0.138.7",
37
+ "@cat-factory/node-server": "0.107.7"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@types/node": "^26.1.1",
41
41
  "typescript": "7.0.2",
42
42
  "vitest": "^4.1.10",
43
- "@cat-factory/conformance": "0.11.30",
44
- "@cat-factory/gates": "0.7.4"
43
+ "@cat-factory/conformance": "0.11.32",
44
+ "@cat-factory/gates": "0.7.5"
45
45
  },
46
46
  "scripts": {
47
47
  "build": "tsc -b tsconfig.build.json",