@pleri/olam-cli 0.1.210 → 0.1.211
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.
- package/dist/image-digests.json +8 -8
- package/hermes-bundle/version.json +1 -1
- package/host-cp/k8s/manifests/50-deployment.yaml +1 -1
- package/host-cp/k8s/manifests/auth-service/50-deployment.yaml +1 -1
- package/host-cp/k8s/manifests/kg-service/50-deployment.yaml +1 -1
- package/host-cp/k8s/manifests/mcp-auth-service/50-deployment.yaml +1 -1
- package/host-cp/k8s/manifests/memory-service/50-deployment.yaml +1 -1
- package/host-cp/src/server.mjs +7 -1
- package/package.json +1 -1
package/dist/image-digests.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
|
-
"auth": "sha256:
|
|
3
|
-
"devbox": "sha256:
|
|
4
|
-
"devbox-base": "sha256:
|
|
5
|
-
"host-cp": "sha256:
|
|
6
|
-
"kg-service": "sha256:
|
|
7
|
-
"memory-service": "sha256:
|
|
8
|
-
"mcp-auth": "sha256:
|
|
2
|
+
"auth": "sha256:7fc5218e07f26a3169afe53eda73a929a77f2455eeaa02720ce3a550e068f49f",
|
|
3
|
+
"devbox": "sha256:5973c4bb9a22acfa432ee11542d45fe5e2d4156f63b3a2f875671177a24ac34f",
|
|
4
|
+
"devbox-base": "sha256:265a64debb6978d4d4e33626b507b97b8b62ee24895e5fe2ecac8046863f9806",
|
|
5
|
+
"host-cp": "sha256:3015a74129d0727d2a7956c0a318ac6d59989585291b415b49f0708eca95afe3",
|
|
6
|
+
"kg-service": "sha256:20c82a38548b0f9a76763678123d9b8d96dec462de74b95a107300ee9776840e",
|
|
7
|
+
"memory-service": "sha256:364a8d0b8fe214aa91d60f7e0ec21ed6738733830c03f6e703916410dd19cca7",
|
|
8
|
+
"mcp-auth": "sha256:cc6b70387ad01d2261982638c5817b7c9a9d9ad08546ea285789249c026f2f98",
|
|
9
9
|
"$schema_version": 1,
|
|
10
|
-
"$published_version": "0.1.
|
|
10
|
+
"$published_version": "0.1.211",
|
|
11
11
|
"$registry": "ghcr.io/pleri"
|
|
12
12
|
}
|
|
@@ -118,7 +118,7 @@ spec:
|
|
|
118
118
|
# k3d), started by `olam upgrade` Step 0.7 — not inside this Pod.
|
|
119
119
|
containers:
|
|
120
120
|
- name: olam-host-cp
|
|
121
|
-
image: ghcr.io/pleri/olam-host-cp@sha256:
|
|
121
|
+
image: ghcr.io/pleri/olam-host-cp@sha256:3015a74129d0727d2a7956c0a318ac6d59989585291b415b49f0708eca95afe3
|
|
122
122
|
imagePullPolicy: IfNotPresent
|
|
123
123
|
securityContext:
|
|
124
124
|
runAsNonRoot: true
|
|
@@ -70,7 +70,7 @@ spec:
|
|
|
70
70
|
mountPath: /data
|
|
71
71
|
containers:
|
|
72
72
|
- name: olam-auth-service
|
|
73
|
-
image: ghcr.io/pleri/olam-auth@sha256:
|
|
73
|
+
image: ghcr.io/pleri/olam-auth@sha256:7fc5218e07f26a3169afe53eda73a929a77f2455eeaa02720ce3a550e068f49f
|
|
74
74
|
imagePullPolicy: IfNotPresent
|
|
75
75
|
securityContext:
|
|
76
76
|
runAsNonRoot: true
|
|
@@ -61,7 +61,7 @@ spec:
|
|
|
61
61
|
mountPath: /data
|
|
62
62
|
containers:
|
|
63
63
|
- name: olam-kg-service
|
|
64
|
-
image: ghcr.io/pleri/olam-kg-service@sha256:
|
|
64
|
+
image: ghcr.io/pleri/olam-kg-service@sha256:20c82a38548b0f9a76763678123d9b8d96dec462de74b95a107300ee9776840e
|
|
65
65
|
imagePullPolicy: IfNotPresent
|
|
66
66
|
securityContext:
|
|
67
67
|
runAsNonRoot: true
|
|
@@ -68,7 +68,7 @@ spec:
|
|
|
68
68
|
mountPath: /data
|
|
69
69
|
containers:
|
|
70
70
|
- name: olam-mcp-auth-service
|
|
71
|
-
image: ghcr.io/pleri/olam-mcp-auth@sha256:
|
|
71
|
+
image: ghcr.io/pleri/olam-mcp-auth@sha256:cc6b70387ad01d2261982638c5817b7c9a9d9ad08546ea285789249c026f2f98
|
|
72
72
|
imagePullPolicy: IfNotPresent
|
|
73
73
|
securityContext:
|
|
74
74
|
runAsNonRoot: true
|
|
@@ -70,7 +70,7 @@ spec:
|
|
|
70
70
|
# bootstrap-placeholder comment + run `npm run refresh:manifest-digests`
|
|
71
71
|
# once ghcr.io/pleri/olam-memory-service has a real published digest.
|
|
72
72
|
# bootstrap-placeholder: pre-publish; refresh after first release
|
|
73
|
-
image: ghcr.io/pleri/olam-memory-service@sha256:
|
|
73
|
+
image: ghcr.io/pleri/olam-memory-service@sha256:364a8d0b8fe214aa91d60f7e0ec21ed6738733830c03f6e703916410dd19cca7
|
|
74
74
|
imagePullPolicy: IfNotPresent
|
|
75
75
|
securityContext:
|
|
76
76
|
runAsNonRoot: true
|
package/host-cp/src/server.mjs
CHANGED
|
@@ -3308,8 +3308,14 @@ const server = http.createServer(instrumentHandler('host-cp', async (req, res) =
|
|
|
3308
3308
|
// binding hops (plan-DO) because those bypass the CF Access edge; a CF
|
|
3309
3309
|
// Access app in front of plan-DO would still not receive service-binding
|
|
3310
3310
|
// traffic. See docs/runbooks/cf-access-service-token.md.
|
|
3311
|
+
// Phase B (cloud-plan-execute-split): a `mode: 'plan'` dispatch routes to
|
|
3312
|
+
// plan-DO's /v1/plan endpoint (the light Sandbox pool, no-push planning
|
|
3313
|
+
// role) instead of /v1/dispatch (the execute/world path). Any other value
|
|
3314
|
+
// (incl. absent) keeps the existing /v1/dispatch route — zero behaviour
|
|
3315
|
+
// change for execute dispatches. The SPA opts in by setting body.mode.
|
|
3316
|
+
const dispatchPath = parsed.mode === 'plan' ? '/v1/plan' : '/v1/dispatch';
|
|
3311
3317
|
const upstream = await fetch(
|
|
3312
|
-
`${cloudUrl.replace(/\/+$/, '')}
|
|
3318
|
+
`${cloudUrl.replace(/\/+$/, '')}${dispatchPath}?plan_id=${encodeURIComponent(planId)}`,
|
|
3313
3319
|
{
|
|
3314
3320
|
method: 'POST',
|
|
3315
3321
|
headers: {
|