@xemahq/xema 0.16.1 → 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.
- package/dist/assets/appliance-base/distribution.lock.json +72 -295
- package/dist/assets/appliance-base/images.lock.json +176 -176
- package/dist/assets/appliance-lean/distribution.lock.json +54 -263
- package/dist/assets/appliance-lean/images.lock.json +132 -132
- package/dist/assets/boot-graph.json +1 -0
- package/dist/assets/cloud/distribution.lock.json +76 -299
- package/dist/assets/cloud/images.lock.json +184 -184
- package/dist/assets/core/distribution.lock.json +60 -269
- package/dist/assets/core/images.lock.json +145 -145
- package/dist/assets/distribution-assets.manifest.json +30 -30
- package/dist/assets/minimal/distribution.lock.json +54 -263
- package/dist/assets/minimal/images.lock.json +122 -122
- package/dist/assets/oss/distribution.lock.json +72 -295
- package/dist/assets/oss/images.lock.json +177 -177
- package/dist/assets/starter/distribution.lock.json +60 -269
- package/dist/assets/starter/images.lock.json +147 -147
- package/dist/dev/env-defaults.d.ts +7 -0
- package/dist/dev/env-defaults.d.ts.map +1 -1
- package/dist/dev/env-defaults.js +24 -10
- package/dist/dev/env-defaults.js.map +1 -1
- package/dist/runtime/backing-registration.d.ts +2 -1
- package/dist/runtime/backing-registration.d.ts.map +1 -1
- package/dist/runtime/backing-registration.js +10 -23
- package/dist/runtime/backing-registration.js.map +1 -1
- package/dist/runtime/biome-publish.d.ts +5 -0
- package/dist/runtime/biome-publish.d.ts.map +1 -1
- package/dist/runtime/biome-publish.js +46 -7
- package/dist/runtime/biome-publish.js.map +1 -1
- package/dist/runtime/launch.d.ts.map +1 -1
- package/dist/runtime/launch.js +6 -3
- package/dist/runtime/launch.js.map +1 -1
- package/package.json +4 -3
|
@@ -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": "8afbede1390a3858d06660f23744872109925e0b",
|
|
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",
|
|
@@ -22,10 +22,10 @@
|
|
|
22
22
|
"kind": "host",
|
|
23
23
|
"id": "xema-host-web",
|
|
24
24
|
"imageRef": "ghcr.io/xema-dev/xema-host-web",
|
|
25
|
-
"contentHash": "
|
|
25
|
+
"contentHash": "4c96e850b8336b821b767d2b353745c658ad05f5757d91f0b64e16351483e5ad",
|
|
26
26
|
"repo": "submodules/xema-host-web",
|
|
27
27
|
"path": "submodules/xema-host-web",
|
|
28
|
-
"sourceCommit": "
|
|
28
|
+
"sourceCommit": "e9bcee50b6ac5dde6aeaf0f642f2e988dabb8d3d",
|
|
29
29
|
"sourceManifestHash": "30300d6cf87a55727209e9a9580500aaf9094659a4043481c74b33deb3163005",
|
|
30
30
|
"requiredPlatforms": [
|
|
31
31
|
{
|
|
@@ -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": "5aca473c6258fb500e8de3efa1a1d2ee2ba0c8777c4222a0211f5d1411414f72",
|
|
48
48
|
"repo": "submodules/event-hub-api",
|
|
49
49
|
"path": "submodules/event-hub-api",
|
|
50
|
-
"sourceCommit": "
|
|
50
|
+
"sourceCommit": "e19c759bc761720f64ef54e80f9b08f8d2cb0b37",
|
|
51
51
|
"sourceManifestHash": "2e57d7356ed288b00e35f3ee4aa542cdbb1eb25d94a8fecbc2bda76cedd5f995",
|
|
52
52
|
"requiredPlatforms": [
|
|
53
53
|
{
|
|
@@ -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": "2986131aac8a2a8461fd2dd1a5e291044d0248aac3b9847e6bb53af0fd1b6f5e",
|
|
92
92
|
"repo": "submodules/llm-gateway-api",
|
|
93
93
|
"path": "submodules/llm-gateway-api",
|
|
94
|
-
"sourceCommit": "
|
|
94
|
+
"sourceCommit": "3c94877b103c9360eb708814833355d55b79e8cd",
|
|
95
95
|
"sourceManifestHash": "a862e41a632f3aecf1d6037b842a70ca5be91c996a89a68bd8200068355f43b8",
|
|
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": "7a7e33fc49812b48c4b429e880fc0b7a76f53b542d9a1242a2ea037c7cb497fb",
|
|
114
114
|
"repo": "submodules/secrets-api",
|
|
115
115
|
"path": "submodules/secrets-api",
|
|
116
|
-
"sourceCommit": "
|
|
116
|
+
"sourceCommit": "f6030e5e7dfd7a979079450ab2d40007a0412b5b",
|
|
117
117
|
"sourceManifestHash": "51d6db6fac73a58b167eb7615c371fc75dfdb13a294c22ddb98c18d99df620a7",
|
|
118
118
|
"requiredPlatforms": [
|
|
119
119
|
{
|
|
@@ -132,10 +132,10 @@
|
|
|
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": "71a9fed34dd4102810f3c5b6076dafddf61f4bb29f8dc4da17bc2400ee5125a1",
|
|
136
136
|
"repo": "repos/xema-base",
|
|
137
137
|
"path": "repos/xema-base/biomes/biome-adapter-host",
|
|
138
|
-
"sourceCommit": "
|
|
138
|
+
"sourceCommit": "4613b4ae8a4e11cf7948f743a7a4bef22377cb0e",
|
|
139
139
|
"sourceManifestHash": "cddd250d2e4136c2b438272b98aff8a591556ffed296d57ea4ed7dbb97ae0b9b",
|
|
140
140
|
"requiredPlatforms": [
|
|
141
141
|
{
|
|
@@ -154,10 +154,10 @@
|
|
|
154
154
|
"kind": "runtime-component",
|
|
155
155
|
"id": "opencode-worker",
|
|
156
156
|
"imageRef": "ghcr.io/xema-dev/opencode-worker",
|
|
157
|
-
"contentHash": "
|
|
157
|
+
"contentHash": "96da6a79582a62f04fe4db43522aee543037657317645ff4a69952184d73fcb9",
|
|
158
158
|
"repo": "repos/xema-base",
|
|
159
159
|
"path": "repos/xema-base/biomes/opencode-runtime",
|
|
160
|
-
"sourceCommit": "
|
|
160
|
+
"sourceCommit": "4613b4ae8a4e11cf7948f743a7a4bef22377cb0e",
|
|
161
161
|
"sourceManifestHash": "4b38bba65e002f24e26ef4572ffa0e123da6cb0cdf0cd2fa5b2582e969abeb94",
|
|
162
162
|
"requiredPlatforms": [
|
|
163
163
|
{
|
|
@@ -180,10 +180,10 @@
|
|
|
180
180
|
"kind": "service",
|
|
181
181
|
"id": "activity-feed-api",
|
|
182
182
|
"imageRef": "ghcr.io/xema-dev/activity-feed-api",
|
|
183
|
-
"contentHash": "
|
|
183
|
+
"contentHash": "386bc103d0fa58bd583e3a4c6c2b478e75f40d4cc7181b49d01ddd372f5ffbba",
|
|
184
184
|
"repo": "repos/xema-base",
|
|
185
185
|
"path": "repos/xema-base/biomes/activity-feed",
|
|
186
|
-
"sourceCommit": "
|
|
186
|
+
"sourceCommit": "4613b4ae8a4e11cf7948f743a7a4bef22377cb0e",
|
|
187
187
|
"sourceManifestHash": "cf0b4e2af8d740bab0253fb5e13440b284fb23f2638be48a94dfa06d1ab81a4f",
|
|
188
188
|
"requiredPlatforms": [
|
|
189
189
|
{
|
|
@@ -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": "3a20065c8eb2d7aeaf91ed2f18566db2b8a10d8bd23c7a2d7737f44745708d76",
|
|
206
206
|
"repo": "repos/xema-base",
|
|
207
207
|
"path": "repos/xema-base/biomes/agent-runtime",
|
|
208
|
-
"sourceCommit": "
|
|
209
|
-
"sourceManifestHash": "
|
|
208
|
+
"sourceCommit": "4613b4ae8a4e11cf7948f743a7a4bef22377cb0e",
|
|
209
|
+
"sourceManifestHash": "c9ea40d2bea57d8d1e53a4a3a6c006933ec67b28582de4e53aad65b84c3af267",
|
|
210
210
|
"requiredPlatforms": [
|
|
211
211
|
{
|
|
212
212
|
"os": "linux",
|
|
@@ -224,10 +224,10 @@
|
|
|
224
224
|
"kind": "service",
|
|
225
225
|
"id": "app-forge-api",
|
|
226
226
|
"imageRef": "ghcr.io/xema-dev/app-forge-api",
|
|
227
|
-
"contentHash": "
|
|
227
|
+
"contentHash": "285a0d14770a1f57e625ce29294f05c8717463c4637a73e688d3d49e64dce14b",
|
|
228
228
|
"repo": "repos/xema-cultivars",
|
|
229
229
|
"path": "repos/xema-cultivars/biomes/platform/app-forge",
|
|
230
|
-
"sourceCommit": "
|
|
230
|
+
"sourceCommit": "04a7539968bdb44461172b5fa2a3b8844b277862",
|
|
231
231
|
"sourceManifestHash": "e78c4244316d920b182117aebba8f086fa84b6c76548400a78deef4c8c26c53f",
|
|
232
232
|
"requiredPlatforms": [
|
|
233
233
|
{
|
|
@@ -246,10 +246,10 @@
|
|
|
246
246
|
"kind": "service",
|
|
247
247
|
"id": "app-function-broker",
|
|
248
248
|
"imageRef": "ghcr.io/xema-dev/app-function-broker",
|
|
249
|
-
"contentHash": "
|
|
249
|
+
"contentHash": "563d9d5dfc25c35ab6a73cf8539e771be59c9fc00bf59e91e2836a7439c51297",
|
|
250
250
|
"repo": "repos/xema-cultivars",
|
|
251
251
|
"path": "repos/xema-cultivars/biomes/platform/app-function-broker",
|
|
252
|
-
"sourceCommit": "
|
|
252
|
+
"sourceCommit": "04a7539968bdb44461172b5fa2a3b8844b277862",
|
|
253
253
|
"sourceManifestHash": "a0a9fa7f5904a9dfccdff65e513627df734163bfea0ff8349fe1baed6789e3d5",
|
|
254
254
|
"requiredPlatforms": [
|
|
255
255
|
{
|
|
@@ -268,11 +268,11 @@
|
|
|
268
268
|
"kind": "service",
|
|
269
269
|
"id": "app-function-host",
|
|
270
270
|
"imageRef": "ghcr.io/xema-dev/app-function-host",
|
|
271
|
-
"contentHash": "
|
|
271
|
+
"contentHash": "a83875bf23ac047ff845d2901acd738cff8fbad70259c473e71bf632683abb57",
|
|
272
272
|
"repo": "repos/xema-cultivars",
|
|
273
273
|
"path": "repos/xema-cultivars/biomes/platform/app-function-host",
|
|
274
|
-
"sourceCommit": "
|
|
275
|
-
"sourceManifestHash": "
|
|
274
|
+
"sourceCommit": "04a7539968bdb44461172b5fa2a3b8844b277862",
|
|
275
|
+
"sourceManifestHash": "9b10452ce02ee7e3e2366eee64d0dcc077e7d298fc9cc4ef74c604dd38bd1a45",
|
|
276
276
|
"requiredPlatforms": [
|
|
277
277
|
{
|
|
278
278
|
"os": "linux",
|
|
@@ -290,11 +290,11 @@
|
|
|
290
290
|
"kind": "service",
|
|
291
291
|
"id": "app-platform-api",
|
|
292
292
|
"imageRef": "ghcr.io/xema-dev/app-platform-api",
|
|
293
|
-
"contentHash": "
|
|
293
|
+
"contentHash": "d667952cf1514a86d0e58c598704b568702e1e74566ea2609a425e84c6e2b1fe",
|
|
294
294
|
"repo": "repos/xema-base",
|
|
295
295
|
"path": "repos/xema-base/biomes/app-platform",
|
|
296
|
-
"sourceCommit": "
|
|
297
|
-
"sourceManifestHash": "
|
|
296
|
+
"sourceCommit": "4613b4ae8a4e11cf7948f743a7a4bef22377cb0e",
|
|
297
|
+
"sourceManifestHash": "eb152de2e18e5b883c79659a7a4a382a3eae49802b2f67451407649e78c7795a",
|
|
298
298
|
"requiredPlatforms": [
|
|
299
299
|
{
|
|
300
300
|
"os": "linux",
|
|
@@ -312,11 +312,11 @@
|
|
|
312
312
|
"kind": "service",
|
|
313
313
|
"id": "artifact-store-api",
|
|
314
314
|
"imageRef": "ghcr.io/xema-dev/artifact-store-api",
|
|
315
|
-
"contentHash": "
|
|
315
|
+
"contentHash": "02fea943a48293f24547e63922df1879ce48f84b81e7045231640f0a0eabf05a",
|
|
316
316
|
"repo": "repos/xema-base",
|
|
317
317
|
"path": "repos/xema-base/biomes/agent-runtime",
|
|
318
|
-
"sourceCommit": "
|
|
319
|
-
"sourceManifestHash": "
|
|
318
|
+
"sourceCommit": "4613b4ae8a4e11cf7948f743a7a4bef22377cb0e",
|
|
319
|
+
"sourceManifestHash": "c9ea40d2bea57d8d1e53a4a3a6c006933ec67b28582de4e53aad65b84c3af267",
|
|
320
320
|
"requiredPlatforms": [
|
|
321
321
|
{
|
|
322
322
|
"os": "linux",
|
|
@@ -334,10 +334,10 @@
|
|
|
334
334
|
"kind": "service",
|
|
335
335
|
"id": "audit-log-api",
|
|
336
336
|
"imageRef": "ghcr.io/xema-dev/audit-log-api",
|
|
337
|
-
"contentHash": "
|
|
337
|
+
"contentHash": "df2ea649c24cd0e1c0e799c49ff517b7f842151915e69e7001df91c4b2b3b2ea",
|
|
338
338
|
"repo": "repos/xema-base",
|
|
339
339
|
"path": "repos/xema-base/biomes/audit",
|
|
340
|
-
"sourceCommit": "
|
|
340
|
+
"sourceCommit": "4613b4ae8a4e11cf7948f743a7a4bef22377cb0e",
|
|
341
341
|
"sourceManifestHash": "64c24fbe6a8394eee5ecdb0163bc88c2dd52f1e8bdbc0588810e5502b61f7128",
|
|
342
342
|
"requiredPlatforms": [
|
|
343
343
|
{
|
|
@@ -356,10 +356,10 @@
|
|
|
356
356
|
"kind": "service",
|
|
357
357
|
"id": "authorization-api",
|
|
358
358
|
"imageRef": "ghcr.io/xema-dev/authorization-api",
|
|
359
|
-
"contentHash": "
|
|
359
|
+
"contentHash": "287deddb9cbc1e3a8667f3e85fbf245a275c9c90e3b1e28083dd974ecfd43b7f",
|
|
360
360
|
"repo": "repos/xema-base",
|
|
361
361
|
"path": "repos/xema-base/biomes/authorization",
|
|
362
|
-
"sourceCommit": "
|
|
362
|
+
"sourceCommit": "4613b4ae8a4e11cf7948f743a7a4bef22377cb0e",
|
|
363
363
|
"sourceManifestHash": "3687551f3883d53cba6c201ecb449d4aabb4005a9ccd1eb429732fb497c912d0",
|
|
364
364
|
"requiredPlatforms": [
|
|
365
365
|
{
|
|
@@ -378,10 +378,10 @@
|
|
|
378
378
|
"kind": "service",
|
|
379
379
|
"id": "backlog-api",
|
|
380
380
|
"imageRef": "ghcr.io/xema-dev/backlog-api",
|
|
381
|
-
"contentHash": "
|
|
381
|
+
"contentHash": "dfd61d2e0c0afeb95b795e38450ff61e79a22b6bd0c7c34bab6e23f2ff2c8e9a",
|
|
382
382
|
"repo": "repos/xema-community",
|
|
383
383
|
"path": "repos/xema-community/biomes/backlog",
|
|
384
|
-
"sourceCommit": "
|
|
384
|
+
"sourceCommit": "60b3dc532b40052b748c25a16655f12e09ee3e4a",
|
|
385
385
|
"sourceManifestHash": "5661755e6e3bf66b571375d37664574203df82364241b4734a5fc05f5a8b4d08",
|
|
386
386
|
"requiredPlatforms": [
|
|
387
387
|
{
|
|
@@ -400,10 +400,10 @@
|
|
|
400
400
|
"kind": "service",
|
|
401
401
|
"id": "biome-fetcher-api",
|
|
402
402
|
"imageRef": "ghcr.io/xema-dev/biome-fetcher-api",
|
|
403
|
-
"contentHash": "
|
|
403
|
+
"contentHash": "a1b2b394b48ad5ce6914ee00e8f61784e5324fa50612d0debb3db09de3da6e9a",
|
|
404
404
|
"repo": "repos/xema-base",
|
|
405
405
|
"path": "repos/xema-base/biomes/biome-fetcher",
|
|
406
|
-
"sourceCommit": "
|
|
406
|
+
"sourceCommit": "4613b4ae8a4e11cf7948f743a7a4bef22377cb0e",
|
|
407
407
|
"sourceManifestHash": "aaa2b6daf48f8e1635fc818782a199dd48ae40ed91d4fff2ff7fc1e0bbb33655",
|
|
408
408
|
"requiredPlatforms": [
|
|
409
409
|
{
|
|
@@ -422,11 +422,11 @@
|
|
|
422
422
|
"kind": "service",
|
|
423
423
|
"id": "biome-host-api",
|
|
424
424
|
"imageRef": "ghcr.io/xema-dev/biome-host-api",
|
|
425
|
-
"contentHash": "
|
|
425
|
+
"contentHash": "c101647a40ce1fbcaee0c0a9e37d65f8419c88f82ddfabc13600f199699deb98",
|
|
426
426
|
"repo": "repos/xema-base",
|
|
427
427
|
"path": "repos/xema-base/biomes/biome-host",
|
|
428
|
-
"sourceCommit": "
|
|
429
|
-
"sourceManifestHash": "
|
|
428
|
+
"sourceCommit": "4613b4ae8a4e11cf7948f743a7a4bef22377cb0e",
|
|
429
|
+
"sourceManifestHash": "0a67a684074bf91556c7529959bc40eefca409822cf6252ebb98faad91e6bbfa",
|
|
430
430
|
"requiredPlatforms": [
|
|
431
431
|
{
|
|
432
432
|
"os": "linux",
|
|
@@ -444,10 +444,10 @@
|
|
|
444
444
|
"kind": "service",
|
|
445
445
|
"id": "canopy-api",
|
|
446
446
|
"imageRef": "ghcr.io/xema-dev/canopy-api",
|
|
447
|
-
"contentHash": "
|
|
447
|
+
"contentHash": "43ca2bc009376b3b74d93b547beda7069b8aa54e5f5c1c42992416bfa5bf57a4",
|
|
448
448
|
"repo": "repos/xema-base",
|
|
449
449
|
"path": "repos/xema-base/biomes/canopy",
|
|
450
|
-
"sourceCommit": "
|
|
450
|
+
"sourceCommit": "4613b4ae8a4e11cf7948f743a7a4bef22377cb0e",
|
|
451
451
|
"sourceManifestHash": "b4b85ad9d79bbfcd62e9b58a28853f998a3d2e69115321001e080d117bc02721",
|
|
452
452
|
"requiredPlatforms": [
|
|
453
453
|
{
|
|
@@ -466,10 +466,10 @@
|
|
|
466
466
|
"kind": "service",
|
|
467
467
|
"id": "capability-registry-api",
|
|
468
468
|
"imageRef": "ghcr.io/xema-dev/capability-registry-api",
|
|
469
|
-
"contentHash": "
|
|
469
|
+
"contentHash": "5f89ad85d988cf6dcc171ae273a64eed335e12c02115b20b3b51992a49d109ca",
|
|
470
470
|
"repo": "repos/xema-base",
|
|
471
471
|
"path": "repos/xema-base/biomes/capability-registry",
|
|
472
|
-
"sourceCommit": "
|
|
472
|
+
"sourceCommit": "4613b4ae8a4e11cf7948f743a7a4bef22377cb0e",
|
|
473
473
|
"sourceManifestHash": "22d7b0a4cfd4ce0caba32995b71897b6152a01fb55ca1e3120e6ab02a7ff16ee",
|
|
474
474
|
"requiredPlatforms": [
|
|
475
475
|
{
|
|
@@ -488,10 +488,10 @@
|
|
|
488
488
|
"kind": "service",
|
|
489
489
|
"id": "channel-gateway-api",
|
|
490
490
|
"imageRef": "ghcr.io/xema-dev/channel-gateway-api",
|
|
491
|
-
"contentHash": "
|
|
491
|
+
"contentHash": "83d23ab7cfa10a0e7e6c39d490fa9b00f8b88b36d69ab7890e835af45a715255",
|
|
492
492
|
"repo": "repos/xema-community",
|
|
493
493
|
"path": "repos/xema-community/biomes/conversation-channels",
|
|
494
|
-
"sourceCommit": "
|
|
494
|
+
"sourceCommit": "60b3dc532b40052b748c25a16655f12e09ee3e4a",
|
|
495
495
|
"sourceManifestHash": "118de16bf727ac27e3dcf2273cd835a07e2d35ab58e4d89bf2bf4b325583a789",
|
|
496
496
|
"requiredPlatforms": [
|
|
497
497
|
{
|
|
@@ -510,10 +510,10 @@
|
|
|
510
510
|
"kind": "service",
|
|
511
511
|
"id": "connector-gateway-api",
|
|
512
512
|
"imageRef": "ghcr.io/xema-dev/connector-gateway-api",
|
|
513
|
-
"contentHash": "
|
|
513
|
+
"contentHash": "47e6b11b522a09311c18636ad5eb2d92caaf4653d0714b6fe527478ff6cbfe7f",
|
|
514
514
|
"repo": "repos/xema-base",
|
|
515
515
|
"path": "repos/xema-base/biomes/connector-platform",
|
|
516
|
-
"sourceCommit": "
|
|
516
|
+
"sourceCommit": "4613b4ae8a4e11cf7948f743a7a4bef22377cb0e",
|
|
517
517
|
"sourceManifestHash": "cd53a7f937c3a3e2ce4336c608e6dc5887fb1b30cdb3521b5a8079627376571e",
|
|
518
518
|
"requiredPlatforms": [
|
|
519
519
|
{
|
|
@@ -532,10 +532,10 @@
|
|
|
532
532
|
"kind": "service",
|
|
533
533
|
"id": "container-registry-api",
|
|
534
534
|
"imageRef": "ghcr.io/xema-dev/container-registry-api",
|
|
535
|
-
"contentHash": "
|
|
535
|
+
"contentHash": "d145bcfe86a226fbd20e19f0a029bd7218b1172c00683a6e75673f85a11c0eb1",
|
|
536
536
|
"repo": "repos/xema-base",
|
|
537
537
|
"path": "repos/xema-base/biomes/container-registry",
|
|
538
|
-
"sourceCommit": "
|
|
538
|
+
"sourceCommit": "4613b4ae8a4e11cf7948f743a7a4bef22377cb0e",
|
|
539
539
|
"sourceManifestHash": "d0069f417878418767e547da75d78dd9b18624b93ac49ddd7785aaa611bfd583",
|
|
540
540
|
"requiredPlatforms": [
|
|
541
541
|
{
|
|
@@ -554,10 +554,10 @@
|
|
|
554
554
|
"kind": "service",
|
|
555
555
|
"id": "control-plane-api",
|
|
556
556
|
"imageRef": "ghcr.io/xema-dev/control-plane-api",
|
|
557
|
-
"contentHash": "
|
|
557
|
+
"contentHash": "b326de6cd6e95109c1144a4b03d884f95b70e391dedb9de458ee56fa0c736a3a",
|
|
558
558
|
"repo": "repos/xema-community",
|
|
559
559
|
"path": "repos/xema-community/biomes/control-plane",
|
|
560
|
-
"sourceCommit": "
|
|
560
|
+
"sourceCommit": "60b3dc532b40052b748c25a16655f12e09ee3e4a",
|
|
561
561
|
"sourceManifestHash": "fd2c03b52fae21cce5ba73f746596f05c89da2b36619e2520bf29d596ad3957b",
|
|
562
562
|
"requiredPlatforms": [
|
|
563
563
|
{
|
|
@@ -576,10 +576,10 @@
|
|
|
576
576
|
"kind": "service",
|
|
577
577
|
"id": "credential-broker-api",
|
|
578
578
|
"imageRef": "ghcr.io/xema-dev/credential-broker-api",
|
|
579
|
-
"contentHash": "
|
|
579
|
+
"contentHash": "3c2af4eb7d699a27e1e54a441256cfec03002c05e5724ae928cca8c97923de6b",
|
|
580
580
|
"repo": "repos/xema-base",
|
|
581
581
|
"path": "repos/xema-base/biomes/connector-platform",
|
|
582
|
-
"sourceCommit": "
|
|
582
|
+
"sourceCommit": "4613b4ae8a4e11cf7948f743a7a4bef22377cb0e",
|
|
583
583
|
"sourceManifestHash": "cd53a7f937c3a3e2ce4336c608e6dc5887fb1b30cdb3521b5a8079627376571e",
|
|
584
584
|
"requiredPlatforms": [
|
|
585
585
|
{
|
|
@@ -598,11 +598,11 @@
|
|
|
598
598
|
"kind": "service",
|
|
599
599
|
"id": "decision-api",
|
|
600
600
|
"imageRef": "ghcr.io/xema-dev/decision-api",
|
|
601
|
-
"contentHash": "
|
|
601
|
+
"contentHash": "a26d9bb940e545b61f31dbc78cb1e2350e01ef0a69e5e00fc0e0122990026675",
|
|
602
602
|
"repo": "repos/xema-base",
|
|
603
603
|
"path": "repos/xema-base/biomes/decision",
|
|
604
|
-
"sourceCommit": "
|
|
605
|
-
"sourceManifestHash": "
|
|
604
|
+
"sourceCommit": "4613b4ae8a4e11cf7948f743a7a4bef22377cb0e",
|
|
605
|
+
"sourceManifestHash": "16c93d2a45228bfebe7c421a666252cc67ce52e01ac1c2cdcf3790bc2e3fdeb6",
|
|
606
606
|
"requiredPlatforms": [
|
|
607
607
|
{
|
|
608
608
|
"os": "linux",
|
|
@@ -620,11 +620,11 @@
|
|
|
620
620
|
"kind": "service",
|
|
621
621
|
"id": "deliverable-specs-api",
|
|
622
622
|
"imageRef": "ghcr.io/xema-dev/deliverable-specs-api",
|
|
623
|
-
"contentHash": "
|
|
623
|
+
"contentHash": "16433620417d491606e9e26a468bdc7656ce8167e48c14c095b427c63f0ae3c6",
|
|
624
624
|
"repo": "repos/xema-base",
|
|
625
625
|
"path": "repos/xema-base/biomes/workflow-runtime",
|
|
626
|
-
"sourceCommit": "
|
|
627
|
-
"sourceManifestHash": "
|
|
626
|
+
"sourceCommit": "4613b4ae8a4e11cf7948f743a7a4bef22377cb0e",
|
|
627
|
+
"sourceManifestHash": "c376791358eba667ae78e45162250d0443c8cf40e1a7003244143b2d5d9743b0",
|
|
628
628
|
"requiredPlatforms": [
|
|
629
629
|
{
|
|
630
630
|
"os": "linux",
|
|
@@ -642,10 +642,10 @@
|
|
|
642
642
|
"kind": "service",
|
|
643
643
|
"id": "design-system-builder-api",
|
|
644
644
|
"imageRef": "ghcr.io/xema-dev/design-system-builder-api",
|
|
645
|
-
"contentHash": "
|
|
645
|
+
"contentHash": "747bb8efcfa206962fecda8f112f70bff5236d47eb2ec834c1b76f792d1de8d4",
|
|
646
646
|
"repo": "repos/xema-cultivars",
|
|
647
647
|
"path": "repos/xema-cultivars/biomes/platform/design-system-builder",
|
|
648
|
-
"sourceCommit": "
|
|
648
|
+
"sourceCommit": "04a7539968bdb44461172b5fa2a3b8844b277862",
|
|
649
649
|
"sourceManifestHash": "c38b893d51bb50d22db313151fc3ec19e1459337efe2d66812bbefa09ba79eee",
|
|
650
650
|
"requiredPlatforms": [
|
|
651
651
|
{
|
|
@@ -664,10 +664,10 @@
|
|
|
664
664
|
"kind": "service",
|
|
665
665
|
"id": "docs-api",
|
|
666
666
|
"imageRef": "ghcr.io/xema-dev/docs-api",
|
|
667
|
-
"contentHash": "
|
|
667
|
+
"contentHash": "f637d37edad3a4b46a4e77561535d44d45c4aef938fe1b951a6cf1edd7b84624",
|
|
668
668
|
"repo": "repos/xema-docs",
|
|
669
669
|
"path": "repos/xema-docs",
|
|
670
|
-
"sourceCommit": "
|
|
670
|
+
"sourceCommit": "c4e1da5a49f385a4f6dc491cf6c918bbd11f848a",
|
|
671
671
|
"sourceManifestHash": "10770a77153a2549a3e1af1142e3c52f1125f9b7a178937f1c05f76ce88e7cbc",
|
|
672
672
|
"requiredPlatforms": [
|
|
673
673
|
{
|
|
@@ -686,10 +686,10 @@
|
|
|
686
686
|
"kind": "service",
|
|
687
687
|
"id": "document-render-api",
|
|
688
688
|
"imageRef": "ghcr.io/xema-dev/document-render-api",
|
|
689
|
-
"contentHash": "
|
|
689
|
+
"contentHash": "0d91239bc4ec9264649947c2ca29b9e3fe7dc5f80ed2b04f8765681a682d6bb2",
|
|
690
690
|
"repo": "repos/xema-community",
|
|
691
691
|
"path": "repos/xema-community/biomes/document-rendering",
|
|
692
|
-
"sourceCommit": "
|
|
692
|
+
"sourceCommit": "60b3dc532b40052b748c25a16655f12e09ee3e4a",
|
|
693
693
|
"sourceManifestHash": "f4842cb8b46ad94ec367890c5de4b3697262dba8e68bf5e54e389af9b4138cfe",
|
|
694
694
|
"requiredPlatforms": [
|
|
695
695
|
{
|
|
@@ -708,10 +708,10 @@
|
|
|
708
708
|
"kind": "service",
|
|
709
709
|
"id": "knowledge-base-api",
|
|
710
710
|
"imageRef": "ghcr.io/xema-dev/knowledge-base-api",
|
|
711
|
-
"contentHash": "
|
|
711
|
+
"contentHash": "1b6c66ac044793648e0500e5710250c9029565b536f06c86085500fa9cfefa4c",
|
|
712
712
|
"repo": "repos/xema-base",
|
|
713
713
|
"path": "repos/xema-base/biomes/knowledge-base",
|
|
714
|
-
"sourceCommit": "
|
|
714
|
+
"sourceCommit": "4613b4ae8a4e11cf7948f743a7a4bef22377cb0e",
|
|
715
715
|
"sourceManifestHash": "69e14d6a7030a9ba6d3328b1368adb60ff1d08bbf9916817fa991b28927708d2",
|
|
716
716
|
"requiredPlatforms": [
|
|
717
717
|
{
|
|
@@ -730,11 +730,11 @@
|
|
|
730
730
|
"kind": "service",
|
|
731
731
|
"id": "llm-registry-api",
|
|
732
732
|
"imageRef": "ghcr.io/xema-dev/llm-registry-api",
|
|
733
|
-
"contentHash": "
|
|
733
|
+
"contentHash": "d205d25ddad3e4c76c55087656d62996a35c355ad5b7324fb92299d8100ec7fd",
|
|
734
734
|
"repo": "repos/xema-base",
|
|
735
735
|
"path": "repos/xema-base/biomes/agent-runtime",
|
|
736
|
-
"sourceCommit": "
|
|
737
|
-
"sourceManifestHash": "
|
|
736
|
+
"sourceCommit": "4613b4ae8a4e11cf7948f743a7a4bef22377cb0e",
|
|
737
|
+
"sourceManifestHash": "c9ea40d2bea57d8d1e53a4a3a6c006933ec67b28582de4e53aad65b84c3af267",
|
|
738
738
|
"requiredPlatforms": [
|
|
739
739
|
{
|
|
740
740
|
"os": "linux",
|
|
@@ -752,10 +752,10 @@
|
|
|
752
752
|
"kind": "service",
|
|
753
753
|
"id": "mailops-api",
|
|
754
754
|
"imageRef": "ghcr.io/xema-dev/mailops-api",
|
|
755
|
-
"contentHash": "
|
|
755
|
+
"contentHash": "8f4d2010e45fd830f61e3eb29b6d4233ea72b01d04e1ec4c6eefaa94a21a63d0",
|
|
756
756
|
"repo": "repos/xema-cultivars",
|
|
757
757
|
"path": "repos/xema-cultivars/biomes/platform/mailops",
|
|
758
|
-
"sourceCommit": "
|
|
758
|
+
"sourceCommit": "04a7539968bdb44461172b5fa2a3b8844b277862",
|
|
759
759
|
"sourceManifestHash": "59dd126a854e2e6bded840f7250ac1cc023266a9749bc33d42ad8f548f614640",
|
|
760
760
|
"requiredPlatforms": [
|
|
761
761
|
{
|
|
@@ -774,11 +774,11 @@
|
|
|
774
774
|
"kind": "service",
|
|
775
775
|
"id": "mcp-gateway-api",
|
|
776
776
|
"imageRef": "ghcr.io/xema-dev/mcp-gateway-api",
|
|
777
|
-
"contentHash": "
|
|
777
|
+
"contentHash": "2a859b2199d14d026d33d7657759b3b8fe904928303c9f84627e7ea1a69fe155",
|
|
778
778
|
"repo": "repos/xema-base",
|
|
779
779
|
"path": "repos/xema-base/biomes/mcp-router",
|
|
780
|
-
"sourceCommit": "
|
|
781
|
-
"sourceManifestHash": "
|
|
780
|
+
"sourceCommit": "4613b4ae8a4e11cf7948f743a7a4bef22377cb0e",
|
|
781
|
+
"sourceManifestHash": "bd398a5e3682471cf37d2b68b0bd6e8f3bca3211340976b8635d0ae32e015ed6",
|
|
782
782
|
"requiredPlatforms": [
|
|
783
783
|
{
|
|
784
784
|
"os": "linux",
|
|
@@ -796,10 +796,10 @@
|
|
|
796
796
|
"kind": "service",
|
|
797
797
|
"id": "memory-api",
|
|
798
798
|
"imageRef": "ghcr.io/xema-dev/memory-api",
|
|
799
|
-
"contentHash": "
|
|
799
|
+
"contentHash": "e0d5f0ffeca75be4419688a9b2468c12551b573a5feaba04b7a9c42a3fea2743",
|
|
800
800
|
"repo": "repos/xema-cultivars",
|
|
801
801
|
"path": "repos/xema-cultivars/biomes/platform/memory",
|
|
802
|
-
"sourceCommit": "
|
|
802
|
+
"sourceCommit": "04a7539968bdb44461172b5fa2a3b8844b277862",
|
|
803
803
|
"sourceManifestHash": "e31390fa55fcd6d17cb8fce43d49ea88d457d3d042325e31af92e8821195f165",
|
|
804
804
|
"requiredPlatforms": [
|
|
805
805
|
{
|
|
@@ -818,10 +818,10 @@
|
|
|
818
818
|
"kind": "service",
|
|
819
819
|
"id": "object-registry-api",
|
|
820
820
|
"imageRef": "ghcr.io/xema-dev/object-registry-api",
|
|
821
|
-
"contentHash": "
|
|
821
|
+
"contentHash": "5d38737dacefacbaaced8a7455c370de9375914e559e60e132a53004566b959e",
|
|
822
822
|
"repo": "repos/xema-base",
|
|
823
823
|
"path": "repos/xema-base/biomes/object-registry",
|
|
824
|
-
"sourceCommit": "
|
|
824
|
+
"sourceCommit": "4613b4ae8a4e11cf7948f743a7a4bef22377cb0e",
|
|
825
825
|
"sourceManifestHash": "c1afdc9880ff0d20dada2d77f6fe25d5a443325b20c8e04c7c2db115fc2c3737",
|
|
826
826
|
"requiredPlatforms": [
|
|
827
827
|
{
|
|
@@ -840,11 +840,11 @@
|
|
|
840
840
|
"kind": "service",
|
|
841
841
|
"id": "org-database-pool-api",
|
|
842
842
|
"imageRef": "ghcr.io/xema-dev/org-database-pool-api",
|
|
843
|
-
"contentHash": "
|
|
843
|
+
"contentHash": "77b310352a6c4a468db348566d4137a9bd508f4bd804251372a56b5939e51970",
|
|
844
844
|
"repo": "repos/xema-base",
|
|
845
845
|
"path": "repos/xema-base/biomes/org-database-pool",
|
|
846
|
-
"sourceCommit": "
|
|
847
|
-
"sourceManifestHash": "
|
|
846
|
+
"sourceCommit": "4613b4ae8a4e11cf7948f743a7a4bef22377cb0e",
|
|
847
|
+
"sourceManifestHash": "74c28fb5b621e0485f7159e7c40805ff44257168f917f8c600f9a2c84b9263bd",
|
|
848
848
|
"requiredPlatforms": [
|
|
849
849
|
{
|
|
850
850
|
"os": "linux",
|
|
@@ -862,10 +862,10 @@
|
|
|
862
862
|
"kind": "service",
|
|
863
863
|
"id": "policy-distributor-api",
|
|
864
864
|
"imageRef": "ghcr.io/xema-dev/policy-distributor-api",
|
|
865
|
-
"contentHash": "
|
|
865
|
+
"contentHash": "995e76d8ebad48c4a0625885983b83275cd46247417846ab7bcee3fe2e50e010",
|
|
866
866
|
"repo": "repos/xema-base",
|
|
867
867
|
"path": "repos/xema-base/biomes/policy-distributor",
|
|
868
|
-
"sourceCommit": "
|
|
868
|
+
"sourceCommit": "4613b4ae8a4e11cf7948f743a7a4bef22377cb0e",
|
|
869
869
|
"sourceManifestHash": "d8690db5e476cd357af91e602e42f50c56927ed528b23fc0a67aa70dda1841f8",
|
|
870
870
|
"requiredPlatforms": [
|
|
871
871
|
{
|
|
@@ -884,10 +884,10 @@
|
|
|
884
884
|
"kind": "service",
|
|
885
885
|
"id": "project-registry-api",
|
|
886
886
|
"imageRef": "ghcr.io/xema-dev/project-registry-api",
|
|
887
|
-
"contentHash": "
|
|
887
|
+
"contentHash": "884cad9a668ed819d99a76697979d66226ad34b8c790ddc008b080b0384a4a0e",
|
|
888
888
|
"repo": "repos/xema-base",
|
|
889
889
|
"path": "repos/xema-base/biomes/project-registry",
|
|
890
|
-
"sourceCommit": "
|
|
890
|
+
"sourceCommit": "4613b4ae8a4e11cf7948f743a7a4bef22377cb0e",
|
|
891
891
|
"sourceManifestHash": "874353667623c9660f5e1669a9bac1c8c86c4c24ccb9bac600ba3429b6c6d5bd",
|
|
892
892
|
"requiredPlatforms": [
|
|
893
893
|
{
|
|
@@ -906,11 +906,11 @@
|
|
|
906
906
|
"kind": "service",
|
|
907
907
|
"id": "public-gateway-api",
|
|
908
908
|
"imageRef": "ghcr.io/xema-dev/public-gateway-api",
|
|
909
|
-
"contentHash": "
|
|
909
|
+
"contentHash": "6332e6c20de52e3318dcd55c6bbc165661e6e9ce5d2ae3f9ae2062506d198cbf",
|
|
910
910
|
"repo": "repos/xema-base",
|
|
911
911
|
"path": "repos/xema-base/biomes/public-gateway",
|
|
912
|
-
"sourceCommit": "
|
|
913
|
-
"sourceManifestHash": "
|
|
912
|
+
"sourceCommit": "4613b4ae8a4e11cf7948f743a7a4bef22377cb0e",
|
|
913
|
+
"sourceManifestHash": "745b5c6d3b8cefe6710a4b93ae8430a7249471501d13d0ab188c5fac0f0243f3",
|
|
914
914
|
"requiredPlatforms": [
|
|
915
915
|
{
|
|
916
916
|
"os": "linux",
|
|
@@ -928,10 +928,10 @@
|
|
|
928
928
|
"kind": "service",
|
|
929
929
|
"id": "redis-pool-api",
|
|
930
930
|
"imageRef": "ghcr.io/xema-dev/redis-pool-api",
|
|
931
|
-
"contentHash": "
|
|
931
|
+
"contentHash": "7b5764ccc65ebd264ded95a4070b1a78df25abe1c23a65081d42f91035661653",
|
|
932
932
|
"repo": "repos/xema-base",
|
|
933
933
|
"path": "repos/xema-base/biomes/redis-pool",
|
|
934
|
-
"sourceCommit": "
|
|
934
|
+
"sourceCommit": "4613b4ae8a4e11cf7948f743a7a4bef22377cb0e",
|
|
935
935
|
"sourceManifestHash": "b3602544220af514c79bf40cb535b2aebda4ca54a8c562ee4201ead37f4effaa",
|
|
936
936
|
"requiredPlatforms": [
|
|
937
937
|
{
|
|
@@ -950,11 +950,11 @@
|
|
|
950
950
|
"kind": "service",
|
|
951
951
|
"id": "resource-governance-api",
|
|
952
952
|
"imageRef": "ghcr.io/xema-dev/resource-governance-api",
|
|
953
|
-
"contentHash": "
|
|
953
|
+
"contentHash": "676f2300b0759057c76a174206ef8805480cc8211f353eb28d7cd602a988adba",
|
|
954
954
|
"repo": "repos/xema-base",
|
|
955
955
|
"path": "repos/xema-base/biomes/resource-governance",
|
|
956
|
-
"sourceCommit": "
|
|
957
|
-
"sourceManifestHash": "
|
|
956
|
+
"sourceCommit": "4613b4ae8a4e11cf7948f743a7a4bef22377cb0e",
|
|
957
|
+
"sourceManifestHash": "9acb9151fdba684642aad6166d46f43896d0d122cfaa1f00c4137f5ff4033fad",
|
|
958
958
|
"requiredPlatforms": [
|
|
959
959
|
{
|
|
960
960
|
"os": "linux",
|
|
@@ -972,10 +972,10 @@
|
|
|
972
972
|
"kind": "service",
|
|
973
973
|
"id": "scm-connector-api",
|
|
974
974
|
"imageRef": "ghcr.io/xema-dev/scm-connector-api",
|
|
975
|
-
"contentHash": "
|
|
975
|
+
"contentHash": "ae9349d9ac473d9ea70cf04a631fc0bb3ce305a3475343e5bd326186a764701a",
|
|
976
976
|
"repo": "repos/xema-cultivars",
|
|
977
977
|
"path": "repos/xema-cultivars/biomes/platform/software-dev",
|
|
978
|
-
"sourceCommit": "
|
|
978
|
+
"sourceCommit": "04a7539968bdb44461172b5fa2a3b8844b277862",
|
|
979
979
|
"sourceManifestHash": "89e5709188a1aa897aa856b0b0d578748b9a8dba803fa24e66617251c0642656",
|
|
980
980
|
"requiredPlatforms": [
|
|
981
981
|
{
|
|
@@ -994,10 +994,10 @@
|
|
|
994
994
|
"kind": "service",
|
|
995
995
|
"id": "search-api",
|
|
996
996
|
"imageRef": "ghcr.io/xema-dev/search-api",
|
|
997
|
-
"contentHash": "
|
|
997
|
+
"contentHash": "7ada1eeb4e0e565dc95dad16aa3be2e9860dd89ff50439f64940b137d074b430",
|
|
998
998
|
"repo": "repos/xema-cultivars",
|
|
999
999
|
"path": "repos/xema-cultivars/biomes/platform/search",
|
|
1000
|
-
"sourceCommit": "
|
|
1000
|
+
"sourceCommit": "04a7539968bdb44461172b5fa2a3b8844b277862",
|
|
1001
1001
|
"sourceManifestHash": "b583aae5f356c4dcbedf11dca360fcb8a8af7bd04ccb978f4b03a020966baf06",
|
|
1002
1002
|
"requiredPlatforms": [
|
|
1003
1003
|
{
|
|
@@ -1016,11 +1016,11 @@
|
|
|
1016
1016
|
"kind": "service",
|
|
1017
1017
|
"id": "skill-registry-api",
|
|
1018
1018
|
"imageRef": "ghcr.io/xema-dev/skill-registry-api",
|
|
1019
|
-
"contentHash": "
|
|
1019
|
+
"contentHash": "8fa314a294795320107a0086ae11fdcdb7ddd361e171f45fb6989dc25a89225f",
|
|
1020
1020
|
"repo": "repos/xema-base",
|
|
1021
1021
|
"path": "repos/xema-base/biomes/agent-runtime",
|
|
1022
|
-
"sourceCommit": "
|
|
1023
|
-
"sourceManifestHash": "
|
|
1022
|
+
"sourceCommit": "4613b4ae8a4e11cf7948f743a7a4bef22377cb0e",
|
|
1023
|
+
"sourceManifestHash": "c9ea40d2bea57d8d1e53a4a3a6c006933ec67b28582de4e53aad65b84c3af267",
|
|
1024
1024
|
"requiredPlatforms": [
|
|
1025
1025
|
{
|
|
1026
1026
|
"os": "linux",
|
|
@@ -1038,11 +1038,11 @@
|
|
|
1038
1038
|
"kind": "service",
|
|
1039
1039
|
"id": "space-registry-api",
|
|
1040
1040
|
"imageRef": "ghcr.io/xema-dev/space-registry-api",
|
|
1041
|
-
"contentHash": "
|
|
1041
|
+
"contentHash": "3528762667e649d3aa8d21b06df7eb3444d22ea88bad7d958b9fa6ae0cf9485f",
|
|
1042
1042
|
"repo": "repos/xema-base",
|
|
1043
1043
|
"path": "repos/xema-base/biomes/space-registry",
|
|
1044
|
-
"sourceCommit": "
|
|
1045
|
-
"sourceManifestHash": "
|
|
1044
|
+
"sourceCommit": "4613b4ae8a4e11cf7948f743a7a4bef22377cb0e",
|
|
1045
|
+
"sourceManifestHash": "d67c0d563cad7bffb0d069459052060f4e52635658c45d66e7d3bb9a7d5e1e7d",
|
|
1046
1046
|
"requiredPlatforms": [
|
|
1047
1047
|
{
|
|
1048
1048
|
"os": "linux",
|
|
@@ -1060,11 +1060,11 @@
|
|
|
1060
1060
|
"kind": "service",
|
|
1061
1061
|
"id": "template-registry-api",
|
|
1062
1062
|
"imageRef": "ghcr.io/xema-dev/template-registry-api",
|
|
1063
|
-
"contentHash": "
|
|
1063
|
+
"contentHash": "2aa34e5c69f9c793e95db5a101b6939227cd1c873b89167ad04b68dd7eddcfa6",
|
|
1064
1064
|
"repo": "repos/xema-base",
|
|
1065
1065
|
"path": "repos/xema-base/biomes/template-registry",
|
|
1066
|
-
"sourceCommit": "
|
|
1067
|
-
"sourceManifestHash": "
|
|
1066
|
+
"sourceCommit": "4613b4ae8a4e11cf7948f743a7a4bef22377cb0e",
|
|
1067
|
+
"sourceManifestHash": "f4d6d0c7f96302701f415442d0db06037d71be0965ee5fe4732fbd19dd04cd3b",
|
|
1068
1068
|
"requiredPlatforms": [
|
|
1069
1069
|
{
|
|
1070
1070
|
"os": "linux",
|
|
@@ -1082,10 +1082,10 @@
|
|
|
1082
1082
|
"kind": "service",
|
|
1083
1083
|
"id": "user-hub-api",
|
|
1084
1084
|
"imageRef": "ghcr.io/xema-dev/user-hub-api",
|
|
1085
|
-
"contentHash": "
|
|
1085
|
+
"contentHash": "bcd79ff43b29ae9c82286c1545ac480651b088c40974daf06c019e1256da0053",
|
|
1086
1086
|
"repo": "repos/xema-base",
|
|
1087
1087
|
"path": "repos/xema-base/biomes/user-hub",
|
|
1088
|
-
"sourceCommit": "
|
|
1088
|
+
"sourceCommit": "4613b4ae8a4e11cf7948f743a7a4bef22377cb0e",
|
|
1089
1089
|
"sourceManifestHash": "66f7f1fd7344bda4dace03ada814b899ed823877f6fb30d8e0ea16383c37cb26",
|
|
1090
1090
|
"requiredPlatforms": [
|
|
1091
1091
|
{
|
|
@@ -1104,10 +1104,10 @@
|
|
|
1104
1104
|
"kind": "service",
|
|
1105
1105
|
"id": "web-access-api",
|
|
1106
1106
|
"imageRef": "ghcr.io/xema-dev/web-access-api",
|
|
1107
|
-
"contentHash": "
|
|
1107
|
+
"contentHash": "6d2c4043a4b4f0eab570e873116552e2b1b89d1cc0a058f88ec89d6dde8a749e",
|
|
1108
1108
|
"repo": "repos/xema-base",
|
|
1109
1109
|
"path": "repos/xema-base/biomes/web-access",
|
|
1110
|
-
"sourceCommit": "
|
|
1110
|
+
"sourceCommit": "4613b4ae8a4e11cf7948f743a7a4bef22377cb0e",
|
|
1111
1111
|
"sourceManifestHash": "5d9b6f3b020916b1b8220281a0d2197601df7ae778317f58077bc7ba41d64d3f",
|
|
1112
1112
|
"requiredPlatforms": [
|
|
1113
1113
|
{
|
|
@@ -1126,10 +1126,10 @@
|
|
|
1126
1126
|
"kind": "service",
|
|
1127
1127
|
"id": "webapp-studio-api",
|
|
1128
1128
|
"imageRef": "ghcr.io/xema-dev/webapp-studio-api",
|
|
1129
|
-
"contentHash": "
|
|
1129
|
+
"contentHash": "c35f8747cc83fcc4cf4b864b221e1cd2c43dc0e2881b9e00f39d9a6774fefbfc",
|
|
1130
1130
|
"repo": "repos/xema-cultivars",
|
|
1131
1131
|
"path": "repos/xema-cultivars/biomes/platform/webapp-studio",
|
|
1132
|
-
"sourceCommit": "
|
|
1132
|
+
"sourceCommit": "04a7539968bdb44461172b5fa2a3b8844b277862",
|
|
1133
1133
|
"sourceManifestHash": "3f1b14224ad2598e856b8dd219c07109a07dd736bc4b3c991e3e7bb2ec16c22e",
|
|
1134
1134
|
"requiredPlatforms": [
|
|
1135
1135
|
{
|
|
@@ -1148,11 +1148,11 @@
|
|
|
1148
1148
|
"kind": "service",
|
|
1149
1149
|
"id": "workflow-engine-api",
|
|
1150
1150
|
"imageRef": "ghcr.io/xema-dev/workflow-engine-api",
|
|
1151
|
-
"contentHash": "
|
|
1151
|
+
"contentHash": "01d1c7803d7b552b8d9c23777931d1263115801e6b66710becdde2de41c8e40f",
|
|
1152
1152
|
"repo": "repos/xema-base",
|
|
1153
1153
|
"path": "repos/xema-base/biomes/workflow-runtime",
|
|
1154
|
-
"sourceCommit": "
|
|
1155
|
-
"sourceManifestHash": "
|
|
1154
|
+
"sourceCommit": "4613b4ae8a4e11cf7948f743a7a4bef22377cb0e",
|
|
1155
|
+
"sourceManifestHash": "c376791358eba667ae78e45162250d0443c8cf40e1a7003244143b2d5d9743b0",
|
|
1156
1156
|
"requiredPlatforms": [
|
|
1157
1157
|
{
|
|
1158
1158
|
"os": "linux",
|
|
@@ -1170,11 +1170,11 @@
|
|
|
1170
1170
|
"kind": "service",
|
|
1171
1171
|
"id": "workflow-runtime-worker",
|
|
1172
1172
|
"imageRef": "ghcr.io/xema-dev/workflow-runtime-worker",
|
|
1173
|
-
"contentHash": "
|
|
1173
|
+
"contentHash": "1990684b132e093c3e150a57a2d10d95cf42ba44da2ffec9d7729df6d6823c52",
|
|
1174
1174
|
"repo": "repos/xema-base",
|
|
1175
1175
|
"path": "repos/xema-base/biomes/workflow-runtime",
|
|
1176
|
-
"sourceCommit": "
|
|
1177
|
-
"sourceManifestHash": "
|
|
1176
|
+
"sourceCommit": "4613b4ae8a4e11cf7948f743a7a4bef22377cb0e",
|
|
1177
|
+
"sourceManifestHash": "c376791358eba667ae78e45162250d0443c8cf40e1a7003244143b2d5d9743b0",
|
|
1178
1178
|
"requiredPlatforms": [
|
|
1179
1179
|
{
|
|
1180
1180
|
"os": "linux",
|
|
@@ -1192,11 +1192,11 @@
|
|
|
1192
1192
|
"kind": "service",
|
|
1193
1193
|
"id": "workload-runtime-api",
|
|
1194
1194
|
"imageRef": "ghcr.io/xema-dev/workload-runtime-api",
|
|
1195
|
-
"contentHash": "
|
|
1195
|
+
"contentHash": "d4bbd8b57edec77f3a2989e41eb3a9550cddbf882411bb341cc18b50461b8f4c",
|
|
1196
1196
|
"repo": "repos/xema-base",
|
|
1197
1197
|
"path": "repos/xema-base/biomes/workload-runtime",
|
|
1198
|
-
"sourceCommit": "
|
|
1199
|
-
"sourceManifestHash": "
|
|
1198
|
+
"sourceCommit": "4613b4ae8a4e11cf7948f743a7a4bef22377cb0e",
|
|
1199
|
+
"sourceManifestHash": "1be099aa1afae9a83584c6fe38c0ce0dceb815e794392d1fa16dfb0e3d7786df",
|
|
1200
1200
|
"requiredPlatforms": [
|
|
1201
1201
|
{
|
|
1202
1202
|
"os": "linux",
|
|
@@ -1214,10 +1214,10 @@
|
|
|
1214
1214
|
"kind": "service",
|
|
1215
1215
|
"id": "workspace-git-api",
|
|
1216
1216
|
"imageRef": "ghcr.io/xema-dev/workspace-git-api",
|
|
1217
|
-
"contentHash": "
|
|
1217
|
+
"contentHash": "c80cc251cf267e32d776ac3c7fe33eb66fe308ef00602d0d928669ddf9c56f04",
|
|
1218
1218
|
"repo": "repos/xema-cultivars",
|
|
1219
1219
|
"path": "repos/xema-cultivars/biomes/platform/software-dev",
|
|
1220
|
-
"sourceCommit": "
|
|
1220
|
+
"sourceCommit": "04a7539968bdb44461172b5fa2a3b8844b277862",
|
|
1221
1221
|
"sourceManifestHash": "89e5709188a1aa897aa856b0b0d578748b9a8dba803fa24e66617251c0642656",
|
|
1222
1222
|
"requiredPlatforms": [
|
|
1223
1223
|
{
|
|
@@ -1236,10 +1236,10 @@
|
|
|
1236
1236
|
"kind": "service",
|
|
1237
1237
|
"id": "workspace-materialization-api",
|
|
1238
1238
|
"imageRef": "ghcr.io/xema-dev/workspace-materialization-api",
|
|
1239
|
-
"contentHash": "
|
|
1239
|
+
"contentHash": "1279c65d6893e5032e030d4614b876fb7385a5353ae02e3568590a93d0dc050c",
|
|
1240
1240
|
"repo": "repos/xema-base",
|
|
1241
1241
|
"path": "repos/xema-base/biomes/workspace-proxy",
|
|
1242
|
-
"sourceCommit": "
|
|
1242
|
+
"sourceCommit": "4613b4ae8a4e11cf7948f743a7a4bef22377cb0e",
|
|
1243
1243
|
"sourceManifestHash": "5b1b85d30f33548584e77068e6fea00866286a6aa8ae51191438a06d0ad4cf66",
|
|
1244
1244
|
"requiredPlatforms": [
|
|
1245
1245
|
{
|
|
@@ -1258,10 +1258,10 @@
|
|
|
1258
1258
|
"kind": "service",
|
|
1259
1259
|
"id": "workspace-orchestrator-api",
|
|
1260
1260
|
"imageRef": "ghcr.io/xema-dev/workspace-orchestrator-api",
|
|
1261
|
-
"contentHash": "
|
|
1261
|
+
"contentHash": "69093d6eb40ca27b3d30664a71534ede39023eb45b77d0cb00f29bd8baf8eb12",
|
|
1262
1262
|
"repo": "repos/xema-base",
|
|
1263
1263
|
"path": "repos/xema-base/biomes/workspace-orchestrator",
|
|
1264
|
-
"sourceCommit": "
|
|
1264
|
+
"sourceCommit": "4613b4ae8a4e11cf7948f743a7a4bef22377cb0e",
|
|
1265
1265
|
"sourceManifestHash": "f2aee41b0bd7f68b970a4357154d914fe8f810be4ae2b66bb7876ff2b4600a7a",
|
|
1266
1266
|
"requiredPlatforms": [
|
|
1267
1267
|
{
|
|
@@ -1280,10 +1280,10 @@
|
|
|
1280
1280
|
"kind": "service",
|
|
1281
1281
|
"id": "workspace-storage-pool-api",
|
|
1282
1282
|
"imageRef": "ghcr.io/xema-dev/workspace-storage-pool-api",
|
|
1283
|
-
"contentHash": "
|
|
1283
|
+
"contentHash": "e7f6b3d37c2a3decdceded3b63171d0b1511b249555b91585a4fde95973cce16",
|
|
1284
1284
|
"repo": "repos/xema-base",
|
|
1285
1285
|
"path": "repos/xema-base/biomes/workspace-storage-pool",
|
|
1286
|
-
"sourceCommit": "
|
|
1286
|
+
"sourceCommit": "4613b4ae8a4e11cf7948f743a7a4bef22377cb0e",
|
|
1287
1287
|
"sourceManifestHash": "39b84b086e91ae68d4d1fe1d9c1db8c18477453304e5d7a1bf023273a43a1cdc",
|
|
1288
1288
|
"requiredPlatforms": [
|
|
1289
1289
|
{
|
|
@@ -1302,10 +1302,10 @@
|
|
|
1302
1302
|
"kind": "service",
|
|
1303
1303
|
"id": "xema-biome-runner",
|
|
1304
1304
|
"imageRef": "ghcr.io/xema-dev/xema-biome-runner",
|
|
1305
|
-
"contentHash": "
|
|
1305
|
+
"contentHash": "cb7d11765926390b6da85d49ee30b7804fba244bb350685929dfae7b40bcc2e8",
|
|
1306
1306
|
"repo": "repos/xema-base",
|
|
1307
1307
|
"path": "repos/xema-base/biomes/xema-biome-runner",
|
|
1308
|
-
"sourceCommit": "
|
|
1308
|
+
"sourceCommit": "4613b4ae8a4e11cf7948f743a7a4bef22377cb0e",
|
|
1309
1309
|
"sourceManifestHash": "f7f3fe845ed39d5bebba78ecb11deffd85c71524fb414b9c3bf774df30db0256",
|
|
1310
1310
|
"requiredPlatforms": [
|
|
1311
1311
|
{
|
|
@@ -1324,10 +1324,10 @@
|
|
|
1324
1324
|
"kind": "service",
|
|
1325
1325
|
"id": "xema-capability-router",
|
|
1326
1326
|
"imageRef": "ghcr.io/xema-dev/xema-capability-router",
|
|
1327
|
-
"contentHash": "
|
|
1327
|
+
"contentHash": "91e04aa619daa7ddc272e6254952ba9fd2f2b9527a4451779cb02a36b6a654c9",
|
|
1328
1328
|
"repo": "repos/xema-base",
|
|
1329
1329
|
"path": "repos/xema-base/biomes/xema-capability-router",
|
|
1330
|
-
"sourceCommit": "
|
|
1330
|
+
"sourceCommit": "4613b4ae8a4e11cf7948f743a7a4bef22377cb0e",
|
|
1331
1331
|
"sourceManifestHash": "4ccc5c67859a6576a8e994d6a156bb5a3035c5ae1dedc3708d0f2da101cd564f",
|
|
1332
1332
|
"requiredPlatforms": [
|
|
1333
1333
|
{
|
|
@@ -1346,10 +1346,10 @@
|
|
|
1346
1346
|
"kind": "service",
|
|
1347
1347
|
"id": "xema-kernel-server",
|
|
1348
1348
|
"imageRef": "ghcr.io/xema-dev/xema-kernel-server",
|
|
1349
|
-
"contentHash": "
|
|
1349
|
+
"contentHash": "2ba25424c3f11d95cdf48a5228a8c091a0d481c10a17b008642585a1001a0e11",
|
|
1350
1350
|
"repo": "repos/xema-base",
|
|
1351
1351
|
"path": "repos/xema-base/kernel/xema-kernel-server",
|
|
1352
|
-
"sourceCommit": "
|
|
1352
|
+
"sourceCommit": "4613b4ae8a4e11cf7948f743a7a4bef22377cb0e",
|
|
1353
1353
|
"sourceManifestHash": "d84b71fafcbee7cdfe7f3b329a02578228bb008f4352788786869eaada86fce4",
|
|
1354
1354
|
"requiredPlatforms": [
|
|
1355
1355
|
{
|
|
@@ -1368,10 +1368,10 @@
|
|
|
1368
1368
|
"kind": "service",
|
|
1369
1369
|
"id": "xema-platform-worker",
|
|
1370
1370
|
"imageRef": "ghcr.io/xema-dev/xema-platform-worker",
|
|
1371
|
-
"contentHash": "
|
|
1371
|
+
"contentHash": "029af8461256eb64fa0dcdc77fd786af767a8d5a30c5305de44dec111be0c6c5",
|
|
1372
1372
|
"repo": "repos/xema-base",
|
|
1373
1373
|
"path": "repos/xema-base/biomes/xema-platform-worker",
|
|
1374
|
-
"sourceCommit": "
|
|
1374
|
+
"sourceCommit": "4613b4ae8a4e11cf7948f743a7a4bef22377cb0e",
|
|
1375
1375
|
"sourceManifestHash": "10ec201b06f0a7295aaeb4f5ca8bb0409823226c927dcfdbf9985b7aa9617187",
|
|
1376
1376
|
"requiredPlatforms": [
|
|
1377
1377
|
{
|
|
@@ -1390,10 +1390,10 @@
|
|
|
1390
1390
|
"kind": "service",
|
|
1391
1391
|
"id": "xema-shell-api",
|
|
1392
1392
|
"imageRef": "ghcr.io/xema-dev/xema-shell-api",
|
|
1393
|
-
"contentHash": "
|
|
1393
|
+
"contentHash": "1b5d1342d38a4711a886ee62e2b3f17493b2c55e3bafcba14b71fd2750fa058e",
|
|
1394
1394
|
"repo": "repos/xema-base",
|
|
1395
1395
|
"path": "repos/xema-base/biomes/xema-shell",
|
|
1396
|
-
"sourceCommit": "
|
|
1396
|
+
"sourceCommit": "4613b4ae8a4e11cf7948f743a7a4bef22377cb0e",
|
|
1397
1397
|
"sourceManifestHash": "80d843d3537c281c6241094f6f4c358afffd40d73d92b9672e9e58d5d123e85f",
|
|
1398
1398
|
"requiredPlatforms": [
|
|
1399
1399
|
{
|
|
@@ -1412,10 +1412,10 @@
|
|
|
1412
1412
|
"kind": "service",
|
|
1413
1413
|
"id": "xema-store-api",
|
|
1414
1414
|
"imageRef": "ghcr.io/xema-dev/xema-store-api",
|
|
1415
|
-
"contentHash": "
|
|
1415
|
+
"contentHash": "1ca83bc8d12a78a632205dcebaa9a4ded51a3dc80141cb593b8436b724eaa677",
|
|
1416
1416
|
"repo": "repos/xema-store-api",
|
|
1417
1417
|
"path": "repos/xema-store-api/biomes/xema-store",
|
|
1418
|
-
"sourceCommit": "
|
|
1418
|
+
"sourceCommit": "2491d1672163cc5aae57357f0ff72a4bacd4b7fb",
|
|
1419
1419
|
"sourceManifestHash": "a2cb3e261f98d893cf246ed3b0cea62d076317d66fef8dcb8173fee7fc27a5ec",
|
|
1420
1420
|
"requiredPlatforms": [
|
|
1421
1421
|
{
|
|
@@ -1478,217 +1478,217 @@
|
|
|
1478
1478
|
"biomeId": "activity-web",
|
|
1479
1479
|
"repo": "submodules/xema-host-web",
|
|
1480
1480
|
"path": "submodules/xema-host-web/biomes/system/activity-web",
|
|
1481
|
-
"sourceCommit": "
|
|
1481
|
+
"sourceCommit": "e9bcee50b6ac5dde6aeaf0f642f2e988dabb8d3d",
|
|
1482
1482
|
"sourceManifestHash": "4243795eb988fd49f02f0ddf568d113f490e3dcf35cdcfc8aa1453e4956a685a"
|
|
1483
1483
|
},
|
|
1484
1484
|
{
|
|
1485
1485
|
"biomeId": "agent-studio-web",
|
|
1486
1486
|
"repo": "submodules/xema-host-web",
|
|
1487
1487
|
"path": "submodules/xema-host-web/biomes/platform/agent-studio-web",
|
|
1488
|
-
"sourceCommit": "
|
|
1488
|
+
"sourceCommit": "e9bcee50b6ac5dde6aeaf0f642f2e988dabb8d3d",
|
|
1489
1489
|
"sourceManifestHash": "6660ffd80a32af9914095cc5b9e2a1fa6fc47d4257b381c8835a774717573915"
|
|
1490
1490
|
},
|
|
1491
1491
|
{
|
|
1492
1492
|
"biomeId": "agents-tools-web",
|
|
1493
1493
|
"repo": "submodules/xema-host-web",
|
|
1494
1494
|
"path": "submodules/xema-host-web/biomes/platform/agents-tools-web",
|
|
1495
|
-
"sourceCommit": "
|
|
1495
|
+
"sourceCommit": "e9bcee50b6ac5dde6aeaf0f642f2e988dabb8d3d",
|
|
1496
1496
|
"sourceManifestHash": "97e01874ca07821b2c68e94ed5e32274f5374ff23e1204c8393da5f6f2d801b8"
|
|
1497
1497
|
},
|
|
1498
1498
|
{
|
|
1499
1499
|
"biomeId": "app-forge-web",
|
|
1500
1500
|
"repo": "submodules/xema-host-web",
|
|
1501
1501
|
"path": "submodules/xema-host-web/biomes/platform/app-forge-web",
|
|
1502
|
-
"sourceCommit": "
|
|
1502
|
+
"sourceCommit": "e9bcee50b6ac5dde6aeaf0f642f2e988dabb8d3d",
|
|
1503
1503
|
"sourceManifestHash": "2cc08d23cf5854b05be9a0511d9001b71cc06c848f5cd62cecce41f04779d396"
|
|
1504
1504
|
},
|
|
1505
1505
|
{
|
|
1506
1506
|
"biomeId": "apps-web",
|
|
1507
1507
|
"repo": "submodules/xema-host-web",
|
|
1508
1508
|
"path": "submodules/xema-host-web/biomes/platform/apps-web",
|
|
1509
|
-
"sourceCommit": "
|
|
1509
|
+
"sourceCommit": "e9bcee50b6ac5dde6aeaf0f642f2e988dabb8d3d",
|
|
1510
1510
|
"sourceManifestHash": "473609148f7d8c0c244740bda0811be1b1c4ff1649fc971b861a3df0798877c9"
|
|
1511
1511
|
},
|
|
1512
1512
|
{
|
|
1513
1513
|
"biomeId": "backlog-web",
|
|
1514
1514
|
"repo": "submodules/xema-host-web",
|
|
1515
1515
|
"path": "submodules/xema-host-web/biomes/platform/backlog-web",
|
|
1516
|
-
"sourceCommit": "
|
|
1516
|
+
"sourceCommit": "e9bcee50b6ac5dde6aeaf0f642f2e988dabb8d3d",
|
|
1517
1517
|
"sourceManifestHash": "2467132832030b2b9c47c8a5c2e8d4e8ccc0eccc6993fcfb3f294979bf349910"
|
|
1518
1518
|
},
|
|
1519
1519
|
{
|
|
1520
1520
|
"biomeId": "capabilities-web",
|
|
1521
1521
|
"repo": "submodules/xema-host-web",
|
|
1522
1522
|
"path": "submodules/xema-host-web/biomes/system/capabilities-web",
|
|
1523
|
-
"sourceCommit": "
|
|
1523
|
+
"sourceCommit": "e9bcee50b6ac5dde6aeaf0f642f2e988dabb8d3d",
|
|
1524
1524
|
"sourceManifestHash": "c06afc998c1cfae62cbe2ac659d39078eb1356dd9e40a9f442d2d061903e14ef"
|
|
1525
1525
|
},
|
|
1526
1526
|
{
|
|
1527
1527
|
"biomeId": "concepts-web",
|
|
1528
1528
|
"repo": "submodules/xema-host-web",
|
|
1529
1529
|
"path": "submodules/xema-host-web/biomes/system/concepts-web",
|
|
1530
|
-
"sourceCommit": "
|
|
1530
|
+
"sourceCommit": "e9bcee50b6ac5dde6aeaf0f642f2e988dabb8d3d",
|
|
1531
1531
|
"sourceManifestHash": "a842e01e7b38bf2cdecc46da59699c5dbf5bad9948dac5143367cf9e2c1b4a28"
|
|
1532
1532
|
},
|
|
1533
1533
|
{
|
|
1534
1534
|
"biomeId": "container-registry-web",
|
|
1535
1535
|
"repo": "submodules/xema-host-web",
|
|
1536
1536
|
"path": "submodules/xema-host-web/biomes/system/container-registry-web",
|
|
1537
|
-
"sourceCommit": "
|
|
1537
|
+
"sourceCommit": "e9bcee50b6ac5dde6aeaf0f642f2e988dabb8d3d",
|
|
1538
1538
|
"sourceManifestHash": "33ea1e235dc558a71e49869e01f5acf2301df0d83c924a42a549aa0f0f94c43d"
|
|
1539
1539
|
},
|
|
1540
1540
|
{
|
|
1541
1541
|
"biomeId": "documents-web",
|
|
1542
1542
|
"repo": "submodules/xema-host-web",
|
|
1543
1543
|
"path": "submodules/xema-host-web/biomes/platform/documents-web",
|
|
1544
|
-
"sourceCommit": "
|
|
1544
|
+
"sourceCommit": "e9bcee50b6ac5dde6aeaf0f642f2e988dabb8d3d",
|
|
1545
1545
|
"sourceManifestHash": "54362b6aa64e614306c86c761d3f81ed8bac221cc2d095776fbf4a9fffbce5e0"
|
|
1546
1546
|
},
|
|
1547
1547
|
{
|
|
1548
1548
|
"biomeId": "environments-web",
|
|
1549
1549
|
"repo": "submodules/xema-host-web",
|
|
1550
1550
|
"path": "submodules/xema-host-web/biomes/system/environments-web",
|
|
1551
|
-
"sourceCommit": "
|
|
1551
|
+
"sourceCommit": "e9bcee50b6ac5dde6aeaf0f642f2e988dabb8d3d",
|
|
1552
1552
|
"sourceManifestHash": "cf854b4160465ba5c4e785ab9791d0c85a13f17586a1a3800c95e70839a83080"
|
|
1553
1553
|
},
|
|
1554
1554
|
{
|
|
1555
1555
|
"biomeId": "gateway-routes-web",
|
|
1556
1556
|
"repo": "submodules/xema-host-web",
|
|
1557
1557
|
"path": "submodules/xema-host-web/biomes/system/gateway-routes-web",
|
|
1558
|
-
"sourceCommit": "
|
|
1558
|
+
"sourceCommit": "e9bcee50b6ac5dde6aeaf0f642f2e988dabb8d3d",
|
|
1559
1559
|
"sourceManifestHash": "d7e7e7c89354101e68be8111b8afacb0f5141acfcaf523ef6141e1d2bcfe9cbe"
|
|
1560
1560
|
},
|
|
1561
1561
|
{
|
|
1562
1562
|
"biomeId": "grants-web",
|
|
1563
1563
|
"repo": "submodules/xema-host-web",
|
|
1564
1564
|
"path": "submodules/xema-host-web/biomes/system/grants-web",
|
|
1565
|
-
"sourceCommit": "
|
|
1565
|
+
"sourceCommit": "e9bcee50b6ac5dde6aeaf0f642f2e988dabb8d3d",
|
|
1566
1566
|
"sourceManifestHash": "72d6de134598d129b53ea34c2522fd931dc47fb19ad8115b741eff178b9f8569"
|
|
1567
1567
|
},
|
|
1568
1568
|
{
|
|
1569
1569
|
"biomeId": "inbox-web",
|
|
1570
1570
|
"repo": "submodules/xema-host-web",
|
|
1571
1571
|
"path": "submodules/xema-host-web/biomes/platform/inbox-web",
|
|
1572
|
-
"sourceCommit": "
|
|
1572
|
+
"sourceCommit": "e9bcee50b6ac5dde6aeaf0f642f2e988dabb8d3d",
|
|
1573
1573
|
"sourceManifestHash": "5cbfc1d56a822afd41a8f688e16ff784cfc64ba521c22a868b304fb811db4afa"
|
|
1574
1574
|
},
|
|
1575
1575
|
{
|
|
1576
1576
|
"biomeId": "mailops-web",
|
|
1577
1577
|
"repo": "submodules/xema-host-web",
|
|
1578
1578
|
"path": "submodules/xema-host-web/biomes/system/mailops-web",
|
|
1579
|
-
"sourceCommit": "
|
|
1579
|
+
"sourceCommit": "e9bcee50b6ac5dde6aeaf0f642f2e988dabb8d3d",
|
|
1580
1580
|
"sourceManifestHash": "e71b0fa62af5261eaf1bbc92258f45b17975bd5b98ec204c86e13eb6994020d2"
|
|
1581
1581
|
},
|
|
1582
1582
|
{
|
|
1583
1583
|
"biomeId": "memory-web",
|
|
1584
1584
|
"repo": "submodules/xema-host-web",
|
|
1585
1585
|
"path": "submodules/xema-host-web/biomes/platform/memory-web",
|
|
1586
|
-
"sourceCommit": "
|
|
1586
|
+
"sourceCommit": "e9bcee50b6ac5dde6aeaf0f642f2e988dabb8d3d",
|
|
1587
1587
|
"sourceManifestHash": "f64420ff18eeff4279828d9e85f938cf41d324e98ddef1645549aaf0d6161a62"
|
|
1588
1588
|
},
|
|
1589
1589
|
{
|
|
1590
1590
|
"biomeId": "objects-web",
|
|
1591
1591
|
"repo": "submodules/xema-host-web",
|
|
1592
1592
|
"path": "submodules/xema-host-web/biomes/system/objects-web",
|
|
1593
|
-
"sourceCommit": "
|
|
1593
|
+
"sourceCommit": "e9bcee50b6ac5dde6aeaf0f642f2e988dabb8d3d",
|
|
1594
1594
|
"sourceManifestHash": "23d313f5d5bae4b1864c3ebd2409f6e495b939fad074db83bd4fe30d481caba1"
|
|
1595
1595
|
},
|
|
1596
1596
|
{
|
|
1597
1597
|
"biomeId": "org-databases-web",
|
|
1598
1598
|
"repo": "submodules/xema-host-web",
|
|
1599
1599
|
"path": "submodules/xema-host-web/biomes/platform/org-databases-web",
|
|
1600
|
-
"sourceCommit": "
|
|
1600
|
+
"sourceCommit": "e9bcee50b6ac5dde6aeaf0f642f2e988dabb8d3d",
|
|
1601
1601
|
"sourceManifestHash": "04d7d8632dc022c95f509770f173ce7ce393124bc5533f18b1b54f90cc14fbeb"
|
|
1602
1602
|
},
|
|
1603
1603
|
{
|
|
1604
1604
|
"biomeId": "policies-web",
|
|
1605
1605
|
"repo": "submodules/xema-host-web",
|
|
1606
1606
|
"path": "submodules/xema-host-web/biomes/system/policies-web",
|
|
1607
|
-
"sourceCommit": "
|
|
1607
|
+
"sourceCommit": "e9bcee50b6ac5dde6aeaf0f642f2e988dabb8d3d",
|
|
1608
1608
|
"sourceManifestHash": "720f536934ca9e5a3f138fcdaf05b52416fb6e74548ce74f0c8917a8a5580e5e"
|
|
1609
1609
|
},
|
|
1610
1610
|
{
|
|
1611
1611
|
"biomeId": "project-biomes-web",
|
|
1612
1612
|
"repo": "submodules/xema-host-web",
|
|
1613
1613
|
"path": "submodules/xema-host-web/biomes/platform/project-biomes-web",
|
|
1614
|
-
"sourceCommit": "
|
|
1614
|
+
"sourceCommit": "e9bcee50b6ac5dde6aeaf0f642f2e988dabb8d3d",
|
|
1615
1615
|
"sourceManifestHash": "077f6afc13abb5bebf99e54fae6b0f7906ce09a50fb67c53113c902b04f6a108"
|
|
1616
1616
|
},
|
|
1617
1617
|
{
|
|
1618
1618
|
"biomeId": "runners-web",
|
|
1619
1619
|
"repo": "submodules/xema-host-web",
|
|
1620
1620
|
"path": "submodules/xema-host-web/biomes/system/runners-web",
|
|
1621
|
-
"sourceCommit": "
|
|
1621
|
+
"sourceCommit": "e9bcee50b6ac5dde6aeaf0f642f2e988dabb8d3d",
|
|
1622
1622
|
"sourceManifestHash": "469a04d8a7ff2e8dc55ab05fc4f6b874c46981a987d30393a469541f61b7cda3"
|
|
1623
1623
|
},
|
|
1624
1624
|
{
|
|
1625
1625
|
"biomeId": "search-web",
|
|
1626
1626
|
"repo": "submodules/xema-host-web",
|
|
1627
1627
|
"path": "submodules/xema-host-web/biomes/system/search-web",
|
|
1628
|
-
"sourceCommit": "
|
|
1628
|
+
"sourceCommit": "e9bcee50b6ac5dde6aeaf0f642f2e988dabb8d3d",
|
|
1629
1629
|
"sourceManifestHash": "82c0a04f2ad3e6ba84a85e8d14e6dc4ed65c0581ca7ec168e066ebcf0da07944"
|
|
1630
1630
|
},
|
|
1631
1631
|
{
|
|
1632
1632
|
"biomeId": "service-registry-web",
|
|
1633
1633
|
"repo": "submodules/xema-host-web",
|
|
1634
1634
|
"path": "submodules/xema-host-web/biomes/system/service-registry-web",
|
|
1635
|
-
"sourceCommit": "
|
|
1635
|
+
"sourceCommit": "e9bcee50b6ac5dde6aeaf0f642f2e988dabb8d3d",
|
|
1636
1636
|
"sourceManifestHash": "4e6de6c3d7fb2edd030b9d346833c7ce6e99aff3d2e46e40ef61670abc302839"
|
|
1637
1637
|
},
|
|
1638
1638
|
{
|
|
1639
1639
|
"biomeId": "sessions-web",
|
|
1640
1640
|
"repo": "submodules/xema-host-web",
|
|
1641
1641
|
"path": "submodules/xema-host-web/biomes/platform/sessions-web",
|
|
1642
|
-
"sourceCommit": "
|
|
1642
|
+
"sourceCommit": "e9bcee50b6ac5dde6aeaf0f642f2e988dabb8d3d",
|
|
1643
1643
|
"sourceManifestHash": "5d0d648c6d5c362498a7fe16ce1213b6fc3b161bf7e019d66d96654af0ba59a0"
|
|
1644
1644
|
},
|
|
1645
1645
|
{
|
|
1646
1646
|
"biomeId": "software-dev-web",
|
|
1647
1647
|
"repo": "submodules/xema-host-web",
|
|
1648
1648
|
"path": "submodules/xema-host-web/biomes/platform/software-dev-web",
|
|
1649
|
-
"sourceCommit": "
|
|
1649
|
+
"sourceCommit": "e9bcee50b6ac5dde6aeaf0f642f2e988dabb8d3d",
|
|
1650
1650
|
"sourceManifestHash": "ba11db8deefb141d67bfe882fad594a3cc31100512a7ebb9ab05bfc90a4c7eb3"
|
|
1651
1651
|
},
|
|
1652
1652
|
{
|
|
1653
1653
|
"biomeId": "spaces-web",
|
|
1654
1654
|
"repo": "submodules/xema-host-web",
|
|
1655
1655
|
"path": "submodules/xema-host-web/biomes/system/spaces-web",
|
|
1656
|
-
"sourceCommit": "
|
|
1656
|
+
"sourceCommit": "e9bcee50b6ac5dde6aeaf0f642f2e988dabb8d3d",
|
|
1657
1657
|
"sourceManifestHash": "ca0317b58364d048e70ac47801fa4f74d57f4ddd3647f99e8e1186dbc2581629"
|
|
1658
1658
|
},
|
|
1659
1659
|
{
|
|
1660
1660
|
"biomeId": "studio-web",
|
|
1661
1661
|
"repo": "submodules/xema-host-web",
|
|
1662
1662
|
"path": "submodules/xema-host-web/biomes/platform/studio-web",
|
|
1663
|
-
"sourceCommit": "
|
|
1663
|
+
"sourceCommit": "e9bcee50b6ac5dde6aeaf0f642f2e988dabb8d3d",
|
|
1664
1664
|
"sourceManifestHash": "6a14eab448f12ada1108c7d7ef5a3239cc8e46e8fee09d26671578f2321c6b2c"
|
|
1665
1665
|
},
|
|
1666
1666
|
{
|
|
1667
1667
|
"biomeId": "topology-web",
|
|
1668
1668
|
"repo": "submodules/xema-host-web",
|
|
1669
1669
|
"path": "submodules/xema-host-web/biomes/platform/topology-web",
|
|
1670
|
-
"sourceCommit": "
|
|
1670
|
+
"sourceCommit": "e9bcee50b6ac5dde6aeaf0f642f2e988dabb8d3d",
|
|
1671
1671
|
"sourceManifestHash": "e0031fa2a63170f6e47d4e6da3dd6bc8d39bb0c7d33834192c0dcae4984783a3"
|
|
1672
1672
|
},
|
|
1673
1673
|
{
|
|
1674
1674
|
"biomeId": "user-hub-web",
|
|
1675
1675
|
"repo": "submodules/xema-host-web",
|
|
1676
1676
|
"path": "submodules/xema-host-web/biomes/system/user-hub-web",
|
|
1677
|
-
"sourceCommit": "
|
|
1677
|
+
"sourceCommit": "e9bcee50b6ac5dde6aeaf0f642f2e988dabb8d3d",
|
|
1678
1678
|
"sourceManifestHash": "4162422cfc654ae58368d4825e97857f3a1a7693cc4a09d88059961289c51eda"
|
|
1679
1679
|
},
|
|
1680
1680
|
{
|
|
1681
1681
|
"biomeId": "webapp-studio-web",
|
|
1682
1682
|
"repo": "submodules/xema-host-web",
|
|
1683
1683
|
"path": "submodules/xema-host-web/biomes/platform/webapp-studio-web",
|
|
1684
|
-
"sourceCommit": "
|
|
1684
|
+
"sourceCommit": "e9bcee50b6ac5dde6aeaf0f642f2e988dabb8d3d",
|
|
1685
1685
|
"sourceManifestHash": "062bc6155ea7d9d75f3aadc4f2455e87f7ca1582cd87de726326263d90dccef9"
|
|
1686
1686
|
},
|
|
1687
1687
|
{
|
|
1688
1688
|
"biomeId": "workflows-web",
|
|
1689
1689
|
"repo": "submodules/xema-host-web",
|
|
1690
1690
|
"path": "submodules/xema-host-web/biomes/platform/workflows-web",
|
|
1691
|
-
"sourceCommit": "
|
|
1691
|
+
"sourceCommit": "e9bcee50b6ac5dde6aeaf0f642f2e988dabb8d3d",
|
|
1692
1692
|
"sourceManifestHash": "cfd93e6b1c860a18254d0f7693a50b4bb1f1d528acc10639fce465f1288a3c1c"
|
|
1693
1693
|
}
|
|
1694
1694
|
]
|