@xemahq/xema 0.18.0 → 0.18.2
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/README.md +32 -4
- package/dist/assets/appliance-base/distribution.lock.json +418 -448
- package/dist/assets/appliance-base/images.lock.json +231 -253
- package/dist/assets/appliance-lean/distribution.lock.json +243 -302
- package/dist/assets/appliance-lean/images.lock.json +160 -182
- package/dist/assets/boot-graph.json +1 -4
- package/dist/assets/cloud/distribution.lock.json +424 -472
- package/dist/assets/cloud/images.lock.json +240 -262
- package/dist/assets/core/distribution.lock.json +174 -361
- package/dist/assets/core/images.lock.json +170 -236
- package/dist/assets/distribution-assets.manifest.json +33 -32
- package/dist/assets/minimal/distribution.lock.json +150 -286
- package/dist/assets/minimal/images.lock.json +143 -187
- package/dist/assets/oss/distribution.lock.json +418 -448
- package/dist/assets/oss/images.lock.json +232 -254
- package/dist/assets/starter/distribution.lock.json +267 -364
- package/dist/assets/starter/images.lock.json +176 -220
- package/dist/cli.d.ts.map +1 -1
- package/dist/cli.js +2 -0
- package/dist/cli.js.map +1 -1
- package/dist/commands/biome.d.ts +27 -0
- package/dist/commands/biome.d.ts.map +1 -1
- package/dist/commands/biome.js +8 -2
- package/dist/commands/biome.js.map +1 -1
- package/dist/commands/installation.d.ts.map +1 -1
- package/dist/commands/installation.js +112 -27
- package/dist/commands/installation.js.map +1 -1
- package/dist/commands/onboard.d.ts +3 -0
- package/dist/commands/onboard.d.ts.map +1 -0
- package/dist/commands/onboard.js +110 -0
- package/dist/commands/onboard.js.map +1 -0
- package/dist/dev/env-defaults.d.ts.map +1 -1
- package/dist/dev/env-defaults.js +0 -1
- package/dist/dev/env-defaults.js.map +1 -1
- package/dist/runtime/asset-provenance.d.ts +1 -1
- package/dist/runtime/asset-provenance.d.ts.map +1 -1
- package/dist/runtime/asset-provenance.js.map +1 -1
- package/dist/runtime/config/init-presets.d.ts.map +1 -1
- package/dist/runtime/config/init-presets.js +1 -12
- package/dist/runtime/config/init-presets.js.map +1 -1
- package/dist/runtime/config/schema.d.ts +0 -11
- package/dist/runtime/config/schema.d.ts.map +1 -1
- package/dist/runtime/config/schema.js +0 -2
- package/dist/runtime/config/schema.js.map +1 -1
- package/dist/runtime/env-seeder.d.ts.map +1 -1
- package/dist/runtime/env-seeder.js +0 -3
- package/dist/runtime/env-seeder.js.map +1 -1
- package/dist/runtime/infra/infra-catalog.d.ts.map +1 -1
- package/dist/runtime/infra/infra-catalog.js +0 -18
- package/dist/runtime/infra/infra-catalog.js.map +1 -1
- package/dist/runtime/infra/infra-environment.d.ts.map +1 -1
- package/dist/runtime/infra/infra-environment.js +0 -1
- package/dist/runtime/infra/infra-environment.js.map +1 -1
- package/dist/runtime/installation/compiler.d.ts +3 -4
- package/dist/runtime/installation/compiler.d.ts.map +1 -1
- package/dist/runtime/installation/compiler.js +10 -13
- package/dist/runtime/installation/compiler.js.map +1 -1
- package/dist/runtime/installation/contract.d.ts +4 -10
- package/dist/runtime/installation/contract.d.ts.map +1 -1
- package/dist/runtime/installation/contract.js +8 -11
- package/dist/runtime/installation/contract.js.map +1 -1
- package/dist/runtime/installation/current-launcher-renderer.d.ts.map +1 -1
- package/dist/runtime/installation/current-launcher-renderer.js +0 -5
- package/dist/runtime/installation/current-launcher-renderer.js.map +1 -1
- package/dist/runtime/installation/deployment-root.d.ts +53 -0
- package/dist/runtime/installation/deployment-root.d.ts.map +1 -0
- package/dist/runtime/installation/deployment-root.js +510 -0
- package/dist/runtime/installation/deployment-root.js.map +1 -0
- package/dist/runtime/installation/engine-verbs.d.ts +36 -0
- package/dist/runtime/installation/engine-verbs.d.ts.map +1 -0
- package/dist/runtime/installation/engine-verbs.js +164 -0
- package/dist/runtime/installation/engine-verbs.js.map +1 -0
- package/dist/runtime/installation/engine.d.ts +87 -0
- package/dist/runtime/installation/engine.d.ts.map +1 -0
- package/dist/runtime/installation/engine.js +218 -0
- package/dist/runtime/installation/engine.js.map +1 -0
- package/dist/runtime/installation/helm-release.d.ts.map +1 -1
- package/dist/runtime/installation/helm-release.js +0 -1
- package/dist/runtime/installation/helm-release.js.map +1 -1
- package/dist/runtime/installation/index.d.ts +3 -0
- package/dist/runtime/installation/index.d.ts.map +1 -1
- package/dist/runtime/installation/index.js +3 -0
- package/dist/runtime/installation/index.js.map +1 -1
- package/dist/runtime/installation/json-schema.d.ts +1 -1
- package/dist/runtime/installation/json-schema.d.ts.map +1 -1
- package/dist/runtime/installation/json-schema.js +1 -1
- package/dist/runtime/installation/json-schema.js.map +1 -1
- package/dist/runtime/installation/lifecycle.js.map +1 -1
- package/dist/runtime/installation/setup-profile.d.ts +7 -2
- package/dist/runtime/installation/setup-profile.d.ts.map +1 -1
- package/dist/runtime/installation/setup-profile.js +2 -1
- package/dist/runtime/installation/setup-profile.js.map +1 -1
- package/dist/runtime/installation/validators/operational.d.ts.map +1 -1
- package/dist/runtime/installation/validators/operational.js +0 -8
- package/dist/runtime/installation/validators/operational.js.map +1 -1
- package/dist/runtime/onboard/plan.d.ts +52 -0
- package/dist/runtime/onboard/plan.d.ts.map +1 -0
- package/dist/runtime/onboard/plan.js +210 -0
- package/dist/runtime/onboard/plan.js.map +1 -0
- package/dist/runtime/sources/kinds/git.d.ts +4 -0
- package/dist/runtime/sources/kinds/git.d.ts.map +1 -1
- package/dist/runtime/sources/kinds/git.js +19 -12
- package/dist/runtime/sources/kinds/git.js.map +1 -1
- package/examples/02-local-container-full.yaml +0 -1
- package/examples/03-byo-infra.yaml +0 -1
- package/examples/04-subset-knowledge.yaml +0 -1
- package/package.json +14 -13
- package/xema.config.example.yaml +0 -1
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"schemaVersion": 1,
|
|
7
7
|
"generatorIdentity": "xema-distributions/build-runtime-image-source-index.mjs@v1",
|
|
8
8
|
"repositoryUrl": "https://github.com/xema-dev/xema-kernel-contracts.git",
|
|
9
|
-
"sourceCommit": "
|
|
9
|
+
"sourceCommit": "24e9f12e266555281f19a2aa7e1a73722d027864",
|
|
10
10
|
"sourcePaths": [
|
|
11
11
|
"packages/kernel/kernel-contracts/src/distribution/index.ts",
|
|
12
12
|
"packages/kernel/kernel-contracts/src/distribution/lib/image-lock.ts",
|
|
@@ -15,18 +15,18 @@
|
|
|
15
15
|
"packages/kernel/kernel-contracts/src/distribution/lib/runtime-image-source-index.ts"
|
|
16
16
|
],
|
|
17
17
|
"contentHashAlgorithm": "xema-kernel-contract-authority-length-framed-git-path-mode-blob-sha256-v1",
|
|
18
|
-
"contentDigest": "
|
|
18
|
+
"contentDigest": "d8fa8285a5f97e9d0bd6af7c4b0cd7f49c3310215ac36786ded2d63e2cce3060"
|
|
19
19
|
},
|
|
20
20
|
"subjects": [
|
|
21
21
|
{
|
|
22
22
|
"kind": "host",
|
|
23
23
|
"id": "xema-host-web",
|
|
24
24
|
"imageRef": "ghcr.io/xema-dev/xema-host-web",
|
|
25
|
-
"contentHash": "
|
|
25
|
+
"contentHash": "5f0ffb98f700f4304bf660ad1d97e1268e9bf50d7bbd714c3bbee0bbd8cc1979",
|
|
26
26
|
"repo": "submodules/xema-host-web",
|
|
27
27
|
"path": "submodules/xema-host-web",
|
|
28
|
-
"sourceCommit": "
|
|
29
|
-
"sourceManifestHash": "
|
|
28
|
+
"sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
|
|
29
|
+
"sourceManifestHash": "85e8c08e0b638e8ce2450de66212b472856434baffde75712bcd5736a0fefcd9",
|
|
30
30
|
"requiredPlatforms": [
|
|
31
31
|
{
|
|
32
32
|
"os": "linux",
|
|
@@ -44,10 +44,10 @@
|
|
|
44
44
|
"kind": "platform",
|
|
45
45
|
"id": "event-hub-api",
|
|
46
46
|
"imageRef": "ghcr.io/xema-dev/event-hub-api",
|
|
47
|
-
"contentHash": "
|
|
47
|
+
"contentHash": "28c34e719174987de9dc2f307de9f1be7aa602b444d1a5bb0588cb2eba38e3d1",
|
|
48
48
|
"repo": "submodules/event-hub-api",
|
|
49
49
|
"path": "submodules/event-hub-api",
|
|
50
|
-
"sourceCommit": "
|
|
50
|
+
"sourceCommit": "cabeee0a17576f671ea531e00b141392b4919d23",
|
|
51
51
|
"sourceManifestHash": "2e57d7356ed288b00e35f3ee4aa542cdbb1eb25d94a8fecbc2bda76cedd5f995",
|
|
52
52
|
"requiredPlatforms": [
|
|
53
53
|
{
|
|
@@ -66,10 +66,10 @@
|
|
|
66
66
|
"kind": "platform",
|
|
67
67
|
"id": "identity-api",
|
|
68
68
|
"imageRef": "ghcr.io/xema-dev/identity-api",
|
|
69
|
-
"contentHash": "
|
|
69
|
+
"contentHash": "b7949773dd6533fefb9f3f74d24167b776a31540ca8d43e9b5278df52ba803b0",
|
|
70
70
|
"repo": "submodules/identity-api",
|
|
71
71
|
"path": "submodules/identity-api",
|
|
72
|
-
"sourceCommit": "
|
|
72
|
+
"sourceCommit": "0531b190e604909fd1717b236104e6e1a9f0e7d7",
|
|
73
73
|
"sourceManifestHash": "f0acc5e81bb3b00f98e1fde709e9dc24903bdf2ce5bdc6eeec0d5b9338bf5c1b",
|
|
74
74
|
"requiredPlatforms": [
|
|
75
75
|
{
|
|
@@ -88,10 +88,10 @@
|
|
|
88
88
|
"kind": "platform",
|
|
89
89
|
"id": "llm-gateway-api",
|
|
90
90
|
"imageRef": "ghcr.io/xema-dev/llm-gateway-api",
|
|
91
|
-
"contentHash": "
|
|
91
|
+
"contentHash": "e56ee7641b414632e2915d73307e0ac021eed25987c5fd52fc3ed1654b37a2ba",
|
|
92
92
|
"repo": "submodules/llm-gateway-api",
|
|
93
93
|
"path": "submodules/llm-gateway-api",
|
|
94
|
-
"sourceCommit": "
|
|
94
|
+
"sourceCommit": "b79e7ef7e44613fc37764b0252b5372eb8ec5e50",
|
|
95
95
|
"sourceManifestHash": "89a532314ab470aba850033344e2eca97de452bd89f0d6949770b0d837333d8d",
|
|
96
96
|
"requiredPlatforms": [
|
|
97
97
|
{
|
|
@@ -110,10 +110,10 @@
|
|
|
110
110
|
"kind": "platform",
|
|
111
111
|
"id": "secrets-api",
|
|
112
112
|
"imageRef": "ghcr.io/xema-dev/secrets-api",
|
|
113
|
-
"contentHash": "
|
|
113
|
+
"contentHash": "3864e5cd2ce8089d9998f78cf63fd69cf66c17f070243dedb845c7d3b3cd820b",
|
|
114
114
|
"repo": "submodules/secrets-api",
|
|
115
115
|
"path": "submodules/secrets-api",
|
|
116
|
-
"sourceCommit": "
|
|
116
|
+
"sourceCommit": "e6b31e15a059823b2552d26fec5c3a15b1effdb2",
|
|
117
117
|
"sourceManifestHash": "51d6db6fac73a58b167eb7615c371fc75dfdb13a294c22ddb98c18d99df620a7",
|
|
118
118
|
"requiredPlatforms": [
|
|
119
119
|
{
|
|
@@ -132,11 +132,11 @@
|
|
|
132
132
|
"kind": "runtime-component",
|
|
133
133
|
"id": "biome-adapter-host",
|
|
134
134
|
"imageRef": "ghcr.io/xema-dev/biome-adapter-host",
|
|
135
|
-
"contentHash": "
|
|
135
|
+
"contentHash": "5e028ccd895e0ecb8a1b0986e2dc787a5fdea1b3f0f4f25c1ff8e19bbecac3d4",
|
|
136
136
|
"repo": "repos/xema-base",
|
|
137
137
|
"path": "repos/xema-base/biomes/biome-adapter-host",
|
|
138
|
-
"sourceCommit": "
|
|
139
|
-
"sourceManifestHash": "
|
|
138
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
139
|
+
"sourceManifestHash": "b1a0bb72096f9b4f415182204fc776527cfe2fb9caf820034ca77d962b8120ef",
|
|
140
140
|
"requiredPlatforms": [
|
|
141
141
|
{
|
|
142
142
|
"os": "linux",
|
|
@@ -154,11 +154,11 @@
|
|
|
154
154
|
"kind": "runtime-component",
|
|
155
155
|
"id": "opencode-worker",
|
|
156
156
|
"imageRef": "ghcr.io/xema-dev/opencode-worker",
|
|
157
|
-
"contentHash": "
|
|
157
|
+
"contentHash": "44deaa6da2428fa28036a32e163675033d67bcbd23c9fa739f3034ffdec17efb",
|
|
158
158
|
"repo": "repos/xema-base",
|
|
159
159
|
"path": "repos/xema-base/biomes/opencode-runtime",
|
|
160
|
-
"sourceCommit": "
|
|
161
|
-
"sourceManifestHash": "
|
|
160
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
161
|
+
"sourceManifestHash": "1f193a66f63ab5e16d117893806477a04d18e79b4802f5343497aa16864da28a",
|
|
162
162
|
"requiredPlatforms": [
|
|
163
163
|
{
|
|
164
164
|
"os": "linux",
|
|
@@ -180,11 +180,11 @@
|
|
|
180
180
|
"kind": "service",
|
|
181
181
|
"id": "activity-feed-api",
|
|
182
182
|
"imageRef": "ghcr.io/xema-dev/activity-feed-api",
|
|
183
|
-
"contentHash": "
|
|
183
|
+
"contentHash": "166f258255901f60622443d6d43647e1dd9543e1510c31539b365d5b078bf9c6",
|
|
184
184
|
"repo": "repos/xema-base",
|
|
185
185
|
"path": "repos/xema-base/biomes/activity-feed",
|
|
186
|
-
"sourceCommit": "
|
|
187
|
-
"sourceManifestHash": "
|
|
186
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
187
|
+
"sourceManifestHash": "823f7f6fe9abfbe0b4b3dd45b875d2eae928b0c109a7bfebf58dc55f4b3a3d6c",
|
|
188
188
|
"requiredPlatforms": [
|
|
189
189
|
{
|
|
190
190
|
"os": "linux",
|
|
@@ -202,11 +202,11 @@
|
|
|
202
202
|
"kind": "service",
|
|
203
203
|
"id": "agent-session-api",
|
|
204
204
|
"imageRef": "ghcr.io/xema-dev/agent-session-api",
|
|
205
|
-
"contentHash": "
|
|
205
|
+
"contentHash": "8be283843be2f885c0607cc2aedf50067ebb1f708b871c6d8e381a6476f2ea07",
|
|
206
206
|
"repo": "repos/xema-base",
|
|
207
207
|
"path": "repos/xema-base/biomes/agent-runtime",
|
|
208
|
-
"sourceCommit": "
|
|
209
|
-
"sourceManifestHash": "
|
|
208
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
209
|
+
"sourceManifestHash": "43fe42646ccb71bc829c40a7406c7a49d5707307b9f93a47b78a19e5ec39d9bc",
|
|
210
210
|
"requiredPlatforms": [
|
|
211
211
|
{
|
|
212
212
|
"os": "linux",
|
|
@@ -224,11 +224,11 @@
|
|
|
224
224
|
"kind": "service",
|
|
225
225
|
"id": "app-platform-api",
|
|
226
226
|
"imageRef": "ghcr.io/xema-dev/app-platform-api",
|
|
227
|
-
"contentHash": "
|
|
227
|
+
"contentHash": "90ed88b78bed19a89bfa8c7fe2d7e938b2a495fe6ac3f7220bf88ef8023d0f89",
|
|
228
228
|
"repo": "repos/xema-base",
|
|
229
229
|
"path": "repos/xema-base/biomes/app-platform",
|
|
230
|
-
"sourceCommit": "
|
|
231
|
-
"sourceManifestHash": "
|
|
230
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
231
|
+
"sourceManifestHash": "f5f51d776b71789a069b2638ed42391337be42ac46610df6d6f42d01b89b6ecd",
|
|
232
232
|
"requiredPlatforms": [
|
|
233
233
|
{
|
|
234
234
|
"os": "linux",
|
|
@@ -246,11 +246,11 @@
|
|
|
246
246
|
"kind": "service",
|
|
247
247
|
"id": "artifact-store-api",
|
|
248
248
|
"imageRef": "ghcr.io/xema-dev/artifact-store-api",
|
|
249
|
-
"contentHash": "
|
|
249
|
+
"contentHash": "d217693a98d85c3e02197ecba32eed7405af75a00889abb86343c8e7f2543be1",
|
|
250
250
|
"repo": "repos/xema-base",
|
|
251
251
|
"path": "repos/xema-base/biomes/agent-runtime",
|
|
252
|
-
"sourceCommit": "
|
|
253
|
-
"sourceManifestHash": "
|
|
252
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
253
|
+
"sourceManifestHash": "43fe42646ccb71bc829c40a7406c7a49d5707307b9f93a47b78a19e5ec39d9bc",
|
|
254
254
|
"requiredPlatforms": [
|
|
255
255
|
{
|
|
256
256
|
"os": "linux",
|
|
@@ -268,11 +268,11 @@
|
|
|
268
268
|
"kind": "service",
|
|
269
269
|
"id": "audit-log-api",
|
|
270
270
|
"imageRef": "ghcr.io/xema-dev/audit-log-api",
|
|
271
|
-
"contentHash": "
|
|
271
|
+
"contentHash": "21f056d69fbda7d3e24150c8f367345a1fba56ea4374ae83871227086ffa7ece",
|
|
272
272
|
"repo": "repos/xema-base",
|
|
273
273
|
"path": "repos/xema-base/biomes/audit",
|
|
274
|
-
"sourceCommit": "
|
|
275
|
-
"sourceManifestHash": "
|
|
274
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
275
|
+
"sourceManifestHash": "b55bfee2da7f8fe6e3c3506a0b6e515f56cc86c18332b9d3d7a8ab6c9a71504d",
|
|
276
276
|
"requiredPlatforms": [
|
|
277
277
|
{
|
|
278
278
|
"os": "linux",
|
|
@@ -290,11 +290,11 @@
|
|
|
290
290
|
"kind": "service",
|
|
291
291
|
"id": "authorization-api",
|
|
292
292
|
"imageRef": "ghcr.io/xema-dev/authorization-api",
|
|
293
|
-
"contentHash": "
|
|
293
|
+
"contentHash": "fa16773b07368a129db00dbd87ab0acd20de58a99d86e2cba054ee5276cc095f",
|
|
294
294
|
"repo": "repos/xema-base",
|
|
295
295
|
"path": "repos/xema-base/biomes/authorization",
|
|
296
|
-
"sourceCommit": "
|
|
297
|
-
"sourceManifestHash": "
|
|
296
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
297
|
+
"sourceManifestHash": "214fc48f2e68e3755a0630d92bbae8769f8ebfdd44bee9d2ae622b6e1758ad00",
|
|
298
298
|
"requiredPlatforms": [
|
|
299
299
|
{
|
|
300
300
|
"os": "linux",
|
|
@@ -312,10 +312,10 @@
|
|
|
312
312
|
"kind": "service",
|
|
313
313
|
"id": "backlog-api",
|
|
314
314
|
"imageRef": "ghcr.io/xema-dev/backlog-api",
|
|
315
|
-
"contentHash": "
|
|
315
|
+
"contentHash": "9fd8f7519267a51273af3b8dec107353601754e7fcb95a5afda1d93e939b9e24",
|
|
316
316
|
"repo": "repos/xema-community",
|
|
317
317
|
"path": "repos/xema-community/biomes/backlog",
|
|
318
|
-
"sourceCommit": "
|
|
318
|
+
"sourceCommit": "3957408a61b00a5881645a173f7139d70fbaef04",
|
|
319
319
|
"sourceManifestHash": "5661755e6e3bf66b571375d37664574203df82364241b4734a5fc05f5a8b4d08",
|
|
320
320
|
"requiredPlatforms": [
|
|
321
321
|
{
|
|
@@ -334,11 +334,11 @@
|
|
|
334
334
|
"kind": "service",
|
|
335
335
|
"id": "biome-fetcher-api",
|
|
336
336
|
"imageRef": "ghcr.io/xema-dev/biome-fetcher-api",
|
|
337
|
-
"contentHash": "
|
|
337
|
+
"contentHash": "c1a765ab9f69a60522fb4a55f03e6f3baa47a8a890a29f38e736ef9a5de9b870",
|
|
338
338
|
"repo": "repos/xema-base",
|
|
339
339
|
"path": "repos/xema-base/biomes/biome-fetcher",
|
|
340
|
-
"sourceCommit": "
|
|
341
|
-
"sourceManifestHash": "
|
|
340
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
341
|
+
"sourceManifestHash": "ec7cf835b650b00808eee92e5a9910afc56c627ac03b503c852789b27a768a6d",
|
|
342
342
|
"requiredPlatforms": [
|
|
343
343
|
{
|
|
344
344
|
"os": "linux",
|
|
@@ -356,11 +356,11 @@
|
|
|
356
356
|
"kind": "service",
|
|
357
357
|
"id": "biome-host-api",
|
|
358
358
|
"imageRef": "ghcr.io/xema-dev/biome-host-api",
|
|
359
|
-
"contentHash": "
|
|
359
|
+
"contentHash": "e4eeddec7f4259e43730944208f4d966d1d6c008fc453372330c74defd825283",
|
|
360
360
|
"repo": "repos/xema-base",
|
|
361
361
|
"path": "repos/xema-base/biomes/biome-host",
|
|
362
|
-
"sourceCommit": "
|
|
363
|
-
"sourceManifestHash": "
|
|
362
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
363
|
+
"sourceManifestHash": "a02a55b39b83b38c0a2965989d3a443e4aae1a83b3eb53b33fa03d4e78261028",
|
|
364
364
|
"requiredPlatforms": [
|
|
365
365
|
{
|
|
366
366
|
"os": "linux",
|
|
@@ -378,11 +378,11 @@
|
|
|
378
378
|
"kind": "service",
|
|
379
379
|
"id": "canopy-api",
|
|
380
380
|
"imageRef": "ghcr.io/xema-dev/canopy-api",
|
|
381
|
-
"contentHash": "
|
|
381
|
+
"contentHash": "23d530e8be9a28234847a4affafb38870af8827a7ffb739146cca4b87ebe0fb3",
|
|
382
382
|
"repo": "repos/xema-base",
|
|
383
383
|
"path": "repos/xema-base/biomes/canopy",
|
|
384
|
-
"sourceCommit": "
|
|
385
|
-
"sourceManifestHash": "
|
|
384
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
385
|
+
"sourceManifestHash": "8a661423f059c933bddbf372d3a3eb235f1f3912b0efe8221f359e053686c923",
|
|
386
386
|
"requiredPlatforms": [
|
|
387
387
|
{
|
|
388
388
|
"os": "linux",
|
|
@@ -400,11 +400,11 @@
|
|
|
400
400
|
"kind": "service",
|
|
401
401
|
"id": "capability-registry-api",
|
|
402
402
|
"imageRef": "ghcr.io/xema-dev/capability-registry-api",
|
|
403
|
-
"contentHash": "
|
|
403
|
+
"contentHash": "a85f2159ddd83a7274a179e049fcacd75d203607fede4fcd4c59518c7de2b00d",
|
|
404
404
|
"repo": "repos/xema-base",
|
|
405
405
|
"path": "repos/xema-base/biomes/capability-registry",
|
|
406
|
-
"sourceCommit": "
|
|
407
|
-
"sourceManifestHash": "
|
|
406
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
407
|
+
"sourceManifestHash": "401a9a8557ddf5f9df34aae449a70659c4a6999cfdbc22c123689e4990c8a46b",
|
|
408
408
|
"requiredPlatforms": [
|
|
409
409
|
{
|
|
410
410
|
"os": "linux",
|
|
@@ -422,11 +422,11 @@
|
|
|
422
422
|
"kind": "service",
|
|
423
423
|
"id": "connector-gateway-api",
|
|
424
424
|
"imageRef": "ghcr.io/xema-dev/connector-gateway-api",
|
|
425
|
-
"contentHash": "
|
|
425
|
+
"contentHash": "3cc7dfda3f5cba0d9c233b4c0707251780534b07936a23ca5f57fd13a94a4bdc",
|
|
426
426
|
"repo": "repos/xema-base",
|
|
427
427
|
"path": "repos/xema-base/biomes/connector-platform",
|
|
428
|
-
"sourceCommit": "
|
|
429
|
-
"sourceManifestHash": "
|
|
428
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
429
|
+
"sourceManifestHash": "4876ee119e503b501a0cb8bd2c191092ff239fd6c7146e14b5ce8c5a234a2a76",
|
|
430
430
|
"requiredPlatforms": [
|
|
431
431
|
{
|
|
432
432
|
"os": "linux",
|
|
@@ -444,11 +444,11 @@
|
|
|
444
444
|
"kind": "service",
|
|
445
445
|
"id": "container-registry-api",
|
|
446
446
|
"imageRef": "ghcr.io/xema-dev/container-registry-api",
|
|
447
|
-
"contentHash": "
|
|
447
|
+
"contentHash": "a4e0310f9edac79e2e956bf83b002a31cecb4fc07ca1760e93ca062b8ac73b23",
|
|
448
448
|
"repo": "repos/xema-base",
|
|
449
449
|
"path": "repos/xema-base/biomes/container-registry",
|
|
450
|
-
"sourceCommit": "
|
|
451
|
-
"sourceManifestHash": "
|
|
450
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
451
|
+
"sourceManifestHash": "c781e962c4eca669d926b171f33d15f87080b007c0f8b451c090bafee6141693",
|
|
452
452
|
"requiredPlatforms": [
|
|
453
453
|
{
|
|
454
454
|
"os": "linux",
|
|
@@ -466,11 +466,11 @@
|
|
|
466
466
|
"kind": "service",
|
|
467
467
|
"id": "credential-broker-api",
|
|
468
468
|
"imageRef": "ghcr.io/xema-dev/credential-broker-api",
|
|
469
|
-
"contentHash": "
|
|
469
|
+
"contentHash": "51038ed9e8fc9d55b75faf84e2a618c5a452c6cb36d02242f8b5174cbbef0560",
|
|
470
470
|
"repo": "repos/xema-base",
|
|
471
471
|
"path": "repos/xema-base/biomes/connector-platform",
|
|
472
|
-
"sourceCommit": "
|
|
473
|
-
"sourceManifestHash": "
|
|
472
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
473
|
+
"sourceManifestHash": "4876ee119e503b501a0cb8bd2c191092ff239fd6c7146e14b5ce8c5a234a2a76",
|
|
474
474
|
"requiredPlatforms": [
|
|
475
475
|
{
|
|
476
476
|
"os": "linux",
|
|
@@ -488,11 +488,11 @@
|
|
|
488
488
|
"kind": "service",
|
|
489
489
|
"id": "decision-api",
|
|
490
490
|
"imageRef": "ghcr.io/xema-dev/decision-api",
|
|
491
|
-
"contentHash": "
|
|
491
|
+
"contentHash": "3af5114a8974b0b46f62873c3bc630935be720560a4db44a00e2cc598c47867d",
|
|
492
492
|
"repo": "repos/xema-base",
|
|
493
493
|
"path": "repos/xema-base/biomes/decision",
|
|
494
|
-
"sourceCommit": "
|
|
495
|
-
"sourceManifestHash": "
|
|
494
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
495
|
+
"sourceManifestHash": "f5f50845612d2ce40cf4642f264b3e4542c1b1e20ad87f886f7eaca13a976310",
|
|
496
496
|
"requiredPlatforms": [
|
|
497
497
|
{
|
|
498
498
|
"os": "linux",
|
|
@@ -510,11 +510,11 @@
|
|
|
510
510
|
"kind": "service",
|
|
511
511
|
"id": "deliverable-specs-api",
|
|
512
512
|
"imageRef": "ghcr.io/xema-dev/deliverable-specs-api",
|
|
513
|
-
"contentHash": "
|
|
513
|
+
"contentHash": "4122ffb210ec03be9f28002723d4ee0ed8c6c565313267869092345f0f2fc12e",
|
|
514
514
|
"repo": "repos/xema-base",
|
|
515
515
|
"path": "repos/xema-base/biomes/workflow-runtime",
|
|
516
|
-
"sourceCommit": "
|
|
517
|
-
"sourceManifestHash": "
|
|
516
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
517
|
+
"sourceManifestHash": "5c45633e117b94ff11931ba034fc0751a095b4b22ef3b03994ab995849c67372",
|
|
518
518
|
"requiredPlatforms": [
|
|
519
519
|
{
|
|
520
520
|
"os": "linux",
|
|
@@ -532,10 +532,10 @@
|
|
|
532
532
|
"kind": "service",
|
|
533
533
|
"id": "docs-api",
|
|
534
534
|
"imageRef": "ghcr.io/xema-dev/docs-api",
|
|
535
|
-
"contentHash": "
|
|
535
|
+
"contentHash": "dc52236b818ba18bfcc73ad3d3c5a57e49138b325aa3ad7825161e49f7f2c805",
|
|
536
536
|
"repo": "repos/xema-docs",
|
|
537
537
|
"path": "repos/xema-docs",
|
|
538
|
-
"sourceCommit": "
|
|
538
|
+
"sourceCommit": "1c384927f2905d5f8cfdbc84913850ec9be7d1dc",
|
|
539
539
|
"sourceManifestHash": "10770a77153a2549a3e1af1142e3c52f1125f9b7a178937f1c05f76ce88e7cbc",
|
|
540
540
|
"requiredPlatforms": [
|
|
541
541
|
{
|
|
@@ -554,11 +554,11 @@
|
|
|
554
554
|
"kind": "service",
|
|
555
555
|
"id": "knowledge-base-api",
|
|
556
556
|
"imageRef": "ghcr.io/xema-dev/knowledge-base-api",
|
|
557
|
-
"contentHash": "
|
|
557
|
+
"contentHash": "2ef02610cdf6eb0857363f5573db50fa22cbf418076a807750a9239a3fb0b71d",
|
|
558
558
|
"repo": "repos/xema-base",
|
|
559
559
|
"path": "repos/xema-base/biomes/knowledge-base",
|
|
560
|
-
"sourceCommit": "
|
|
561
|
-
"sourceManifestHash": "
|
|
560
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
561
|
+
"sourceManifestHash": "b6fb02b287c6e86c34dbdd021f529ade391307bfe1f6c301c12c04364820d420",
|
|
562
562
|
"requiredPlatforms": [
|
|
563
563
|
{
|
|
564
564
|
"os": "linux",
|
|
@@ -576,11 +576,11 @@
|
|
|
576
576
|
"kind": "service",
|
|
577
577
|
"id": "llm-registry-api",
|
|
578
578
|
"imageRef": "ghcr.io/xema-dev/llm-registry-api",
|
|
579
|
-
"contentHash": "
|
|
579
|
+
"contentHash": "b49c1dc1fbac6337ff5a921b92ae8edd43897c91417a460989410acd2e4f5444",
|
|
580
580
|
"repo": "repos/xema-base",
|
|
581
581
|
"path": "repos/xema-base/biomes/agent-runtime",
|
|
582
|
-
"sourceCommit": "
|
|
583
|
-
"sourceManifestHash": "
|
|
582
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
583
|
+
"sourceManifestHash": "43fe42646ccb71bc829c40a7406c7a49d5707307b9f93a47b78a19e5ec39d9bc",
|
|
584
584
|
"requiredPlatforms": [
|
|
585
585
|
{
|
|
586
586
|
"os": "linux",
|
|
@@ -598,10 +598,10 @@
|
|
|
598
598
|
"kind": "service",
|
|
599
599
|
"id": "mailops-api",
|
|
600
600
|
"imageRef": "ghcr.io/xema-dev/mailops-api",
|
|
601
|
-
"contentHash": "
|
|
601
|
+
"contentHash": "e28f045b7cde9921333147ae1911d15aaa9b2146fe64f1b9ebe95600ca0314ae",
|
|
602
602
|
"repo": "repos/xema-cultivars",
|
|
603
603
|
"path": "repos/xema-cultivars/biomes/platform/mailops",
|
|
604
|
-
"sourceCommit": "
|
|
604
|
+
"sourceCommit": "6ab52cdb9a34900c025fe57224bbc6f3545be41f",
|
|
605
605
|
"sourceManifestHash": "770abc9ddacd90debb5b98c0acd61250fc2e2d7d2a0140c7dfd291d23cc66d93",
|
|
606
606
|
"requiredPlatforms": [
|
|
607
607
|
{
|
|
@@ -620,11 +620,11 @@
|
|
|
620
620
|
"kind": "service",
|
|
621
621
|
"id": "mcp-gateway-api",
|
|
622
622
|
"imageRef": "ghcr.io/xema-dev/mcp-gateway-api",
|
|
623
|
-
"contentHash": "
|
|
623
|
+
"contentHash": "33c28c35ceb8353e5a15514fc1cc322a51ff42912309a2bf675cd499c274c5bc",
|
|
624
624
|
"repo": "repos/xema-base",
|
|
625
625
|
"path": "repos/xema-base/biomes/mcp-router",
|
|
626
|
-
"sourceCommit": "
|
|
627
|
-
"sourceManifestHash": "
|
|
626
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
627
|
+
"sourceManifestHash": "53ce021e0299559ba26fa38fdc0a0e55617bd47c3c2ec4142a970480204deb1e",
|
|
628
628
|
"requiredPlatforms": [
|
|
629
629
|
{
|
|
630
630
|
"os": "linux",
|
|
@@ -642,11 +642,11 @@
|
|
|
642
642
|
"kind": "service",
|
|
643
643
|
"id": "object-registry-api",
|
|
644
644
|
"imageRef": "ghcr.io/xema-dev/object-registry-api",
|
|
645
|
-
"contentHash": "
|
|
645
|
+
"contentHash": "4eb02c037379a3b5322074f6fa6f87524e7e08fe3596a1a9d0cc6547ddde1de3",
|
|
646
646
|
"repo": "repos/xema-base",
|
|
647
647
|
"path": "repos/xema-base/biomes/object-registry",
|
|
648
|
-
"sourceCommit": "
|
|
649
|
-
"sourceManifestHash": "
|
|
648
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
649
|
+
"sourceManifestHash": "894cf77f65759065e3a391f27106f8d128aa98fd75b280b774b540179bd53dda",
|
|
650
650
|
"requiredPlatforms": [
|
|
651
651
|
{
|
|
652
652
|
"os": "linux",
|
|
@@ -664,11 +664,11 @@
|
|
|
664
664
|
"kind": "service",
|
|
665
665
|
"id": "org-database-pool-api",
|
|
666
666
|
"imageRef": "ghcr.io/xema-dev/org-database-pool-api",
|
|
667
|
-
"contentHash": "
|
|
667
|
+
"contentHash": "b5d1019928614ce938eeab06f2fa7ddc8d9509b304a9d7b6d1e5c061d315d85f",
|
|
668
668
|
"repo": "repos/xema-base",
|
|
669
669
|
"path": "repos/xema-base/biomes/org-database-pool",
|
|
670
|
-
"sourceCommit": "
|
|
671
|
-
"sourceManifestHash": "
|
|
670
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
671
|
+
"sourceManifestHash": "70e27e3cc9aab6c8334b8f96ee4fc906fc9067dfd90ec93e1c50fc3d11a19120",
|
|
672
672
|
"requiredPlatforms": [
|
|
673
673
|
{
|
|
674
674
|
"os": "linux",
|
|
@@ -682,37 +682,15 @@
|
|
|
682
682
|
}
|
|
683
683
|
]
|
|
684
684
|
},
|
|
685
|
-
{
|
|
686
|
-
"kind": "service",
|
|
687
|
-
"id": "policy-distributor-api",
|
|
688
|
-
"imageRef": "ghcr.io/xema-dev/policy-distributor-api",
|
|
689
|
-
"contentHash": "9ad3156e01943a9a77e1728e92351cd07661c5f1c86462d4db31d21fce66b1b4",
|
|
690
|
-
"repo": "repos/xema-base",
|
|
691
|
-
"path": "repos/xema-base/biomes/policy-distributor",
|
|
692
|
-
"sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
|
|
693
|
-
"sourceManifestHash": "1e4eff54963ee3d0a2607b00d43b5c45f67aba6997d2be7db1a28f41eed8b127",
|
|
694
|
-
"requiredPlatforms": [
|
|
695
|
-
{
|
|
696
|
-
"os": "linux",
|
|
697
|
-
"architecture": "arm64"
|
|
698
|
-
}
|
|
699
|
-
],
|
|
700
|
-
"owners": [
|
|
701
|
-
{
|
|
702
|
-
"kind": "biome",
|
|
703
|
-
"biomeId": "policy-distributor"
|
|
704
|
-
}
|
|
705
|
-
]
|
|
706
|
-
},
|
|
707
685
|
{
|
|
708
686
|
"kind": "service",
|
|
709
687
|
"id": "project-registry-api",
|
|
710
688
|
"imageRef": "ghcr.io/xema-dev/project-registry-api",
|
|
711
|
-
"contentHash": "
|
|
689
|
+
"contentHash": "e89e2a75719fd332a64ef73e782aa6959b2af7ba029806e457153c2a8a7868b5",
|
|
712
690
|
"repo": "repos/xema-base",
|
|
713
691
|
"path": "repos/xema-base/biomes/project-registry",
|
|
714
|
-
"sourceCommit": "
|
|
715
|
-
"sourceManifestHash": "
|
|
692
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
693
|
+
"sourceManifestHash": "ef99a31b9c2191bb036c0bbc13e8da5d407ef916f074b65e1727694759282498",
|
|
716
694
|
"requiredPlatforms": [
|
|
717
695
|
{
|
|
718
696
|
"os": "linux",
|
|
@@ -730,11 +708,11 @@
|
|
|
730
708
|
"kind": "service",
|
|
731
709
|
"id": "public-gateway-api",
|
|
732
710
|
"imageRef": "ghcr.io/xema-dev/public-gateway-api",
|
|
733
|
-
"contentHash": "
|
|
711
|
+
"contentHash": "6590f51a2ad12bc58d4dc012b6a9f27955742d33d69d11b3706a16126bf6b612",
|
|
734
712
|
"repo": "repos/xema-base",
|
|
735
713
|
"path": "repos/xema-base/biomes/public-gateway",
|
|
736
|
-
"sourceCommit": "
|
|
737
|
-
"sourceManifestHash": "
|
|
714
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
715
|
+
"sourceManifestHash": "f54675d51b001980dbb805dd4fa5a3923d5a88e6745f54dd22dbdd844785488a",
|
|
738
716
|
"requiredPlatforms": [
|
|
739
717
|
{
|
|
740
718
|
"os": "linux",
|
|
@@ -752,11 +730,11 @@
|
|
|
752
730
|
"kind": "service",
|
|
753
731
|
"id": "redis-pool-api",
|
|
754
732
|
"imageRef": "ghcr.io/xema-dev/redis-pool-api",
|
|
755
|
-
"contentHash": "
|
|
733
|
+
"contentHash": "8a2a2404873ef859bf94cf08e357cfe81b5ac732aa802beddf26a3264693d279",
|
|
756
734
|
"repo": "repos/xema-base",
|
|
757
735
|
"path": "repos/xema-base/biomes/redis-pool",
|
|
758
|
-
"sourceCommit": "
|
|
759
|
-
"sourceManifestHash": "
|
|
736
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
737
|
+
"sourceManifestHash": "729009f73ec62d2c0e5e4f6d7692ea015f8dcf03a33f6abf0386c8c30c850a0d",
|
|
760
738
|
"requiredPlatforms": [
|
|
761
739
|
{
|
|
762
740
|
"os": "linux",
|
|
@@ -774,11 +752,11 @@
|
|
|
774
752
|
"kind": "service",
|
|
775
753
|
"id": "resource-governance-api",
|
|
776
754
|
"imageRef": "ghcr.io/xema-dev/resource-governance-api",
|
|
777
|
-
"contentHash": "
|
|
755
|
+
"contentHash": "e73f59abe5f2c4ac9f8bedae5035eaed92b6538022ffa44af009552108a2f123",
|
|
778
756
|
"repo": "repos/xema-base",
|
|
779
757
|
"path": "repos/xema-base/biomes/resource-governance",
|
|
780
|
-
"sourceCommit": "
|
|
781
|
-
"sourceManifestHash": "
|
|
758
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
759
|
+
"sourceManifestHash": "19f9548481a47279e72de7bd69d414e9085c666dc6a81da6e51895226b0cc725",
|
|
782
760
|
"requiredPlatforms": [
|
|
783
761
|
{
|
|
784
762
|
"os": "linux",
|
|
@@ -796,11 +774,11 @@
|
|
|
796
774
|
"kind": "service",
|
|
797
775
|
"id": "search-api",
|
|
798
776
|
"imageRef": "ghcr.io/xema-dev/search-api",
|
|
799
|
-
"contentHash": "
|
|
777
|
+
"contentHash": "6e2187062015cb13d5dd7a8d9d4790758300e5441216260f52188f72921cf6f9",
|
|
800
778
|
"repo": "repos/xema-cultivars",
|
|
801
779
|
"path": "repos/xema-cultivars/biomes/platform/search",
|
|
802
|
-
"sourceCommit": "
|
|
803
|
-
"sourceManifestHash": "
|
|
780
|
+
"sourceCommit": "6ab52cdb9a34900c025fe57224bbc6f3545be41f",
|
|
781
|
+
"sourceManifestHash": "b3d0d38591f34629e6c584de612a8cd9bcb8c7e48f7d86dddfd3b58dfa5e788f",
|
|
804
782
|
"requiredPlatforms": [
|
|
805
783
|
{
|
|
806
784
|
"os": "linux",
|
|
@@ -818,11 +796,11 @@
|
|
|
818
796
|
"kind": "service",
|
|
819
797
|
"id": "skill-registry-api",
|
|
820
798
|
"imageRef": "ghcr.io/xema-dev/skill-registry-api",
|
|
821
|
-
"contentHash": "
|
|
799
|
+
"contentHash": "30110d0df89d33d7cd823cadd91552a1259e1f8512a405b1c36d629b79513df9",
|
|
822
800
|
"repo": "repos/xema-base",
|
|
823
801
|
"path": "repos/xema-base/biomes/agent-runtime",
|
|
824
|
-
"sourceCommit": "
|
|
825
|
-
"sourceManifestHash": "
|
|
802
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
803
|
+
"sourceManifestHash": "43fe42646ccb71bc829c40a7406c7a49d5707307b9f93a47b78a19e5ec39d9bc",
|
|
826
804
|
"requiredPlatforms": [
|
|
827
805
|
{
|
|
828
806
|
"os": "linux",
|
|
@@ -840,11 +818,11 @@
|
|
|
840
818
|
"kind": "service",
|
|
841
819
|
"id": "space-registry-api",
|
|
842
820
|
"imageRef": "ghcr.io/xema-dev/space-registry-api",
|
|
843
|
-
"contentHash": "
|
|
821
|
+
"contentHash": "5248b195e51dda1ca4b7ea23b0dd245c99ee03d98ba96ce079da4015ee6853a6",
|
|
844
822
|
"repo": "repos/xema-base",
|
|
845
823
|
"path": "repos/xema-base/biomes/space-registry",
|
|
846
|
-
"sourceCommit": "
|
|
847
|
-
"sourceManifestHash": "
|
|
824
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
825
|
+
"sourceManifestHash": "bb34ca8d372283eabf01faf749b1ccd1b434ab9d6bd6adde4e7a98839290647b",
|
|
848
826
|
"requiredPlatforms": [
|
|
849
827
|
{
|
|
850
828
|
"os": "linux",
|
|
@@ -862,11 +840,11 @@
|
|
|
862
840
|
"kind": "service",
|
|
863
841
|
"id": "template-registry-api",
|
|
864
842
|
"imageRef": "ghcr.io/xema-dev/template-registry-api",
|
|
865
|
-
"contentHash": "
|
|
843
|
+
"contentHash": "2166030fc3b28b3f1019f34ec08391be9ba6acb53fc85c879902e12e4bba2ba7",
|
|
866
844
|
"repo": "repos/xema-base",
|
|
867
845
|
"path": "repos/xema-base/biomes/template-registry",
|
|
868
|
-
"sourceCommit": "
|
|
869
|
-
"sourceManifestHash": "
|
|
846
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
847
|
+
"sourceManifestHash": "90017df87e929988be45c037f82d9e8a56d0e02480671f3f20cd7b5eb4200134",
|
|
870
848
|
"requiredPlatforms": [
|
|
871
849
|
{
|
|
872
850
|
"os": "linux",
|
|
@@ -884,11 +862,11 @@
|
|
|
884
862
|
"kind": "service",
|
|
885
863
|
"id": "web-access-api",
|
|
886
864
|
"imageRef": "ghcr.io/xema-dev/web-access-api",
|
|
887
|
-
"contentHash": "
|
|
865
|
+
"contentHash": "568ac6611d5d8d7887a2eb3a9d1b94ab45cd3a8c9265af03d654111647f3a71b",
|
|
888
866
|
"repo": "repos/xema-base",
|
|
889
867
|
"path": "repos/xema-base/biomes/web-access",
|
|
890
|
-
"sourceCommit": "
|
|
891
|
-
"sourceManifestHash": "
|
|
868
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
869
|
+
"sourceManifestHash": "50b43320e9d3754601dbf5a69bd8ed8cb5230dc2803cf1b4f101eee4e765b559",
|
|
892
870
|
"requiredPlatforms": [
|
|
893
871
|
{
|
|
894
872
|
"os": "linux",
|
|
@@ -906,11 +884,11 @@
|
|
|
906
884
|
"kind": "service",
|
|
907
885
|
"id": "workflow-engine-api",
|
|
908
886
|
"imageRef": "ghcr.io/xema-dev/workflow-engine-api",
|
|
909
|
-
"contentHash": "
|
|
887
|
+
"contentHash": "5f7506f276bed4319bc84400ac4180a236d7bd634dd603a03bb14afab70d160e",
|
|
910
888
|
"repo": "repos/xema-base",
|
|
911
889
|
"path": "repos/xema-base/biomes/workflow-runtime",
|
|
912
|
-
"sourceCommit": "
|
|
913
|
-
"sourceManifestHash": "
|
|
890
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
891
|
+
"sourceManifestHash": "5c45633e117b94ff11931ba034fc0751a095b4b22ef3b03994ab995849c67372",
|
|
914
892
|
"requiredPlatforms": [
|
|
915
893
|
{
|
|
916
894
|
"os": "linux",
|
|
@@ -928,11 +906,11 @@
|
|
|
928
906
|
"kind": "service",
|
|
929
907
|
"id": "workflow-runtime-worker",
|
|
930
908
|
"imageRef": "ghcr.io/xema-dev/workflow-runtime-worker",
|
|
931
|
-
"contentHash": "
|
|
909
|
+
"contentHash": "e5076fd96c90a13a0104474a3f07aff90fd5918f245f25fdf76278a946b0013a",
|
|
932
910
|
"repo": "repos/xema-base",
|
|
933
911
|
"path": "repos/xema-base/biomes/workflow-runtime",
|
|
934
|
-
"sourceCommit": "
|
|
935
|
-
"sourceManifestHash": "
|
|
912
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
913
|
+
"sourceManifestHash": "5c45633e117b94ff11931ba034fc0751a095b4b22ef3b03994ab995849c67372",
|
|
936
914
|
"requiredPlatforms": [
|
|
937
915
|
{
|
|
938
916
|
"os": "linux",
|
|
@@ -950,11 +928,11 @@
|
|
|
950
928
|
"kind": "service",
|
|
951
929
|
"id": "workload-runtime-api",
|
|
952
930
|
"imageRef": "ghcr.io/xema-dev/workload-runtime-api",
|
|
953
|
-
"contentHash": "
|
|
931
|
+
"contentHash": "856cdab2f0d32f966191e371927bc8896daefc39eccf72e63179a2fa6a19c3cc",
|
|
954
932
|
"repo": "repos/xema-base",
|
|
955
933
|
"path": "repos/xema-base/biomes/workload-runtime",
|
|
956
|
-
"sourceCommit": "
|
|
957
|
-
"sourceManifestHash": "
|
|
934
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
935
|
+
"sourceManifestHash": "dc43ed4394be35e68ec38803c3cb774e00e4d8d126aa38687a3d61b3505b80b4",
|
|
958
936
|
"requiredPlatforms": [
|
|
959
937
|
{
|
|
960
938
|
"os": "linux",
|
|
@@ -972,11 +950,11 @@
|
|
|
972
950
|
"kind": "service",
|
|
973
951
|
"id": "workspace-materialization-api",
|
|
974
952
|
"imageRef": "ghcr.io/xema-dev/workspace-materialization-api",
|
|
975
|
-
"contentHash": "
|
|
953
|
+
"contentHash": "11a6b1d07aa6abe838a2d5e0b4041ab130550ac076297061cb75115c8bd9552c",
|
|
976
954
|
"repo": "repos/xema-base",
|
|
977
955
|
"path": "repos/xema-base/biomes/workspace-proxy",
|
|
978
|
-
"sourceCommit": "
|
|
979
|
-
"sourceManifestHash": "
|
|
956
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
957
|
+
"sourceManifestHash": "af67a6088c6c6eadacc855ed3d1cd04f8d90945cd0cf0452e28a1cb369704bcb",
|
|
980
958
|
"requiredPlatforms": [
|
|
981
959
|
{
|
|
982
960
|
"os": "linux",
|
|
@@ -994,11 +972,11 @@
|
|
|
994
972
|
"kind": "service",
|
|
995
973
|
"id": "workspace-orchestrator-api",
|
|
996
974
|
"imageRef": "ghcr.io/xema-dev/workspace-orchestrator-api",
|
|
997
|
-
"contentHash": "
|
|
975
|
+
"contentHash": "a2711bdb904975bf212284f1164a3c19e12bfcb2bb18fff1f42a906be94277be",
|
|
998
976
|
"repo": "repos/xema-base",
|
|
999
977
|
"path": "repos/xema-base/biomes/workspace-orchestrator",
|
|
1000
|
-
"sourceCommit": "
|
|
1001
|
-
"sourceManifestHash": "
|
|
978
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
979
|
+
"sourceManifestHash": "0aecdda7583c24ac2ff3a8dc4a1826e1862c1c30179c40611f2b5d48fd9ece5e",
|
|
1002
980
|
"requiredPlatforms": [
|
|
1003
981
|
{
|
|
1004
982
|
"os": "linux",
|
|
@@ -1016,11 +994,11 @@
|
|
|
1016
994
|
"kind": "service",
|
|
1017
995
|
"id": "workspace-storage-pool-api",
|
|
1018
996
|
"imageRef": "ghcr.io/xema-dev/workspace-storage-pool-api",
|
|
1019
|
-
"contentHash": "
|
|
997
|
+
"contentHash": "f6ed79df0e78bd08c556c685bda0dd7335f938caec97c3a4cec49a17298dc7cf",
|
|
1020
998
|
"repo": "repos/xema-base",
|
|
1021
999
|
"path": "repos/xema-base/biomes/workspace-storage-pool",
|
|
1022
|
-
"sourceCommit": "
|
|
1023
|
-
"sourceManifestHash": "
|
|
1000
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
1001
|
+
"sourceManifestHash": "c9f7267307357ae1bab279148e3befa80564ccf384dcbfd630d40cca03c76dc5",
|
|
1024
1002
|
"requiredPlatforms": [
|
|
1025
1003
|
{
|
|
1026
1004
|
"os": "linux",
|
|
@@ -1038,11 +1016,11 @@
|
|
|
1038
1016
|
"kind": "service",
|
|
1039
1017
|
"id": "xema-biome-runner",
|
|
1040
1018
|
"imageRef": "ghcr.io/xema-dev/xema-biome-runner",
|
|
1041
|
-
"contentHash": "
|
|
1019
|
+
"contentHash": "860769bc8bc00455d3dc02aed860b1428769e4e18c95d069d22aa45c05ac293c",
|
|
1042
1020
|
"repo": "repos/xema-base",
|
|
1043
1021
|
"path": "repos/xema-base/biomes/xema-biome-runner",
|
|
1044
|
-
"sourceCommit": "
|
|
1045
|
-
"sourceManifestHash": "
|
|
1022
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
1023
|
+
"sourceManifestHash": "6248b2d64a02a754003aa25f82f3d9ef046162ba2a97d1ad2bb78d2e92be545a",
|
|
1046
1024
|
"requiredPlatforms": [
|
|
1047
1025
|
{
|
|
1048
1026
|
"os": "linux",
|
|
@@ -1060,11 +1038,11 @@
|
|
|
1060
1038
|
"kind": "service",
|
|
1061
1039
|
"id": "xema-capability-router",
|
|
1062
1040
|
"imageRef": "ghcr.io/xema-dev/xema-capability-router",
|
|
1063
|
-
"contentHash": "
|
|
1041
|
+
"contentHash": "c9d0f9dcee55b82bc595f4ba5a59e72cc9b84dab5a6d484c4657a0e7f7b0b36f",
|
|
1064
1042
|
"repo": "repos/xema-base",
|
|
1065
1043
|
"path": "repos/xema-base/biomes/xema-capability-router",
|
|
1066
|
-
"sourceCommit": "
|
|
1067
|
-
"sourceManifestHash": "
|
|
1044
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
1045
|
+
"sourceManifestHash": "b4e88f13d45733830e74f98185ac2bd7a68f7911e49080a94b0a97ffcfcedc0d",
|
|
1068
1046
|
"requiredPlatforms": [
|
|
1069
1047
|
{
|
|
1070
1048
|
"os": "linux",
|
|
@@ -1082,11 +1060,11 @@
|
|
|
1082
1060
|
"kind": "service",
|
|
1083
1061
|
"id": "xema-kernel-server",
|
|
1084
1062
|
"imageRef": "ghcr.io/xema-dev/xema-kernel-server",
|
|
1085
|
-
"contentHash": "
|
|
1063
|
+
"contentHash": "5187d5cf9ed06538d733249bff12e86cefe2a0d4a1805e3bbd5d0eea1ea544ca",
|
|
1086
1064
|
"repo": "repos/xema-base",
|
|
1087
1065
|
"path": "repos/xema-base/kernel/xema-kernel-server",
|
|
1088
|
-
"sourceCommit": "
|
|
1089
|
-
"sourceManifestHash": "
|
|
1066
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
1067
|
+
"sourceManifestHash": "60eb695ab29b4178a400f68f3e9271f03501b85cbd01095b0e0b6efdb9412742",
|
|
1090
1068
|
"requiredPlatforms": [
|
|
1091
1069
|
{
|
|
1092
1070
|
"os": "linux",
|
|
@@ -1104,11 +1082,11 @@
|
|
|
1104
1082
|
"kind": "service",
|
|
1105
1083
|
"id": "xema-platform-worker",
|
|
1106
1084
|
"imageRef": "ghcr.io/xema-dev/xema-platform-worker",
|
|
1107
|
-
"contentHash": "
|
|
1085
|
+
"contentHash": "67fba088c3f82c2ac878f1056348c291837e1848670aa8d1e0b65b012664d8a7",
|
|
1108
1086
|
"repo": "repos/xema-base",
|
|
1109
1087
|
"path": "repos/xema-base/biomes/xema-platform-worker",
|
|
1110
|
-
"sourceCommit": "
|
|
1111
|
-
"sourceManifestHash": "
|
|
1088
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
1089
|
+
"sourceManifestHash": "0ef3e7848fc230bdda1ce236675d2e84e53b9c51abdc8a5e65e6594f4a0a1ce0",
|
|
1112
1090
|
"requiredPlatforms": [
|
|
1113
1091
|
{
|
|
1114
1092
|
"os": "linux",
|
|
@@ -1126,11 +1104,11 @@
|
|
|
1126
1104
|
"kind": "service",
|
|
1127
1105
|
"id": "xema-shell-api",
|
|
1128
1106
|
"imageRef": "ghcr.io/xema-dev/xema-shell-api",
|
|
1129
|
-
"contentHash": "
|
|
1107
|
+
"contentHash": "f8415c619ca8a157112ca1e592fdfc78850a8e4d57a6d26b9c00cf9461cb21b3",
|
|
1130
1108
|
"repo": "repos/xema-base",
|
|
1131
1109
|
"path": "repos/xema-base/biomes/xema-shell",
|
|
1132
|
-
"sourceCommit": "
|
|
1133
|
-
"sourceManifestHash": "
|
|
1110
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
1111
|
+
"sourceManifestHash": "2cd330c4c4f6b520a8a1fdca0351b1e78bc3042c716b95e84f110d56ede2451c",
|
|
1134
1112
|
"requiredPlatforms": [
|
|
1135
1113
|
{
|
|
1136
1114
|
"os": "linux",
|
|
@@ -1192,98 +1170,98 @@
|
|
|
1192
1170
|
"biomeId": "activity-web",
|
|
1193
1171
|
"repo": "submodules/xema-host-web",
|
|
1194
1172
|
"path": "submodules/xema-host-web/biomes/system/activity-web",
|
|
1195
|
-
"sourceCommit": "
|
|
1173
|
+
"sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
|
|
1196
1174
|
"sourceManifestHash": "4243795eb988fd49f02f0ddf568d113f490e3dcf35cdcfc8aa1453e4956a685a"
|
|
1197
1175
|
},
|
|
1198
1176
|
{
|
|
1199
1177
|
"biomeId": "capabilities-web",
|
|
1200
1178
|
"repo": "submodules/xema-host-web",
|
|
1201
1179
|
"path": "submodules/xema-host-web/biomes/system/capabilities-web",
|
|
1202
|
-
"sourceCommit": "
|
|
1180
|
+
"sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
|
|
1203
1181
|
"sourceManifestHash": "c06afc998c1cfae62cbe2ac659d39078eb1356dd9e40a9f442d2d061903e14ef"
|
|
1204
1182
|
},
|
|
1205
1183
|
{
|
|
1206
1184
|
"biomeId": "concepts-web",
|
|
1207
1185
|
"repo": "submodules/xema-host-web",
|
|
1208
1186
|
"path": "submodules/xema-host-web/biomes/system/concepts-web",
|
|
1209
|
-
"sourceCommit": "
|
|
1187
|
+
"sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
|
|
1210
1188
|
"sourceManifestHash": "a842e01e7b38bf2cdecc46da59699c5dbf5bad9948dac5143367cf9e2c1b4a28"
|
|
1211
1189
|
},
|
|
1212
1190
|
{
|
|
1213
1191
|
"biomeId": "container-registry-web",
|
|
1214
1192
|
"repo": "submodules/xema-host-web",
|
|
1215
1193
|
"path": "submodules/xema-host-web/biomes/system/container-registry-web",
|
|
1216
|
-
"sourceCommit": "
|
|
1194
|
+
"sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
|
|
1217
1195
|
"sourceManifestHash": "33ea1e235dc558a71e49869e01f5acf2301df0d83c924a42a549aa0f0f94c43d"
|
|
1218
1196
|
},
|
|
1219
1197
|
{
|
|
1220
1198
|
"biomeId": "environments-web",
|
|
1221
1199
|
"repo": "submodules/xema-host-web",
|
|
1222
1200
|
"path": "submodules/xema-host-web/biomes/system/environments-web",
|
|
1223
|
-
"sourceCommit": "
|
|
1201
|
+
"sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
|
|
1224
1202
|
"sourceManifestHash": "cf854b4160465ba5c4e785ab9791d0c85a13f17586a1a3800c95e70839a83080"
|
|
1225
1203
|
},
|
|
1226
1204
|
{
|
|
1227
1205
|
"biomeId": "gateway-routes-web",
|
|
1228
1206
|
"repo": "submodules/xema-host-web",
|
|
1229
1207
|
"path": "submodules/xema-host-web/biomes/system/gateway-routes-web",
|
|
1230
|
-
"sourceCommit": "
|
|
1208
|
+
"sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
|
|
1231
1209
|
"sourceManifestHash": "d7e7e7c89354101e68be8111b8afacb0f5141acfcaf523ef6141e1d2bcfe9cbe"
|
|
1232
1210
|
},
|
|
1233
1211
|
{
|
|
1234
1212
|
"biomeId": "grants-web",
|
|
1235
1213
|
"repo": "submodules/xema-host-web",
|
|
1236
1214
|
"path": "submodules/xema-host-web/biomes/system/grants-web",
|
|
1237
|
-
"sourceCommit": "
|
|
1215
|
+
"sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
|
|
1238
1216
|
"sourceManifestHash": "72d6de134598d129b53ea34c2522fd931dc47fb19ad8115b741eff178b9f8569"
|
|
1239
1217
|
},
|
|
1240
1218
|
{
|
|
1241
1219
|
"biomeId": "mailops-web",
|
|
1242
1220
|
"repo": "submodules/xema-host-web",
|
|
1243
1221
|
"path": "submodules/xema-host-web/biomes/system/mailops-web",
|
|
1244
|
-
"sourceCommit": "
|
|
1222
|
+
"sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
|
|
1245
1223
|
"sourceManifestHash": "e71b0fa62af5261eaf1bbc92258f45b17975bd5b98ec204c86e13eb6994020d2"
|
|
1246
1224
|
},
|
|
1247
1225
|
{
|
|
1248
1226
|
"biomeId": "objects-web",
|
|
1249
1227
|
"repo": "submodules/xema-host-web",
|
|
1250
1228
|
"path": "submodules/xema-host-web/biomes/system/objects-web",
|
|
1251
|
-
"sourceCommit": "
|
|
1229
|
+
"sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
|
|
1252
1230
|
"sourceManifestHash": "23d313f5d5bae4b1864c3ebd2409f6e495b939fad074db83bd4fe30d481caba1"
|
|
1253
1231
|
},
|
|
1254
1232
|
{
|
|
1255
1233
|
"biomeId": "policies-web",
|
|
1256
1234
|
"repo": "submodules/xema-host-web",
|
|
1257
1235
|
"path": "submodules/xema-host-web/biomes/system/policies-web",
|
|
1258
|
-
"sourceCommit": "
|
|
1259
|
-
"sourceManifestHash": "
|
|
1236
|
+
"sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
|
|
1237
|
+
"sourceManifestHash": "eb26a67299f082c445d1cfc187a97ff77c46c0d46cc22477c535f8cc46f44030"
|
|
1260
1238
|
},
|
|
1261
1239
|
{
|
|
1262
1240
|
"biomeId": "runners-web",
|
|
1263
1241
|
"repo": "submodules/xema-host-web",
|
|
1264
1242
|
"path": "submodules/xema-host-web/biomes/system/runners-web",
|
|
1265
|
-
"sourceCommit": "
|
|
1243
|
+
"sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
|
|
1266
1244
|
"sourceManifestHash": "469a04d8a7ff2e8dc55ab05fc4f6b874c46981a987d30393a469541f61b7cda3"
|
|
1267
1245
|
},
|
|
1268
1246
|
{
|
|
1269
1247
|
"biomeId": "search-web",
|
|
1270
1248
|
"repo": "submodules/xema-host-web",
|
|
1271
1249
|
"path": "submodules/xema-host-web/biomes/system/search-web",
|
|
1272
|
-
"sourceCommit": "
|
|
1250
|
+
"sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
|
|
1273
1251
|
"sourceManifestHash": "82c0a04f2ad3e6ba84a85e8d14e6dc4ed65c0581ca7ec168e066ebcf0da07944"
|
|
1274
1252
|
},
|
|
1275
1253
|
{
|
|
1276
1254
|
"biomeId": "service-registry-web",
|
|
1277
1255
|
"repo": "submodules/xema-host-web",
|
|
1278
1256
|
"path": "submodules/xema-host-web/biomes/system/service-registry-web",
|
|
1279
|
-
"sourceCommit": "
|
|
1257
|
+
"sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
|
|
1280
1258
|
"sourceManifestHash": "4e6de6c3d7fb2edd030b9d346833c7ce6e99aff3d2e46e40ef61670abc302839"
|
|
1281
1259
|
},
|
|
1282
1260
|
{
|
|
1283
1261
|
"biomeId": "spaces-web",
|
|
1284
1262
|
"repo": "submodules/xema-host-web",
|
|
1285
1263
|
"path": "submodules/xema-host-web/biomes/system/spaces-web",
|
|
1286
|
-
"sourceCommit": "
|
|
1264
|
+
"sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
|
|
1287
1265
|
"sourceManifestHash": "ca0317b58364d048e70ac47801fa4f74d57f4ddd3647f99e8e1186dbc2581629"
|
|
1288
1266
|
}
|
|
1289
1267
|
]
|