@cat-factory/local-server 0.79.0 → 0.80.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.
Files changed (2) hide show
  1. package/dist/server.d.ts +1 -1
  2. package/package.json +11 -11
package/dist/server.d.ts CHANGED
@@ -49,7 +49,7 @@ export declare function startLocal(options?: {
49
49
  defaultModelPresetId?: string;
50
50
  /**
51
51
  * A deployment's pre-declared environment-handler seeds (each a `RegisterHandlerInput`). A
52
- * local deploy-app wrapper (e.g. a Kargo adapter) passes this so the server auto-registers its
52
+ * local deploy-app wrapper passes this so the server auto-registers its
53
53
  * infra handler per workspace with no manual SPA step. Threaded into `buildLocalContainer` on
54
54
  * BOTH the Postgres path (through `start()` → `o`) and the mothership path, and used to
55
55
  * boot-backfill every existing workspace; new workspaces are seeded by `WorkspaceService.create`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cat-factory/local-server",
3
- "version": "0.79.0",
3
+ "version": "0.80.0",
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.12",
28
28
  "drizzle-orm": "1.0.0-rc.4",
29
- "@cat-factory/agents": "0.72.1",
30
- "@cat-factory/contracts": "0.171.0",
29
+ "@cat-factory/agents": "0.72.3",
31
30
  "@cat-factory/executor-harness": "1.60.0",
32
- "@cat-factory/gitlab": "0.13.11",
33
- "@cat-factory/integrations": "0.101.2",
34
- "@cat-factory/kernel": "0.165.0",
35
- "@cat-factory/node-server": "0.121.0",
36
- "@cat-factory/orchestration": "0.146.0",
37
- "@cat-factory/server": "0.156.0"
31
+ "@cat-factory/gitlab": "0.13.13",
32
+ "@cat-factory/contracts": "0.172.0",
33
+ "@cat-factory/kernel": "0.166.0",
34
+ "@cat-factory/node-server": "0.122.0",
35
+ "@cat-factory/orchestration": "0.147.0",
36
+ "@cat-factory/server": "0.157.0",
37
+ "@cat-factory/integrations": "0.102.0"
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.12.4",
44
- "@cat-factory/gates": "0.7.35"
43
+ "@cat-factory/gates": "0.7.37",
44
+ "@cat-factory/conformance": "0.12.7"
45
45
  },
46
46
  "scripts": {
47
47
  "build": "tsc -b tsconfig.build.json",