@xemahq/xema 0.15.13 → 0.16.1
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 +1830 -702
- package/dist/assets/appliance-base/images.lock.json +272 -313
- package/dist/assets/appliance-lean/distribution.lock.json +1171 -447
- package/dist/assets/appliance-lean/images.lock.json +218 -201
- package/dist/assets/boot-graph.json +30 -11
- package/dist/assets/cloud/distribution.lock.json +1872 -777
- package/dist/assets/cloud/images.lock.json +284 -276
- package/dist/assets/core/distribution.lock.json +1199 -473
- package/dist/assets/core/images.lock.json +218 -196
- package/dist/assets/distribution-assets.manifest.json +30 -30
- package/dist/assets/minimal/distribution.lock.json +1089 -436
- package/dist/assets/minimal/images.lock.json +183 -188
- package/dist/assets/oss/distribution.lock.json +1851 -768
- package/dist/assets/oss/images.lock.json +274 -315
- package/dist/assets/starter/distribution.lock.json +1252 -514
- package/dist/assets/starter/images.lock.json +223 -228
- package/dist/commands/biome.js +1 -1
- package/dist/commands/biome.js.map +1 -1
- package/dist/runtime/biome-dev.d.ts.map +1 -1
- package/dist/runtime/biome-dev.js +0 -5
- package/dist/runtime/biome-dev.js.map +1 -1
- package/dist/runtime/biome-scaffold-manifest.d.ts +3 -8
- package/dist/runtime/biome-scaffold-manifest.d.ts.map +1 -1
- package/dist/runtime/biome-scaffold-manifest.js +2 -9
- package/dist/runtime/biome-scaffold-manifest.js.map +1 -1
- package/dist/runtime/biome-scaffold.d.ts +3 -3
- package/dist/runtime/biome-scaffold.d.ts.map +1 -1
- package/dist/runtime/biome-scaffold.js.map +1 -1
- package/dist/runtime/biome-validate.d.ts.map +1 -1
- package/dist/runtime/biome-validate.js +28 -50
- package/dist/runtime/biome-validate.js.map +1 -1
- package/dist/runtime/distribution/available-biome.d.ts.map +1 -1
- package/dist/runtime/distribution/available-biome.js +80 -14
- package/dist/runtime/distribution/available-biome.js.map +1 -1
- package/dist/runtime/distribution/compose.d.ts.map +1 -1
- package/dist/runtime/distribution/compose.js +2 -9
- package/dist/runtime/distribution/compose.js.map +1 -1
- package/dist/runtime/platform-services.d.ts.map +1 -1
- package/dist/runtime/platform-services.js +2 -2
- package/dist/runtime/platform-services.js.map +1 -1
- package/dist/runtime/sources/manifest-walk.d.ts +1 -0
- package/dist/runtime/sources/manifest-walk.d.ts.map +1 -1
- package/dist/runtime/sources/manifest-walk.js +9 -2
- package/dist/runtime/sources/manifest-walk.js.map +1 -1
- package/dist/runtime/waves.d.ts.map +1 -1
- package/dist/runtime/waves.js.map +1 -1
- package/package.json +5 -9
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 3,
|
|
3
|
-
"sourceHashAlgorithm": "xema-image-input-sha256-
|
|
3
|
+
"sourceHashAlgorithm": "xema-image-input-sha256-v2",
|
|
4
4
|
"distributionId": "cloud",
|
|
5
5
|
"contractAuthority": {
|
|
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": "396435b70220616030df0536c32fedeeeda8784c",
|
|
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": "d45afea00d6431d933428269a97a83238e6b012d67770a8e43736a6cd226702b"
|
|
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": "a4ca86c2a2963486b9ae13a9c82629321a5533b0adc7cc7616764011163b0395",
|
|
26
26
|
"repo": "submodules/xema-host-web",
|
|
27
27
|
"path": "submodules/xema-host-web",
|
|
28
|
-
"sourceCommit": "
|
|
29
|
-
"sourceManifestHash": "
|
|
28
|
+
"sourceCommit": "0c61f431abc8543fe9475535640f339311083966",
|
|
29
|
+
"sourceManifestHash": "30300d6cf87a55727209e9a9580500aaf9094659a4043481c74b33deb3163005",
|
|
30
30
|
"requiredPlatforms": [
|
|
31
31
|
{
|
|
32
32
|
"os": "linux",
|
|
@@ -44,10 +44,10 @@
|
|
|
44
44
|
"kind": "platform",
|
|
45
45
|
"id": "billing-api",
|
|
46
46
|
"imageRef": "ghcr.io/xema-dev/billing-api",
|
|
47
|
-
"contentHash": "
|
|
47
|
+
"contentHash": "6d267d47e8436f1418da6bb65bef60f7572cf9c928651f85b7bef9ac02dfd06a",
|
|
48
48
|
"repo": "submodules/billing-api",
|
|
49
49
|
"path": "submodules/billing-api",
|
|
50
|
-
"sourceCommit": "
|
|
50
|
+
"sourceCommit": "c3cdb18b44f5d100ed959d6ff43170a162346f89",
|
|
51
51
|
"sourceManifestHash": "bffedc40a8eb621172ffc81dbc9e602e92cb0af7d35e704e83622c5bb06eb654",
|
|
52
52
|
"requiredPlatforms": [
|
|
53
53
|
{
|
|
@@ -66,10 +66,10 @@
|
|
|
66
66
|
"kind": "platform",
|
|
67
67
|
"id": "event-hub-api",
|
|
68
68
|
"imageRef": "ghcr.io/xema-dev/event-hub-api",
|
|
69
|
-
"contentHash": "
|
|
69
|
+
"contentHash": "2546934744704089033b5225bc958f08a0bc706926b767360a7744d61285c35f",
|
|
70
70
|
"repo": "submodules/event-hub-api",
|
|
71
71
|
"path": "submodules/event-hub-api",
|
|
72
|
-
"sourceCommit": "
|
|
72
|
+
"sourceCommit": "6bc36b61db3ef7c9384410c1a151dab4dd1bd559",
|
|
73
73
|
"sourceManifestHash": "2e57d7356ed288b00e35f3ee4aa542cdbb1eb25d94a8fecbc2bda76cedd5f995",
|
|
74
74
|
"requiredPlatforms": [
|
|
75
75
|
{
|
|
@@ -88,11 +88,11 @@
|
|
|
88
88
|
"kind": "platform",
|
|
89
89
|
"id": "identity-api",
|
|
90
90
|
"imageRef": "ghcr.io/xema-dev/identity-api",
|
|
91
|
-
"contentHash": "
|
|
91
|
+
"contentHash": "df971c16f39cfcb18c3bb93eac361c90724e3b69d7f7c6ff087621c2337b3fb9",
|
|
92
92
|
"repo": "submodules/identity-api",
|
|
93
93
|
"path": "submodules/identity-api",
|
|
94
|
-
"sourceCommit": "
|
|
95
|
-
"sourceManifestHash": "
|
|
94
|
+
"sourceCommit": "5bca87e39c536159b91c58d4e8a30d8df2f12ca4",
|
|
95
|
+
"sourceManifestHash": "f0acc5e81bb3b00f98e1fde709e9dc24903bdf2ce5bdc6eeec0d5b9338bf5c1b",
|
|
96
96
|
"requiredPlatforms": [
|
|
97
97
|
{
|
|
98
98
|
"os": "linux",
|
|
@@ -110,10 +110,10 @@
|
|
|
110
110
|
"kind": "platform",
|
|
111
111
|
"id": "llm-gateway-api",
|
|
112
112
|
"imageRef": "ghcr.io/xema-dev/llm-gateway-api",
|
|
113
|
-
"contentHash": "
|
|
113
|
+
"contentHash": "245281433c87567c8270b374cd134172ecffefc3e547fdd0d5d9d54769a03970",
|
|
114
114
|
"repo": "submodules/llm-gateway-api",
|
|
115
115
|
"path": "submodules/llm-gateway-api",
|
|
116
|
-
"sourceCommit": "
|
|
116
|
+
"sourceCommit": "83db971a3bc72d5e0d633c8e96215de850dc7359",
|
|
117
117
|
"sourceManifestHash": "a862e41a632f3aecf1d6037b842a70ca5be91c996a89a68bd8200068355f43b8",
|
|
118
118
|
"requiredPlatforms": [
|
|
119
119
|
{
|
|
@@ -132,10 +132,10 @@
|
|
|
132
132
|
"kind": "platform",
|
|
133
133
|
"id": "secrets-api",
|
|
134
134
|
"imageRef": "ghcr.io/xema-dev/secrets-api",
|
|
135
|
-
"contentHash": "
|
|
135
|
+
"contentHash": "c7583169850d56a8dc8d417caee70065e810510232d84f6960db85762e3927fb",
|
|
136
136
|
"repo": "submodules/secrets-api",
|
|
137
137
|
"path": "submodules/secrets-api",
|
|
138
|
-
"sourceCommit": "
|
|
138
|
+
"sourceCommit": "34ae47ba5dad3bf8674eedf63851b0a161d1645b",
|
|
139
139
|
"sourceManifestHash": "51d6db6fac73a58b167eb7615c371fc75dfdb13a294c22ddb98c18d99df620a7",
|
|
140
140
|
"requiredPlatforms": [
|
|
141
141
|
{
|
|
@@ -154,11 +154,11 @@
|
|
|
154
154
|
"kind": "runtime-component",
|
|
155
155
|
"id": "biome-adapter-host",
|
|
156
156
|
"imageRef": "ghcr.io/xema-dev/biome-adapter-host",
|
|
157
|
-
"contentHash": "
|
|
157
|
+
"contentHash": "27c628bb3391a137af75482e7085703aa8b53e185c1d1f66825ff5c6a36de44b",
|
|
158
158
|
"repo": "repos/xema-base",
|
|
159
159
|
"path": "repos/xema-base/biomes/biome-adapter-host",
|
|
160
|
-
"sourceCommit": "
|
|
161
|
-
"sourceManifestHash": "
|
|
160
|
+
"sourceCommit": "b29524fbad5baa50f68005ed266a62c886cce69e",
|
|
161
|
+
"sourceManifestHash": "cddd250d2e4136c2b438272b98aff8a591556ffed296d57ea4ed7dbb97ae0b9b",
|
|
162
162
|
"requiredPlatforms": [
|
|
163
163
|
{
|
|
164
164
|
"os": "linux",
|
|
@@ -176,11 +176,11 @@
|
|
|
176
176
|
"kind": "runtime-component",
|
|
177
177
|
"id": "opencode-worker",
|
|
178
178
|
"imageRef": "ghcr.io/xema-dev/opencode-worker",
|
|
179
|
-
"contentHash": "
|
|
179
|
+
"contentHash": "da0bde4822203280212845b07db42e627c4afd3d968cc96494352985c78ca76b",
|
|
180
180
|
"repo": "repos/xema-base",
|
|
181
181
|
"path": "repos/xema-base/biomes/opencode-runtime",
|
|
182
|
-
"sourceCommit": "
|
|
183
|
-
"sourceManifestHash": "
|
|
182
|
+
"sourceCommit": "b29524fbad5baa50f68005ed266a62c886cce69e",
|
|
183
|
+
"sourceManifestHash": "4b38bba65e002f24e26ef4572ffa0e123da6cb0cdf0cd2fa5b2582e969abeb94",
|
|
184
184
|
"requiredPlatforms": [
|
|
185
185
|
{
|
|
186
186
|
"os": "linux",
|
|
@@ -202,11 +202,11 @@
|
|
|
202
202
|
"kind": "service",
|
|
203
203
|
"id": "activity-feed-api",
|
|
204
204
|
"imageRef": "ghcr.io/xema-dev/activity-feed-api",
|
|
205
|
-
"contentHash": "
|
|
205
|
+
"contentHash": "d5301b744d7e7e5f89f878ab43e891d6ca9fe04872c5f37a18578195474e4421",
|
|
206
206
|
"repo": "repos/xema-base",
|
|
207
207
|
"path": "repos/xema-base/biomes/activity-feed",
|
|
208
|
-
"sourceCommit": "
|
|
209
|
-
"sourceManifestHash": "
|
|
208
|
+
"sourceCommit": "b29524fbad5baa50f68005ed266a62c886cce69e",
|
|
209
|
+
"sourceManifestHash": "cf0b4e2af8d740bab0253fb5e13440b284fb23f2638be48a94dfa06d1ab81a4f",
|
|
210
210
|
"requiredPlatforms": [
|
|
211
211
|
{
|
|
212
212
|
"os": "linux",
|
|
@@ -224,11 +224,11 @@
|
|
|
224
224
|
"kind": "service",
|
|
225
225
|
"id": "agent-session-api",
|
|
226
226
|
"imageRef": "ghcr.io/xema-dev/agent-session-api",
|
|
227
|
-
"contentHash": "
|
|
227
|
+
"contentHash": "26e2bb4807a08de2b1857f1187c256aad57ac8f7b7f9454d7b7e82d68f13221b",
|
|
228
228
|
"repo": "repos/xema-base",
|
|
229
229
|
"path": "repos/xema-base/biomes/agent-runtime",
|
|
230
|
-
"sourceCommit": "
|
|
231
|
-
"sourceManifestHash": "
|
|
230
|
+
"sourceCommit": "b29524fbad5baa50f68005ed266a62c886cce69e",
|
|
231
|
+
"sourceManifestHash": "5336acb3131601e721d6d54626c70d1cbbb8f424803f43e974a8ced764a9ffe9",
|
|
232
232
|
"requiredPlatforms": [
|
|
233
233
|
{
|
|
234
234
|
"os": "linux",
|
|
@@ -246,11 +246,11 @@
|
|
|
246
246
|
"kind": "service",
|
|
247
247
|
"id": "app-forge-api",
|
|
248
248
|
"imageRef": "ghcr.io/xema-dev/app-forge-api",
|
|
249
|
-
"contentHash": "
|
|
249
|
+
"contentHash": "a8f69c3157927440e8c1b3ce6a7f07dea7c8ad0d82f5b7521f1a1353e86aebca",
|
|
250
250
|
"repo": "repos/xema-cultivars",
|
|
251
251
|
"path": "repos/xema-cultivars/biomes/platform/app-forge",
|
|
252
|
-
"sourceCommit": "
|
|
253
|
-
"sourceManifestHash": "
|
|
252
|
+
"sourceCommit": "9b5a488e5203641bce910ea85bcaddbac482c9ac",
|
|
253
|
+
"sourceManifestHash": "e78c4244316d920b182117aebba8f086fa84b6c76548400a78deef4c8c26c53f",
|
|
254
254
|
"requiredPlatforms": [
|
|
255
255
|
{
|
|
256
256
|
"os": "linux",
|
|
@@ -268,11 +268,11 @@
|
|
|
268
268
|
"kind": "service",
|
|
269
269
|
"id": "app-function-broker",
|
|
270
270
|
"imageRef": "ghcr.io/xema-dev/app-function-broker",
|
|
271
|
-
"contentHash": "
|
|
271
|
+
"contentHash": "7791f8450813388c1f4f55b02b51291fc1f5f41b7bf815e0eb5fccc499e3703f",
|
|
272
272
|
"repo": "repos/xema-cultivars",
|
|
273
273
|
"path": "repos/xema-cultivars/biomes/platform/app-function-broker",
|
|
274
|
-
"sourceCommit": "
|
|
275
|
-
"sourceManifestHash": "
|
|
274
|
+
"sourceCommit": "9b5a488e5203641bce910ea85bcaddbac482c9ac",
|
|
275
|
+
"sourceManifestHash": "a0a9fa7f5904a9dfccdff65e513627df734163bfea0ff8349fe1baed6789e3d5",
|
|
276
276
|
"requiredPlatforms": [
|
|
277
277
|
{
|
|
278
278
|
"os": "linux",
|
|
@@ -290,11 +290,11 @@
|
|
|
290
290
|
"kind": "service",
|
|
291
291
|
"id": "app-function-host",
|
|
292
292
|
"imageRef": "ghcr.io/xema-dev/app-function-host",
|
|
293
|
-
"contentHash": "
|
|
293
|
+
"contentHash": "53aab72ede4c580e2c57fbbaa14808601dea842c0f60694375574bf367a1c2f6",
|
|
294
294
|
"repo": "repos/xema-cultivars",
|
|
295
295
|
"path": "repos/xema-cultivars/biomes/platform/app-function-host",
|
|
296
|
-
"sourceCommit": "
|
|
297
|
-
"sourceManifestHash": "
|
|
296
|
+
"sourceCommit": "9b5a488e5203641bce910ea85bcaddbac482c9ac",
|
|
297
|
+
"sourceManifestHash": "e7645a6ca9819b09d60e51e182b2b6f03b89a1ab9f57a3f09d7b27e19ddc45ba",
|
|
298
298
|
"requiredPlatforms": [
|
|
299
299
|
{
|
|
300
300
|
"os": "linux",
|
|
@@ -312,11 +312,11 @@
|
|
|
312
312
|
"kind": "service",
|
|
313
313
|
"id": "app-platform-api",
|
|
314
314
|
"imageRef": "ghcr.io/xema-dev/app-platform-api",
|
|
315
|
-
"contentHash": "
|
|
315
|
+
"contentHash": "80656791003b89e3d807bf8852ff40f148a397cf50055c988a7f78317e253333",
|
|
316
316
|
"repo": "repos/xema-base",
|
|
317
317
|
"path": "repos/xema-base/biomes/app-platform",
|
|
318
|
-
"sourceCommit": "
|
|
319
|
-
"sourceManifestHash": "
|
|
318
|
+
"sourceCommit": "b29524fbad5baa50f68005ed266a62c886cce69e",
|
|
319
|
+
"sourceManifestHash": "acb627746ce17b7b9753a13e5007841f95d1f29651e47a747ed7599dd17aa2b9",
|
|
320
320
|
"requiredPlatforms": [
|
|
321
321
|
{
|
|
322
322
|
"os": "linux",
|
|
@@ -334,11 +334,11 @@
|
|
|
334
334
|
"kind": "service",
|
|
335
335
|
"id": "artifact-store-api",
|
|
336
336
|
"imageRef": "ghcr.io/xema-dev/artifact-store-api",
|
|
337
|
-
"contentHash": "
|
|
337
|
+
"contentHash": "29338637eca69d72e8c8a79fb15267d7b99d697f2a40e01c420cc69836ec4032",
|
|
338
338
|
"repo": "repos/xema-base",
|
|
339
339
|
"path": "repos/xema-base/biomes/agent-runtime",
|
|
340
|
-
"sourceCommit": "
|
|
341
|
-
"sourceManifestHash": "
|
|
340
|
+
"sourceCommit": "b29524fbad5baa50f68005ed266a62c886cce69e",
|
|
341
|
+
"sourceManifestHash": "5336acb3131601e721d6d54626c70d1cbbb8f424803f43e974a8ced764a9ffe9",
|
|
342
342
|
"requiredPlatforms": [
|
|
343
343
|
{
|
|
344
344
|
"os": "linux",
|
|
@@ -356,11 +356,11 @@
|
|
|
356
356
|
"kind": "service",
|
|
357
357
|
"id": "audit-log-api",
|
|
358
358
|
"imageRef": "ghcr.io/xema-dev/audit-log-api",
|
|
359
|
-
"contentHash": "
|
|
359
|
+
"contentHash": "b03cd5e78375b1cd7cccd2e6ff342d923753a9f0330ba5c292d57b47defda473",
|
|
360
360
|
"repo": "repos/xema-base",
|
|
361
361
|
"path": "repos/xema-base/biomes/audit",
|
|
362
|
-
"sourceCommit": "
|
|
363
|
-
"sourceManifestHash": "
|
|
362
|
+
"sourceCommit": "b29524fbad5baa50f68005ed266a62c886cce69e",
|
|
363
|
+
"sourceManifestHash": "64c24fbe6a8394eee5ecdb0163bc88c2dd52f1e8bdbc0588810e5502b61f7128",
|
|
364
364
|
"requiredPlatforms": [
|
|
365
365
|
{
|
|
366
366
|
"os": "linux",
|
|
@@ -378,11 +378,11 @@
|
|
|
378
378
|
"kind": "service",
|
|
379
379
|
"id": "authorization-api",
|
|
380
380
|
"imageRef": "ghcr.io/xema-dev/authorization-api",
|
|
381
|
-
"contentHash": "
|
|
381
|
+
"contentHash": "f25be539d0d03041321fb42cfbd31b9ebce13d438faf6f54181fed8ff1011dd4",
|
|
382
382
|
"repo": "repos/xema-base",
|
|
383
383
|
"path": "repos/xema-base/biomes/authorization",
|
|
384
|
-
"sourceCommit": "
|
|
385
|
-
"sourceManifestHash": "
|
|
384
|
+
"sourceCommit": "b29524fbad5baa50f68005ed266a62c886cce69e",
|
|
385
|
+
"sourceManifestHash": "3687551f3883d53cba6c201ecb449d4aabb4005a9ccd1eb429732fb497c912d0",
|
|
386
386
|
"requiredPlatforms": [
|
|
387
387
|
{
|
|
388
388
|
"os": "linux",
|
|
@@ -400,11 +400,11 @@
|
|
|
400
400
|
"kind": "service",
|
|
401
401
|
"id": "backlog-api",
|
|
402
402
|
"imageRef": "ghcr.io/xema-dev/backlog-api",
|
|
403
|
-
"contentHash": "
|
|
403
|
+
"contentHash": "d3a48632fe89874e621541fb812e378ce504e0f6ff97b7ba4d26490991e857af",
|
|
404
404
|
"repo": "repos/xema-community",
|
|
405
405
|
"path": "repos/xema-community/biomes/backlog",
|
|
406
|
-
"sourceCommit": "
|
|
407
|
-
"sourceManifestHash": "
|
|
406
|
+
"sourceCommit": "043fe0b5cb2f618eb2425272647cd138671c4809",
|
|
407
|
+
"sourceManifestHash": "5661755e6e3bf66b571375d37664574203df82364241b4734a5fc05f5a8b4d08",
|
|
408
408
|
"requiredPlatforms": [
|
|
409
409
|
{
|
|
410
410
|
"os": "linux",
|
|
@@ -422,11 +422,11 @@
|
|
|
422
422
|
"kind": "service",
|
|
423
423
|
"id": "biome-fetcher-api",
|
|
424
424
|
"imageRef": "ghcr.io/xema-dev/biome-fetcher-api",
|
|
425
|
-
"contentHash": "
|
|
425
|
+
"contentHash": "33a73429ab08da9a8b1ec3bfdc00e4e04016f16f8502cb18610aec11924c56c1",
|
|
426
426
|
"repo": "repos/xema-base",
|
|
427
427
|
"path": "repos/xema-base/biomes/biome-fetcher",
|
|
428
|
-
"sourceCommit": "
|
|
429
|
-
"sourceManifestHash": "
|
|
428
|
+
"sourceCommit": "b29524fbad5baa50f68005ed266a62c886cce69e",
|
|
429
|
+
"sourceManifestHash": "aaa2b6daf48f8e1635fc818782a199dd48ae40ed91d4fff2ff7fc1e0bbb33655",
|
|
430
430
|
"requiredPlatforms": [
|
|
431
431
|
{
|
|
432
432
|
"os": "linux",
|
|
@@ -444,11 +444,11 @@
|
|
|
444
444
|
"kind": "service",
|
|
445
445
|
"id": "biome-host-api",
|
|
446
446
|
"imageRef": "ghcr.io/xema-dev/biome-host-api",
|
|
447
|
-
"contentHash": "
|
|
447
|
+
"contentHash": "01cdf732cc289ba424f28e6f26b2cbffe254203619d5c224a7354d1392253c56",
|
|
448
448
|
"repo": "repos/xema-base",
|
|
449
449
|
"path": "repos/xema-base/biomes/biome-host",
|
|
450
|
-
"sourceCommit": "
|
|
451
|
-
"sourceManifestHash": "
|
|
450
|
+
"sourceCommit": "b29524fbad5baa50f68005ed266a62c886cce69e",
|
|
451
|
+
"sourceManifestHash": "8183c2181ec479bbd2c1d68abb3574a2ec2c6b50926dcbb200ecb5d9eb256671",
|
|
452
452
|
"requiredPlatforms": [
|
|
453
453
|
{
|
|
454
454
|
"os": "linux",
|
|
@@ -466,11 +466,11 @@
|
|
|
466
466
|
"kind": "service",
|
|
467
467
|
"id": "canopy-api",
|
|
468
468
|
"imageRef": "ghcr.io/xema-dev/canopy-api",
|
|
469
|
-
"contentHash": "
|
|
469
|
+
"contentHash": "c69677d1c0ed6802f61ba3a2cdb6252ccda0c068eff36ef26522434d6fef3257",
|
|
470
470
|
"repo": "repos/xema-base",
|
|
471
471
|
"path": "repos/xema-base/biomes/canopy",
|
|
472
|
-
"sourceCommit": "
|
|
473
|
-
"sourceManifestHash": "
|
|
472
|
+
"sourceCommit": "b29524fbad5baa50f68005ed266a62c886cce69e",
|
|
473
|
+
"sourceManifestHash": "b4b85ad9d79bbfcd62e9b58a28853f998a3d2e69115321001e080d117bc02721",
|
|
474
474
|
"requiredPlatforms": [
|
|
475
475
|
{
|
|
476
476
|
"os": "linux",
|
|
@@ -488,11 +488,11 @@
|
|
|
488
488
|
"kind": "service",
|
|
489
489
|
"id": "capability-registry-api",
|
|
490
490
|
"imageRef": "ghcr.io/xema-dev/capability-registry-api",
|
|
491
|
-
"contentHash": "
|
|
491
|
+
"contentHash": "8340f34be2ad7208288d6ab7fc201cac31b604ad7dbdf44485e9029e43ab58de",
|
|
492
492
|
"repo": "repos/xema-base",
|
|
493
493
|
"path": "repos/xema-base/biomes/capability-registry",
|
|
494
|
-
"sourceCommit": "
|
|
495
|
-
"sourceManifestHash": "
|
|
494
|
+
"sourceCommit": "b29524fbad5baa50f68005ed266a62c886cce69e",
|
|
495
|
+
"sourceManifestHash": "22d7b0a4cfd4ce0caba32995b71897b6152a01fb55ca1e3120e6ab02a7ff16ee",
|
|
496
496
|
"requiredPlatforms": [
|
|
497
497
|
{
|
|
498
498
|
"os": "linux",
|
|
@@ -510,11 +510,11 @@
|
|
|
510
510
|
"kind": "service",
|
|
511
511
|
"id": "channel-gateway-api",
|
|
512
512
|
"imageRef": "ghcr.io/xema-dev/channel-gateway-api",
|
|
513
|
-
"contentHash": "
|
|
513
|
+
"contentHash": "abd7dea1d860195564ea5e9f62569bcf26939a5a5c322f72153f819183dbe3f0",
|
|
514
514
|
"repo": "repos/xema-community",
|
|
515
515
|
"path": "repos/xema-community/biomes/conversation-channels",
|
|
516
|
-
"sourceCommit": "
|
|
517
|
-
"sourceManifestHash": "
|
|
516
|
+
"sourceCommit": "043fe0b5cb2f618eb2425272647cd138671c4809",
|
|
517
|
+
"sourceManifestHash": "118de16bf727ac27e3dcf2273cd835a07e2d35ab58e4d89bf2bf4b325583a789",
|
|
518
518
|
"requiredPlatforms": [
|
|
519
519
|
{
|
|
520
520
|
"os": "linux",
|
|
@@ -532,11 +532,11 @@
|
|
|
532
532
|
"kind": "service",
|
|
533
533
|
"id": "connector-gateway-api",
|
|
534
534
|
"imageRef": "ghcr.io/xema-dev/connector-gateway-api",
|
|
535
|
-
"contentHash": "
|
|
535
|
+
"contentHash": "a5fe0d59939bf433e953bf9de121f7dc611ea4777a684c12864678fc887b1a1b",
|
|
536
536
|
"repo": "repos/xema-base",
|
|
537
537
|
"path": "repos/xema-base/biomes/connector-platform",
|
|
538
|
-
"sourceCommit": "
|
|
539
|
-
"sourceManifestHash": "
|
|
538
|
+
"sourceCommit": "b29524fbad5baa50f68005ed266a62c886cce69e",
|
|
539
|
+
"sourceManifestHash": "cd53a7f937c3a3e2ce4336c608e6dc5887fb1b30cdb3521b5a8079627376571e",
|
|
540
540
|
"requiredPlatforms": [
|
|
541
541
|
{
|
|
542
542
|
"os": "linux",
|
|
@@ -554,11 +554,11 @@
|
|
|
554
554
|
"kind": "service",
|
|
555
555
|
"id": "container-registry-api",
|
|
556
556
|
"imageRef": "ghcr.io/xema-dev/container-registry-api",
|
|
557
|
-
"contentHash": "
|
|
557
|
+
"contentHash": "2e002e331435a3a53382fa93d5f563fe65a0ce009c105d642a0c223b7d076516",
|
|
558
558
|
"repo": "repos/xema-base",
|
|
559
559
|
"path": "repos/xema-base/biomes/container-registry",
|
|
560
|
-
"sourceCommit": "
|
|
561
|
-
"sourceManifestHash": "
|
|
560
|
+
"sourceCommit": "b29524fbad5baa50f68005ed266a62c886cce69e",
|
|
561
|
+
"sourceManifestHash": "d0069f417878418767e547da75d78dd9b18624b93ac49ddd7785aaa611bfd583",
|
|
562
562
|
"requiredPlatforms": [
|
|
563
563
|
{
|
|
564
564
|
"os": "linux",
|
|
@@ -576,11 +576,11 @@
|
|
|
576
576
|
"kind": "service",
|
|
577
577
|
"id": "control-plane-api",
|
|
578
578
|
"imageRef": "ghcr.io/xema-dev/control-plane-api",
|
|
579
|
-
"contentHash": "
|
|
579
|
+
"contentHash": "bbbd0520ad5a7048f09e68252b3a34b9305451f97a7dafe44dd4633207a34b17",
|
|
580
580
|
"repo": "repos/xema-community",
|
|
581
581
|
"path": "repos/xema-community/biomes/control-plane",
|
|
582
|
-
"sourceCommit": "
|
|
583
|
-
"sourceManifestHash": "
|
|
582
|
+
"sourceCommit": "043fe0b5cb2f618eb2425272647cd138671c4809",
|
|
583
|
+
"sourceManifestHash": "fd2c03b52fae21cce5ba73f746596f05c89da2b36619e2520bf29d596ad3957b",
|
|
584
584
|
"requiredPlatforms": [
|
|
585
585
|
{
|
|
586
586
|
"os": "linux",
|
|
@@ -598,11 +598,11 @@
|
|
|
598
598
|
"kind": "service",
|
|
599
599
|
"id": "credential-broker-api",
|
|
600
600
|
"imageRef": "ghcr.io/xema-dev/credential-broker-api",
|
|
601
|
-
"contentHash": "
|
|
601
|
+
"contentHash": "aa2e2e57dd4d268b2b3701902e63796bb7742dea36e7917e61e62210e030a2c9",
|
|
602
602
|
"repo": "repos/xema-base",
|
|
603
603
|
"path": "repos/xema-base/biomes/connector-platform",
|
|
604
|
-
"sourceCommit": "
|
|
605
|
-
"sourceManifestHash": "
|
|
604
|
+
"sourceCommit": "b29524fbad5baa50f68005ed266a62c886cce69e",
|
|
605
|
+
"sourceManifestHash": "cd53a7f937c3a3e2ce4336c608e6dc5887fb1b30cdb3521b5a8079627376571e",
|
|
606
606
|
"requiredPlatforms": [
|
|
607
607
|
{
|
|
608
608
|
"os": "linux",
|
|
@@ -620,11 +620,11 @@
|
|
|
620
620
|
"kind": "service",
|
|
621
621
|
"id": "decision-api",
|
|
622
622
|
"imageRef": "ghcr.io/xema-dev/decision-api",
|
|
623
|
-
"contentHash": "
|
|
623
|
+
"contentHash": "8af52b54188df0ad063684f20ce26a7850a7cdf00d0646fe1831eb0affaf422b",
|
|
624
624
|
"repo": "repos/xema-base",
|
|
625
625
|
"path": "repos/xema-base/biomes/decision",
|
|
626
|
-
"sourceCommit": "
|
|
627
|
-
"sourceManifestHash": "
|
|
626
|
+
"sourceCommit": "b29524fbad5baa50f68005ed266a62c886cce69e",
|
|
627
|
+
"sourceManifestHash": "1e3912bdd71f7a9753e7027773c45d107b35a1dacb6708547c042bb4c5cc0ed1",
|
|
628
628
|
"requiredPlatforms": [
|
|
629
629
|
{
|
|
630
630
|
"os": "linux",
|
|
@@ -642,11 +642,11 @@
|
|
|
642
642
|
"kind": "service",
|
|
643
643
|
"id": "deliverable-specs-api",
|
|
644
644
|
"imageRef": "ghcr.io/xema-dev/deliverable-specs-api",
|
|
645
|
-
"contentHash": "
|
|
645
|
+
"contentHash": "67b11db7bb332327f57fb67060ae35b048ba4da782dce03f0ca88c1156239611",
|
|
646
646
|
"repo": "repos/xema-base",
|
|
647
647
|
"path": "repos/xema-base/biomes/workflow-runtime",
|
|
648
|
-
"sourceCommit": "
|
|
649
|
-
"sourceManifestHash": "
|
|
648
|
+
"sourceCommit": "b29524fbad5baa50f68005ed266a62c886cce69e",
|
|
649
|
+
"sourceManifestHash": "f7d826adb9e76e1e71a68868b1e1e0615a467c9d1661b1af767541b9a978dd00",
|
|
650
650
|
"requiredPlatforms": [
|
|
651
651
|
{
|
|
652
652
|
"os": "linux",
|
|
@@ -664,11 +664,11 @@
|
|
|
664
664
|
"kind": "service",
|
|
665
665
|
"id": "design-system-builder-api",
|
|
666
666
|
"imageRef": "ghcr.io/xema-dev/design-system-builder-api",
|
|
667
|
-
"contentHash": "
|
|
667
|
+
"contentHash": "963f54986bdac3d665f09e04f292feac94a7b802d6ce5d40105d2361845a1f1f",
|
|
668
668
|
"repo": "repos/xema-cultivars",
|
|
669
669
|
"path": "repos/xema-cultivars/biomes/platform/design-system-builder",
|
|
670
|
-
"sourceCommit": "
|
|
671
|
-
"sourceManifestHash": "
|
|
670
|
+
"sourceCommit": "9b5a488e5203641bce910ea85bcaddbac482c9ac",
|
|
671
|
+
"sourceManifestHash": "c38b893d51bb50d22db313151fc3ec19e1459337efe2d66812bbefa09ba79eee",
|
|
672
672
|
"requiredPlatforms": [
|
|
673
673
|
{
|
|
674
674
|
"os": "linux",
|
|
@@ -686,11 +686,11 @@
|
|
|
686
686
|
"kind": "service",
|
|
687
687
|
"id": "distribution-api",
|
|
688
688
|
"imageRef": "ghcr.io/xema-dev/distribution-api",
|
|
689
|
-
"contentHash": "
|
|
689
|
+
"contentHash": "37fd759910a8194398a8c679aa4fe5d74918c20bb83ab8fda4e7cf0916b5242a",
|
|
690
690
|
"repo": "repos/xema-operator",
|
|
691
691
|
"path": "repos/xema-operator/biomes/distribution",
|
|
692
|
-
"sourceCommit": "
|
|
693
|
-
"sourceManifestHash": "
|
|
692
|
+
"sourceCommit": "766e73531b344402f8221abfa3fa33b368c0cfd8",
|
|
693
|
+
"sourceManifestHash": "db44ef4e90e5f0c812d3a9bb4030721048cc8dbd7caca8c113b64095159484f7",
|
|
694
694
|
"requiredPlatforms": [
|
|
695
695
|
{
|
|
696
696
|
"os": "linux",
|
|
@@ -708,11 +708,11 @@
|
|
|
708
708
|
"kind": "service",
|
|
709
709
|
"id": "docs-api",
|
|
710
710
|
"imageRef": "ghcr.io/xema-dev/docs-api",
|
|
711
|
-
"contentHash": "
|
|
711
|
+
"contentHash": "a308ff25288f35d5ce5ba4481c8a757deae73f63512be553eca77e1b402014ab",
|
|
712
712
|
"repo": "repos/xema-docs",
|
|
713
713
|
"path": "repos/xema-docs",
|
|
714
|
-
"sourceCommit": "
|
|
715
|
-
"sourceManifestHash": "
|
|
714
|
+
"sourceCommit": "653663d3dfd88a32be922cfb0ac111808adbec97",
|
|
715
|
+
"sourceManifestHash": "10770a77153a2549a3e1af1142e3c52f1125f9b7a178937f1c05f76ce88e7cbc",
|
|
716
716
|
"requiredPlatforms": [
|
|
717
717
|
{
|
|
718
718
|
"os": "linux",
|
|
@@ -730,11 +730,11 @@
|
|
|
730
730
|
"kind": "service",
|
|
731
731
|
"id": "document-render-api",
|
|
732
732
|
"imageRef": "ghcr.io/xema-dev/document-render-api",
|
|
733
|
-
"contentHash": "
|
|
733
|
+
"contentHash": "14e37a1fcd7b8a06aa19c25aa314f7dd2d436e3f73fe01b9be9f74f329768b75",
|
|
734
734
|
"repo": "repos/xema-community",
|
|
735
735
|
"path": "repos/xema-community/biomes/document-rendering",
|
|
736
|
-
"sourceCommit": "
|
|
737
|
-
"sourceManifestHash": "
|
|
736
|
+
"sourceCommit": "043fe0b5cb2f618eb2425272647cd138671c4809",
|
|
737
|
+
"sourceManifestHash": "f4842cb8b46ad94ec367890c5de4b3697262dba8e68bf5e54e389af9b4138cfe",
|
|
738
738
|
"requiredPlatforms": [
|
|
739
739
|
{
|
|
740
740
|
"os": "linux",
|
|
@@ -752,11 +752,11 @@
|
|
|
752
752
|
"kind": "service",
|
|
753
753
|
"id": "knowledge-base-api",
|
|
754
754
|
"imageRef": "ghcr.io/xema-dev/knowledge-base-api",
|
|
755
|
-
"contentHash": "
|
|
755
|
+
"contentHash": "18baec143ac631139998561807c6598588f0827fcd5648715b7f19d8dfefca3a",
|
|
756
756
|
"repo": "repos/xema-base",
|
|
757
757
|
"path": "repos/xema-base/biomes/knowledge-base",
|
|
758
|
-
"sourceCommit": "
|
|
759
|
-
"sourceManifestHash": "
|
|
758
|
+
"sourceCommit": "b29524fbad5baa50f68005ed266a62c886cce69e",
|
|
759
|
+
"sourceManifestHash": "69e14d6a7030a9ba6d3328b1368adb60ff1d08bbf9916817fa991b28927708d2",
|
|
760
760
|
"requiredPlatforms": [
|
|
761
761
|
{
|
|
762
762
|
"os": "linux",
|
|
@@ -774,11 +774,11 @@
|
|
|
774
774
|
"kind": "service",
|
|
775
775
|
"id": "llm-registry-api",
|
|
776
776
|
"imageRef": "ghcr.io/xema-dev/llm-registry-api",
|
|
777
|
-
"contentHash": "
|
|
777
|
+
"contentHash": "9c6a230c7136f25e160dab3e1a52df3b854dc4f28d96ffb410331e1e8285860f",
|
|
778
778
|
"repo": "repos/xema-base",
|
|
779
779
|
"path": "repos/xema-base/biomes/agent-runtime",
|
|
780
|
-
"sourceCommit": "
|
|
781
|
-
"sourceManifestHash": "
|
|
780
|
+
"sourceCommit": "b29524fbad5baa50f68005ed266a62c886cce69e",
|
|
781
|
+
"sourceManifestHash": "5336acb3131601e721d6d54626c70d1cbbb8f424803f43e974a8ced764a9ffe9",
|
|
782
782
|
"requiredPlatforms": [
|
|
783
783
|
{
|
|
784
784
|
"os": "linux",
|
|
@@ -796,11 +796,11 @@
|
|
|
796
796
|
"kind": "service",
|
|
797
797
|
"id": "mailops-api",
|
|
798
798
|
"imageRef": "ghcr.io/xema-dev/mailops-api",
|
|
799
|
-
"contentHash": "
|
|
799
|
+
"contentHash": "33d0c21fd6d882b2546071e9e766f2692638357b3e58a839414a2db908140d77",
|
|
800
800
|
"repo": "repos/xema-cultivars",
|
|
801
801
|
"path": "repos/xema-cultivars/biomes/platform/mailops",
|
|
802
|
-
"sourceCommit": "
|
|
803
|
-
"sourceManifestHash": "
|
|
802
|
+
"sourceCommit": "9b5a488e5203641bce910ea85bcaddbac482c9ac",
|
|
803
|
+
"sourceManifestHash": "59dd126a854e2e6bded840f7250ac1cc023266a9749bc33d42ad8f548f614640",
|
|
804
804
|
"requiredPlatforms": [
|
|
805
805
|
{
|
|
806
806
|
"os": "linux",
|
|
@@ -818,11 +818,11 @@
|
|
|
818
818
|
"kind": "service",
|
|
819
819
|
"id": "managed-llm-economy-api",
|
|
820
820
|
"imageRef": "ghcr.io/xema-dev/managed-llm-economy-api",
|
|
821
|
-
"contentHash": "
|
|
821
|
+
"contentHash": "4be75d3865335f613e27f1e95a711bc6ed1aa3f17b2a095e839b524ae8fabb49",
|
|
822
822
|
"repo": "repos/xema-cultivars",
|
|
823
823
|
"path": "repos/xema-cultivars/biomes/platform/managed-llm-economy",
|
|
824
|
-
"sourceCommit": "
|
|
825
|
-
"sourceManifestHash": "
|
|
824
|
+
"sourceCommit": "9b5a488e5203641bce910ea85bcaddbac482c9ac",
|
|
825
|
+
"sourceManifestHash": "345390411da9d8f850733abd78fc70accee678dd72564dac2d4d9badd50ea69b",
|
|
826
826
|
"requiredPlatforms": [
|
|
827
827
|
{
|
|
828
828
|
"os": "linux",
|
|
@@ -840,11 +840,11 @@
|
|
|
840
840
|
"kind": "service",
|
|
841
841
|
"id": "mcp-gateway-api",
|
|
842
842
|
"imageRef": "ghcr.io/xema-dev/mcp-gateway-api",
|
|
843
|
-
"contentHash": "
|
|
843
|
+
"contentHash": "dfe206fd2f7c167095554ac622ff0d9666fe6edaa0679df5bc3b4a60e368538c",
|
|
844
844
|
"repo": "repos/xema-base",
|
|
845
845
|
"path": "repos/xema-base/biomes/mcp-router",
|
|
846
|
-
"sourceCommit": "
|
|
847
|
-
"sourceManifestHash": "
|
|
846
|
+
"sourceCommit": "b29524fbad5baa50f68005ed266a62c886cce69e",
|
|
847
|
+
"sourceManifestHash": "6cd86be9d18a5c3dfd53ea00ac111be322d8e2423260beee4a2a463360fe41bd",
|
|
848
848
|
"requiredPlatforms": [
|
|
849
849
|
{
|
|
850
850
|
"os": "linux",
|
|
@@ -862,11 +862,11 @@
|
|
|
862
862
|
"kind": "service",
|
|
863
863
|
"id": "memory-api",
|
|
864
864
|
"imageRef": "ghcr.io/xema-dev/memory-api",
|
|
865
|
-
"contentHash": "
|
|
865
|
+
"contentHash": "297383edaf7bbad05a8cb3613c7d620de9fe2f13b9f92ca6273de2fc8f7c5d4a",
|
|
866
866
|
"repo": "repos/xema-cultivars",
|
|
867
867
|
"path": "repos/xema-cultivars/biomes/platform/memory",
|
|
868
|
-
"sourceCommit": "
|
|
869
|
-
"sourceManifestHash": "
|
|
868
|
+
"sourceCommit": "9b5a488e5203641bce910ea85bcaddbac482c9ac",
|
|
869
|
+
"sourceManifestHash": "e31390fa55fcd6d17cb8fce43d49ea88d457d3d042325e31af92e8821195f165",
|
|
870
870
|
"requiredPlatforms": [
|
|
871
871
|
{
|
|
872
872
|
"os": "linux",
|
|
@@ -884,11 +884,11 @@
|
|
|
884
884
|
"kind": "service",
|
|
885
885
|
"id": "object-registry-api",
|
|
886
886
|
"imageRef": "ghcr.io/xema-dev/object-registry-api",
|
|
887
|
-
"contentHash": "
|
|
887
|
+
"contentHash": "f7cf1206e4244edcae33b8f7c08d2fdbb6b3ab82bb0fe14c9a5070b16c4aff3e",
|
|
888
888
|
"repo": "repos/xema-base",
|
|
889
889
|
"path": "repos/xema-base/biomes/object-registry",
|
|
890
|
-
"sourceCommit": "
|
|
891
|
-
"sourceManifestHash": "
|
|
890
|
+
"sourceCommit": "b29524fbad5baa50f68005ed266a62c886cce69e",
|
|
891
|
+
"sourceManifestHash": "c1afdc9880ff0d20dada2d77f6fe25d5a443325b20c8e04c7c2db115fc2c3737",
|
|
892
892
|
"requiredPlatforms": [
|
|
893
893
|
{
|
|
894
894
|
"os": "linux",
|
|
@@ -906,11 +906,11 @@
|
|
|
906
906
|
"kind": "service",
|
|
907
907
|
"id": "org-database-pool-api",
|
|
908
908
|
"imageRef": "ghcr.io/xema-dev/org-database-pool-api",
|
|
909
|
-
"contentHash": "
|
|
909
|
+
"contentHash": "90ab3bec8edf4a625513cec296432a0ac8c06b420ea6cd2251ef113c44d40506",
|
|
910
910
|
"repo": "repos/xema-base",
|
|
911
911
|
"path": "repos/xema-base/biomes/org-database-pool",
|
|
912
|
-
"sourceCommit": "
|
|
913
|
-
"sourceManifestHash": "
|
|
912
|
+
"sourceCommit": "b29524fbad5baa50f68005ed266a62c886cce69e",
|
|
913
|
+
"sourceManifestHash": "019abba8218c9dadb0be490d6c9f42c58e390c8a89dd0c0bfe631f3eb0210765",
|
|
914
914
|
"requiredPlatforms": [
|
|
915
915
|
{
|
|
916
916
|
"os": "linux",
|
|
@@ -928,11 +928,11 @@
|
|
|
928
928
|
"kind": "service",
|
|
929
929
|
"id": "policy-distributor-api",
|
|
930
930
|
"imageRef": "ghcr.io/xema-dev/policy-distributor-api",
|
|
931
|
-
"contentHash": "
|
|
931
|
+
"contentHash": "2847570d539f6416528c92b3b30f1a9023e4b8871e9c2f964ea9eabe7bdf4019",
|
|
932
932
|
"repo": "repos/xema-base",
|
|
933
933
|
"path": "repos/xema-base/biomes/policy-distributor",
|
|
934
|
-
"sourceCommit": "
|
|
935
|
-
"sourceManifestHash": "
|
|
934
|
+
"sourceCommit": "b29524fbad5baa50f68005ed266a62c886cce69e",
|
|
935
|
+
"sourceManifestHash": "d8690db5e476cd357af91e602e42f50c56927ed528b23fc0a67aa70dda1841f8",
|
|
936
936
|
"requiredPlatforms": [
|
|
937
937
|
{
|
|
938
938
|
"os": "linux",
|
|
@@ -950,11 +950,11 @@
|
|
|
950
950
|
"kind": "service",
|
|
951
951
|
"id": "project-registry-api",
|
|
952
952
|
"imageRef": "ghcr.io/xema-dev/project-registry-api",
|
|
953
|
-
"contentHash": "
|
|
953
|
+
"contentHash": "0012bb3f1d0a2d2cf9054dc9c26ec56338c174a1a4e16bac70a434e93f4e1a88",
|
|
954
954
|
"repo": "repos/xema-base",
|
|
955
955
|
"path": "repos/xema-base/biomes/project-registry",
|
|
956
|
-
"sourceCommit": "
|
|
957
|
-
"sourceManifestHash": "
|
|
956
|
+
"sourceCommit": "b29524fbad5baa50f68005ed266a62c886cce69e",
|
|
957
|
+
"sourceManifestHash": "874353667623c9660f5e1669a9bac1c8c86c4c24ccb9bac600ba3429b6c6d5bd",
|
|
958
958
|
"requiredPlatforms": [
|
|
959
959
|
{
|
|
960
960
|
"os": "linux",
|
|
@@ -972,11 +972,11 @@
|
|
|
972
972
|
"kind": "service",
|
|
973
973
|
"id": "public-gateway-api",
|
|
974
974
|
"imageRef": "ghcr.io/xema-dev/public-gateway-api",
|
|
975
|
-
"contentHash": "
|
|
975
|
+
"contentHash": "cc678e1c37a47f0f6615ce214bbb40b20b164ad505297ab1a2aba1bffd5cdc46",
|
|
976
976
|
"repo": "repos/xema-base",
|
|
977
977
|
"path": "repos/xema-base/biomes/public-gateway",
|
|
978
|
-
"sourceCommit": "
|
|
979
|
-
"sourceManifestHash": "
|
|
978
|
+
"sourceCommit": "b29524fbad5baa50f68005ed266a62c886cce69e",
|
|
979
|
+
"sourceManifestHash": "67c87b76865552edf03521f292110ecb513f99f93ba2078bcdaac7b8ca9325b2",
|
|
980
980
|
"requiredPlatforms": [
|
|
981
981
|
{
|
|
982
982
|
"os": "linux",
|
|
@@ -994,11 +994,11 @@
|
|
|
994
994
|
"kind": "service",
|
|
995
995
|
"id": "redis-pool-api",
|
|
996
996
|
"imageRef": "ghcr.io/xema-dev/redis-pool-api",
|
|
997
|
-
"contentHash": "
|
|
997
|
+
"contentHash": "43009832ca26a4cbb7947c1a41deb776a828273970cd44e7fbadcbbb2e27a939",
|
|
998
998
|
"repo": "repos/xema-base",
|
|
999
999
|
"path": "repos/xema-base/biomes/redis-pool",
|
|
1000
|
-
"sourceCommit": "
|
|
1001
|
-
"sourceManifestHash": "
|
|
1000
|
+
"sourceCommit": "b29524fbad5baa50f68005ed266a62c886cce69e",
|
|
1001
|
+
"sourceManifestHash": "b3602544220af514c79bf40cb535b2aebda4ca54a8c562ee4201ead37f4effaa",
|
|
1002
1002
|
"requiredPlatforms": [
|
|
1003
1003
|
{
|
|
1004
1004
|
"os": "linux",
|
|
@@ -1016,11 +1016,11 @@
|
|
|
1016
1016
|
"kind": "service",
|
|
1017
1017
|
"id": "resource-governance-api",
|
|
1018
1018
|
"imageRef": "ghcr.io/xema-dev/resource-governance-api",
|
|
1019
|
-
"contentHash": "
|
|
1019
|
+
"contentHash": "cf32a1919c2c2b0816a87755149527909cdc96c717ac685c289939051ee02980",
|
|
1020
1020
|
"repo": "repos/xema-base",
|
|
1021
1021
|
"path": "repos/xema-base/biomes/resource-governance",
|
|
1022
|
-
"sourceCommit": "
|
|
1023
|
-
"sourceManifestHash": "
|
|
1022
|
+
"sourceCommit": "b29524fbad5baa50f68005ed266a62c886cce69e",
|
|
1023
|
+
"sourceManifestHash": "dd08d16a77d775af78133113d1bb3ae659adc8af1d56d4569ee6e27f7426c37c",
|
|
1024
1024
|
"requiredPlatforms": [
|
|
1025
1025
|
{
|
|
1026
1026
|
"os": "linux",
|
|
@@ -1038,11 +1038,11 @@
|
|
|
1038
1038
|
"kind": "service",
|
|
1039
1039
|
"id": "scm-connector-api",
|
|
1040
1040
|
"imageRef": "ghcr.io/xema-dev/scm-connector-api",
|
|
1041
|
-
"contentHash": "
|
|
1041
|
+
"contentHash": "c636591d06d8ee08d820d6449db18ea942a4c360f3da7424c425bfa64fdf4aab",
|
|
1042
1042
|
"repo": "repos/xema-cultivars",
|
|
1043
1043
|
"path": "repos/xema-cultivars/biomes/platform/software-dev",
|
|
1044
|
-
"sourceCommit": "
|
|
1045
|
-
"sourceManifestHash": "
|
|
1044
|
+
"sourceCommit": "9b5a488e5203641bce910ea85bcaddbac482c9ac",
|
|
1045
|
+
"sourceManifestHash": "89e5709188a1aa897aa856b0b0d578748b9a8dba803fa24e66617251c0642656",
|
|
1046
1046
|
"requiredPlatforms": [
|
|
1047
1047
|
{
|
|
1048
1048
|
"os": "linux",
|
|
@@ -1060,11 +1060,11 @@
|
|
|
1060
1060
|
"kind": "service",
|
|
1061
1061
|
"id": "search-api",
|
|
1062
1062
|
"imageRef": "ghcr.io/xema-dev/search-api",
|
|
1063
|
-
"contentHash": "
|
|
1063
|
+
"contentHash": "b0f5e6456e2a37d944fd27e00a36bdbd758b9b3c58f5e9018b523aec0b708554",
|
|
1064
1064
|
"repo": "repos/xema-cultivars",
|
|
1065
1065
|
"path": "repos/xema-cultivars/biomes/platform/search",
|
|
1066
|
-
"sourceCommit": "
|
|
1067
|
-
"sourceManifestHash": "
|
|
1066
|
+
"sourceCommit": "9b5a488e5203641bce910ea85bcaddbac482c9ac",
|
|
1067
|
+
"sourceManifestHash": "b583aae5f356c4dcbedf11dca360fcb8a8af7bd04ccb978f4b03a020966baf06",
|
|
1068
1068
|
"requiredPlatforms": [
|
|
1069
1069
|
{
|
|
1070
1070
|
"os": "linux",
|
|
@@ -1082,11 +1082,11 @@
|
|
|
1082
1082
|
"kind": "service",
|
|
1083
1083
|
"id": "skill-registry-api",
|
|
1084
1084
|
"imageRef": "ghcr.io/xema-dev/skill-registry-api",
|
|
1085
|
-
"contentHash": "
|
|
1085
|
+
"contentHash": "2020670f79a561daf26c3a8bcf474cb65bae6323b12cbe089a4c616b5b997aa1",
|
|
1086
1086
|
"repo": "repos/xema-base",
|
|
1087
1087
|
"path": "repos/xema-base/biomes/agent-runtime",
|
|
1088
|
-
"sourceCommit": "
|
|
1089
|
-
"sourceManifestHash": "
|
|
1088
|
+
"sourceCommit": "b29524fbad5baa50f68005ed266a62c886cce69e",
|
|
1089
|
+
"sourceManifestHash": "5336acb3131601e721d6d54626c70d1cbbb8f424803f43e974a8ced764a9ffe9",
|
|
1090
1090
|
"requiredPlatforms": [
|
|
1091
1091
|
{
|
|
1092
1092
|
"os": "linux",
|
|
@@ -1104,11 +1104,11 @@
|
|
|
1104
1104
|
"kind": "service",
|
|
1105
1105
|
"id": "space-registry-api",
|
|
1106
1106
|
"imageRef": "ghcr.io/xema-dev/space-registry-api",
|
|
1107
|
-
"contentHash": "
|
|
1107
|
+
"contentHash": "5e0ec9c1995bca28eec5d0c809069b9dd4416cf8ff8576f8612ee8a9a88708ee",
|
|
1108
1108
|
"repo": "repos/xema-base",
|
|
1109
1109
|
"path": "repos/xema-base/biomes/space-registry",
|
|
1110
|
-
"sourceCommit": "
|
|
1111
|
-
"sourceManifestHash": "
|
|
1110
|
+
"sourceCommit": "b29524fbad5baa50f68005ed266a62c886cce69e",
|
|
1111
|
+
"sourceManifestHash": "6a8f974d2d66f24346859066e3ea7b72c4a8b96546fea061277fa51b31b5449c",
|
|
1112
1112
|
"requiredPlatforms": [
|
|
1113
1113
|
{
|
|
1114
1114
|
"os": "linux",
|
|
@@ -1122,15 +1122,37 @@
|
|
|
1122
1122
|
}
|
|
1123
1123
|
]
|
|
1124
1124
|
},
|
|
1125
|
+
{
|
|
1126
|
+
"kind": "service",
|
|
1127
|
+
"id": "template-registry-api",
|
|
1128
|
+
"imageRef": "ghcr.io/xema-dev/template-registry-api",
|
|
1129
|
+
"contentHash": "736411e494cc2f08bf2079c4a18ce6bd5e5434486e2b8ece15145da6e83e2f7c",
|
|
1130
|
+
"repo": "repos/xema-base",
|
|
1131
|
+
"path": "repos/xema-base/biomes/template-registry",
|
|
1132
|
+
"sourceCommit": "b29524fbad5baa50f68005ed266a62c886cce69e",
|
|
1133
|
+
"sourceManifestHash": "4ad780ec6b56898c42c8025059d2c1d080b1d9c1e44c2db2f1e5f0790d462018",
|
|
1134
|
+
"requiredPlatforms": [
|
|
1135
|
+
{
|
|
1136
|
+
"os": "linux",
|
|
1137
|
+
"architecture": "amd64"
|
|
1138
|
+
}
|
|
1139
|
+
],
|
|
1140
|
+
"owners": [
|
|
1141
|
+
{
|
|
1142
|
+
"kind": "biome",
|
|
1143
|
+
"biomeId": "template-registry"
|
|
1144
|
+
}
|
|
1145
|
+
]
|
|
1146
|
+
},
|
|
1125
1147
|
{
|
|
1126
1148
|
"kind": "service",
|
|
1127
1149
|
"id": "user-hub-api",
|
|
1128
1150
|
"imageRef": "ghcr.io/xema-dev/user-hub-api",
|
|
1129
|
-
"contentHash": "
|
|
1151
|
+
"contentHash": "0d0cec499db2abf1d5625e5cf19c1f085730f31e19a42baa2502f712db2b47c6",
|
|
1130
1152
|
"repo": "repos/xema-base",
|
|
1131
1153
|
"path": "repos/xema-base/biomes/user-hub",
|
|
1132
|
-
"sourceCommit": "
|
|
1133
|
-
"sourceManifestHash": "
|
|
1154
|
+
"sourceCommit": "b29524fbad5baa50f68005ed266a62c886cce69e",
|
|
1155
|
+
"sourceManifestHash": "66f7f1fd7344bda4dace03ada814b899ed823877f6fb30d8e0ea16383c37cb26",
|
|
1134
1156
|
"requiredPlatforms": [
|
|
1135
1157
|
{
|
|
1136
1158
|
"os": "linux",
|
|
@@ -1148,11 +1170,11 @@
|
|
|
1148
1170
|
"kind": "service",
|
|
1149
1171
|
"id": "web-access-api",
|
|
1150
1172
|
"imageRef": "ghcr.io/xema-dev/web-access-api",
|
|
1151
|
-
"contentHash": "
|
|
1173
|
+
"contentHash": "2e23e50142f54e4c9a3c691e95b08893e09385b998f726047d786fe76be05160",
|
|
1152
1174
|
"repo": "repos/xema-base",
|
|
1153
1175
|
"path": "repos/xema-base/biomes/web-access",
|
|
1154
|
-
"sourceCommit": "
|
|
1155
|
-
"sourceManifestHash": "
|
|
1176
|
+
"sourceCommit": "b29524fbad5baa50f68005ed266a62c886cce69e",
|
|
1177
|
+
"sourceManifestHash": "5d9b6f3b020916b1b8220281a0d2197601df7ae778317f58077bc7ba41d64d3f",
|
|
1156
1178
|
"requiredPlatforms": [
|
|
1157
1179
|
{
|
|
1158
1180
|
"os": "linux",
|
|
@@ -1170,11 +1192,11 @@
|
|
|
1170
1192
|
"kind": "service",
|
|
1171
1193
|
"id": "webapp-studio-api",
|
|
1172
1194
|
"imageRef": "ghcr.io/xema-dev/webapp-studio-api",
|
|
1173
|
-
"contentHash": "
|
|
1195
|
+
"contentHash": "e4a1d2c74e2914632aa139ed5c8c75f035ad70a636021c41014660efbedccc89",
|
|
1174
1196
|
"repo": "repos/xema-cultivars",
|
|
1175
1197
|
"path": "repos/xema-cultivars/biomes/platform/webapp-studio",
|
|
1176
|
-
"sourceCommit": "
|
|
1177
|
-
"sourceManifestHash": "
|
|
1198
|
+
"sourceCommit": "9b5a488e5203641bce910ea85bcaddbac482c9ac",
|
|
1199
|
+
"sourceManifestHash": "3f1b14224ad2598e856b8dd219c07109a07dd736bc4b3c991e3e7bb2ec16c22e",
|
|
1178
1200
|
"requiredPlatforms": [
|
|
1179
1201
|
{
|
|
1180
1202
|
"os": "linux",
|
|
@@ -1192,11 +1214,11 @@
|
|
|
1192
1214
|
"kind": "service",
|
|
1193
1215
|
"id": "workflow-engine-api",
|
|
1194
1216
|
"imageRef": "ghcr.io/xema-dev/workflow-engine-api",
|
|
1195
|
-
"contentHash": "
|
|
1217
|
+
"contentHash": "29e4c6634b09248b9f89ce642897270a6842c634ff4b39210df7e30a40b8b506",
|
|
1196
1218
|
"repo": "repos/xema-base",
|
|
1197
1219
|
"path": "repos/xema-base/biomes/workflow-runtime",
|
|
1198
|
-
"sourceCommit": "
|
|
1199
|
-
"sourceManifestHash": "
|
|
1220
|
+
"sourceCommit": "b29524fbad5baa50f68005ed266a62c886cce69e",
|
|
1221
|
+
"sourceManifestHash": "f7d826adb9e76e1e71a68868b1e1e0615a467c9d1661b1af767541b9a978dd00",
|
|
1200
1222
|
"requiredPlatforms": [
|
|
1201
1223
|
{
|
|
1202
1224
|
"os": "linux",
|
|
@@ -1214,11 +1236,11 @@
|
|
|
1214
1236
|
"kind": "service",
|
|
1215
1237
|
"id": "workflow-runtime-worker",
|
|
1216
1238
|
"imageRef": "ghcr.io/xema-dev/workflow-runtime-worker",
|
|
1217
|
-
"contentHash": "
|
|
1239
|
+
"contentHash": "30bf8200520a92d727d52c59a57dcd2717d9f44c9db6ca1b86d60847347d5a08",
|
|
1218
1240
|
"repo": "repos/xema-base",
|
|
1219
1241
|
"path": "repos/xema-base/biomes/workflow-runtime",
|
|
1220
|
-
"sourceCommit": "
|
|
1221
|
-
"sourceManifestHash": "
|
|
1242
|
+
"sourceCommit": "b29524fbad5baa50f68005ed266a62c886cce69e",
|
|
1243
|
+
"sourceManifestHash": "f7d826adb9e76e1e71a68868b1e1e0615a467c9d1661b1af767541b9a978dd00",
|
|
1222
1244
|
"requiredPlatforms": [
|
|
1223
1245
|
{
|
|
1224
1246
|
"os": "linux",
|
|
@@ -1236,11 +1258,11 @@
|
|
|
1236
1258
|
"kind": "service",
|
|
1237
1259
|
"id": "workload-runtime-api",
|
|
1238
1260
|
"imageRef": "ghcr.io/xema-dev/workload-runtime-api",
|
|
1239
|
-
"contentHash": "
|
|
1261
|
+
"contentHash": "663070b7125ea2da91d6f49e12050122c56e58c2e78d4ed2fb96fc9a80e13e61",
|
|
1240
1262
|
"repo": "repos/xema-base",
|
|
1241
1263
|
"path": "repos/xema-base/biomes/workload-runtime",
|
|
1242
|
-
"sourceCommit": "
|
|
1243
|
-
"sourceManifestHash": "
|
|
1264
|
+
"sourceCommit": "b29524fbad5baa50f68005ed266a62c886cce69e",
|
|
1265
|
+
"sourceManifestHash": "cb34e70cc83af8018f6bf51b56818957e43a0c7ee637b2da6cab31562519cfb9",
|
|
1244
1266
|
"requiredPlatforms": [
|
|
1245
1267
|
{
|
|
1246
1268
|
"os": "linux",
|
|
@@ -1258,11 +1280,11 @@
|
|
|
1258
1280
|
"kind": "service",
|
|
1259
1281
|
"id": "workspace-git-api",
|
|
1260
1282
|
"imageRef": "ghcr.io/xema-dev/workspace-git-api",
|
|
1261
|
-
"contentHash": "
|
|
1283
|
+
"contentHash": "c6743254ca1b6173138c799a172b64866c29834c0491b478f062b4c915316511",
|
|
1262
1284
|
"repo": "repos/xema-cultivars",
|
|
1263
1285
|
"path": "repos/xema-cultivars/biomes/platform/software-dev",
|
|
1264
|
-
"sourceCommit": "
|
|
1265
|
-
"sourceManifestHash": "
|
|
1286
|
+
"sourceCommit": "9b5a488e5203641bce910ea85bcaddbac482c9ac",
|
|
1287
|
+
"sourceManifestHash": "89e5709188a1aa897aa856b0b0d578748b9a8dba803fa24e66617251c0642656",
|
|
1266
1288
|
"requiredPlatforms": [
|
|
1267
1289
|
{
|
|
1268
1290
|
"os": "linux",
|
|
@@ -1280,11 +1302,11 @@
|
|
|
1280
1302
|
"kind": "service",
|
|
1281
1303
|
"id": "workspace-materialization-api",
|
|
1282
1304
|
"imageRef": "ghcr.io/xema-dev/workspace-materialization-api",
|
|
1283
|
-
"contentHash": "
|
|
1305
|
+
"contentHash": "763a4cbd83cd3e2c351b666163ef50f19c1004039720a868493cb74ef9519276",
|
|
1284
1306
|
"repo": "repos/xema-base",
|
|
1285
1307
|
"path": "repos/xema-base/biomes/workspace-proxy",
|
|
1286
|
-
"sourceCommit": "
|
|
1287
|
-
"sourceManifestHash": "
|
|
1308
|
+
"sourceCommit": "b29524fbad5baa50f68005ed266a62c886cce69e",
|
|
1309
|
+
"sourceManifestHash": "5b1b85d30f33548584e77068e6fea00866286a6aa8ae51191438a06d0ad4cf66",
|
|
1288
1310
|
"requiredPlatforms": [
|
|
1289
1311
|
{
|
|
1290
1312
|
"os": "linux",
|
|
@@ -1302,11 +1324,11 @@
|
|
|
1302
1324
|
"kind": "service",
|
|
1303
1325
|
"id": "workspace-orchestrator-api",
|
|
1304
1326
|
"imageRef": "ghcr.io/xema-dev/workspace-orchestrator-api",
|
|
1305
|
-
"contentHash": "
|
|
1327
|
+
"contentHash": "a36441eb9ec3106543f68c5b41da54b13efdb819cfb2816a6bc2be29498d6d90",
|
|
1306
1328
|
"repo": "repos/xema-base",
|
|
1307
1329
|
"path": "repos/xema-base/biomes/workspace-orchestrator",
|
|
1308
|
-
"sourceCommit": "
|
|
1309
|
-
"sourceManifestHash": "
|
|
1330
|
+
"sourceCommit": "b29524fbad5baa50f68005ed266a62c886cce69e",
|
|
1331
|
+
"sourceManifestHash": "f2aee41b0bd7f68b970a4357154d914fe8f810be4ae2b66bb7876ff2b4600a7a",
|
|
1310
1332
|
"requiredPlatforms": [
|
|
1311
1333
|
{
|
|
1312
1334
|
"os": "linux",
|
|
@@ -1324,11 +1346,11 @@
|
|
|
1324
1346
|
"kind": "service",
|
|
1325
1347
|
"id": "workspace-storage-pool-api",
|
|
1326
1348
|
"imageRef": "ghcr.io/xema-dev/workspace-storage-pool-api",
|
|
1327
|
-
"contentHash": "
|
|
1349
|
+
"contentHash": "4bba07e4fa560c8cab4e66f1765992cd8caac2e0eec6322678bf723bf6339342",
|
|
1328
1350
|
"repo": "repos/xema-base",
|
|
1329
1351
|
"path": "repos/xema-base/biomes/workspace-storage-pool",
|
|
1330
|
-
"sourceCommit": "
|
|
1331
|
-
"sourceManifestHash": "
|
|
1352
|
+
"sourceCommit": "b29524fbad5baa50f68005ed266a62c886cce69e",
|
|
1353
|
+
"sourceManifestHash": "39b84b086e91ae68d4d1fe1d9c1db8c18477453304e5d7a1bf023273a43a1cdc",
|
|
1332
1354
|
"requiredPlatforms": [
|
|
1333
1355
|
{
|
|
1334
1356
|
"os": "linux",
|
|
@@ -1346,11 +1368,11 @@
|
|
|
1346
1368
|
"kind": "service",
|
|
1347
1369
|
"id": "xema-biome-runner",
|
|
1348
1370
|
"imageRef": "ghcr.io/xema-dev/xema-biome-runner",
|
|
1349
|
-
"contentHash": "
|
|
1371
|
+
"contentHash": "63a8e46aebe30e8667dc49184ab4feb1a8d0a0bf837d963307b7ab34184d2005",
|
|
1350
1372
|
"repo": "repos/xema-base",
|
|
1351
1373
|
"path": "repos/xema-base/biomes/xema-biome-runner",
|
|
1352
|
-
"sourceCommit": "
|
|
1353
|
-
"sourceManifestHash": "
|
|
1374
|
+
"sourceCommit": "b29524fbad5baa50f68005ed266a62c886cce69e",
|
|
1375
|
+
"sourceManifestHash": "f7f3fe845ed39d5bebba78ecb11deffd85c71524fb414b9c3bf774df30db0256",
|
|
1354
1376
|
"requiredPlatforms": [
|
|
1355
1377
|
{
|
|
1356
1378
|
"os": "linux",
|
|
@@ -1368,11 +1390,11 @@
|
|
|
1368
1390
|
"kind": "service",
|
|
1369
1391
|
"id": "xema-capability-router",
|
|
1370
1392
|
"imageRef": "ghcr.io/xema-dev/xema-capability-router",
|
|
1371
|
-
"contentHash": "
|
|
1393
|
+
"contentHash": "38c59ccb9ffea98dd2a0e99db539be52260cdf8499bdbea71315db8a8205c52e",
|
|
1372
1394
|
"repo": "repos/xema-base",
|
|
1373
1395
|
"path": "repos/xema-base/biomes/xema-capability-router",
|
|
1374
|
-
"sourceCommit": "
|
|
1375
|
-
"sourceManifestHash": "
|
|
1396
|
+
"sourceCommit": "b29524fbad5baa50f68005ed266a62c886cce69e",
|
|
1397
|
+
"sourceManifestHash": "4ccc5c67859a6576a8e994d6a156bb5a3035c5ae1dedc3708d0f2da101cd564f",
|
|
1376
1398
|
"requiredPlatforms": [
|
|
1377
1399
|
{
|
|
1378
1400
|
"os": "linux",
|
|
@@ -1390,10 +1412,10 @@
|
|
|
1390
1412
|
"kind": "service",
|
|
1391
1413
|
"id": "xema-kernel-server",
|
|
1392
1414
|
"imageRef": "ghcr.io/xema-dev/xema-kernel-server",
|
|
1393
|
-
"contentHash": "
|
|
1415
|
+
"contentHash": "fb05f99b93b4ca762ea102b51303e93199c28881576879018fe7eb3482717e61",
|
|
1394
1416
|
"repo": "repos/xema-base",
|
|
1395
1417
|
"path": "repos/xema-base/kernel/xema-kernel-server",
|
|
1396
|
-
"sourceCommit": "
|
|
1418
|
+
"sourceCommit": "b29524fbad5baa50f68005ed266a62c886cce69e",
|
|
1397
1419
|
"sourceManifestHash": "d84b71fafcbee7cdfe7f3b329a02578228bb008f4352788786869eaada86fce4",
|
|
1398
1420
|
"requiredPlatforms": [
|
|
1399
1421
|
{
|
|
@@ -1412,11 +1434,11 @@
|
|
|
1412
1434
|
"kind": "service",
|
|
1413
1435
|
"id": "xema-platform-worker",
|
|
1414
1436
|
"imageRef": "ghcr.io/xema-dev/xema-platform-worker",
|
|
1415
|
-
"contentHash": "
|
|
1437
|
+
"contentHash": "bfafbed7ba419b9117e47ceeb9ab493d35181d4878a2bfc5b5c07f2b8066d996",
|
|
1416
1438
|
"repo": "repos/xema-base",
|
|
1417
1439
|
"path": "repos/xema-base/biomes/xema-platform-worker",
|
|
1418
|
-
"sourceCommit": "
|
|
1419
|
-
"sourceManifestHash": "
|
|
1440
|
+
"sourceCommit": "b29524fbad5baa50f68005ed266a62c886cce69e",
|
|
1441
|
+
"sourceManifestHash": "10ec201b06f0a7295aaeb4f5ca8bb0409823226c927dcfdbf9985b7aa9617187",
|
|
1420
1442
|
"requiredPlatforms": [
|
|
1421
1443
|
{
|
|
1422
1444
|
"os": "linux",
|
|
@@ -1434,11 +1456,11 @@
|
|
|
1434
1456
|
"kind": "service",
|
|
1435
1457
|
"id": "xema-shell-api",
|
|
1436
1458
|
"imageRef": "ghcr.io/xema-dev/xema-shell-api",
|
|
1437
|
-
"contentHash": "
|
|
1459
|
+
"contentHash": "13cc3cc113d0c932e57948db41e3be42ac3ae8c856641a6acdcc5ff8a4b16b94",
|
|
1438
1460
|
"repo": "repos/xema-base",
|
|
1439
1461
|
"path": "repos/xema-base/biomes/xema-shell",
|
|
1440
|
-
"sourceCommit": "
|
|
1441
|
-
"sourceManifestHash": "
|
|
1462
|
+
"sourceCommit": "b29524fbad5baa50f68005ed266a62c886cce69e",
|
|
1463
|
+
"sourceManifestHash": "80d843d3537c281c6241094f6f4c358afffd40d73d92b9672e9e58d5d123e85f",
|
|
1442
1464
|
"requiredPlatforms": [
|
|
1443
1465
|
{
|
|
1444
1466
|
"os": "linux",
|
|
@@ -1456,11 +1478,11 @@
|
|
|
1456
1478
|
"kind": "service",
|
|
1457
1479
|
"id": "xema-store-api",
|
|
1458
1480
|
"imageRef": "ghcr.io/xema-dev/xema-store-api",
|
|
1459
|
-
"contentHash": "
|
|
1481
|
+
"contentHash": "da146885766da6e01090cd9b531c27b241f21b5f986aeb93a37c18b5f7c9ade5",
|
|
1460
1482
|
"repo": "repos/xema-store-api",
|
|
1461
1483
|
"path": "repos/xema-store-api/biomes/xema-store",
|
|
1462
|
-
"sourceCommit": "
|
|
1463
|
-
"sourceManifestHash": "
|
|
1484
|
+
"sourceCommit": "cd0a882bad3512c92dd904c9b059b0549e4405b4",
|
|
1485
|
+
"sourceManifestHash": "a2cb3e261f98d893cf246ed3b0cea62d076317d66fef8dcb8173fee7fc27a5ec",
|
|
1464
1486
|
"requiredPlatforms": [
|
|
1465
1487
|
{
|
|
1466
1488
|
"os": "linux",
|
|
@@ -1527,246 +1549,232 @@
|
|
|
1527
1549
|
"biomeId": "activity-web",
|
|
1528
1550
|
"repo": "submodules/xema-host-web",
|
|
1529
1551
|
"path": "submodules/xema-host-web/biomes/system/activity-web",
|
|
1530
|
-
"sourceCommit": "
|
|
1531
|
-
"sourceManifestHash": "
|
|
1552
|
+
"sourceCommit": "0c61f431abc8543fe9475535640f339311083966",
|
|
1553
|
+
"sourceManifestHash": "4243795eb988fd49f02f0ddf568d113f490e3dcf35cdcfc8aa1453e4956a685a"
|
|
1532
1554
|
},
|
|
1533
1555
|
{
|
|
1534
1556
|
"biomeId": "agent-studio-web",
|
|
1535
1557
|
"repo": "submodules/xema-host-web",
|
|
1536
1558
|
"path": "submodules/xema-host-web/biomes/platform/agent-studio-web",
|
|
1537
|
-
"sourceCommit": "
|
|
1538
|
-
"sourceManifestHash": "
|
|
1559
|
+
"sourceCommit": "0c61f431abc8543fe9475535640f339311083966",
|
|
1560
|
+
"sourceManifestHash": "6660ffd80a32af9914095cc5b9e2a1fa6fc47d4257b381c8835a774717573915"
|
|
1539
1561
|
},
|
|
1540
1562
|
{
|
|
1541
1563
|
"biomeId": "agents-tools-web",
|
|
1542
1564
|
"repo": "submodules/xema-host-web",
|
|
1543
1565
|
"path": "submodules/xema-host-web/biomes/platform/agents-tools-web",
|
|
1544
|
-
"sourceCommit": "
|
|
1545
|
-
"sourceManifestHash": "
|
|
1566
|
+
"sourceCommit": "0c61f431abc8543fe9475535640f339311083966",
|
|
1567
|
+
"sourceManifestHash": "97e01874ca07821b2c68e94ed5e32274f5374ff23e1204c8393da5f6f2d801b8"
|
|
1546
1568
|
},
|
|
1547
1569
|
{
|
|
1548
1570
|
"biomeId": "app-forge-web",
|
|
1549
1571
|
"repo": "submodules/xema-host-web",
|
|
1550
1572
|
"path": "submodules/xema-host-web/biomes/platform/app-forge-web",
|
|
1551
|
-
"sourceCommit": "
|
|
1552
|
-
"sourceManifestHash": "
|
|
1573
|
+
"sourceCommit": "0c61f431abc8543fe9475535640f339311083966",
|
|
1574
|
+
"sourceManifestHash": "2cc08d23cf5854b05be9a0511d9001b71cc06c848f5cd62cecce41f04779d396"
|
|
1553
1575
|
},
|
|
1554
1576
|
{
|
|
1555
1577
|
"biomeId": "apps-web",
|
|
1556
1578
|
"repo": "submodules/xema-host-web",
|
|
1557
1579
|
"path": "submodules/xema-host-web/biomes/platform/apps-web",
|
|
1558
|
-
"sourceCommit": "
|
|
1559
|
-
"sourceManifestHash": "
|
|
1580
|
+
"sourceCommit": "0c61f431abc8543fe9475535640f339311083966",
|
|
1581
|
+
"sourceManifestHash": "473609148f7d8c0c244740bda0811be1b1c4ff1649fc971b861a3df0798877c9"
|
|
1560
1582
|
},
|
|
1561
1583
|
{
|
|
1562
1584
|
"biomeId": "backlog-web",
|
|
1563
1585
|
"repo": "submodules/xema-host-web",
|
|
1564
1586
|
"path": "submodules/xema-host-web/biomes/platform/backlog-web",
|
|
1565
|
-
"sourceCommit": "
|
|
1566
|
-
"sourceManifestHash": "
|
|
1587
|
+
"sourceCommit": "0c61f431abc8543fe9475535640f339311083966",
|
|
1588
|
+
"sourceManifestHash": "2467132832030b2b9c47c8a5c2e8d4e8ccc0eccc6993fcfb3f294979bf349910"
|
|
1567
1589
|
},
|
|
1568
1590
|
{
|
|
1569
1591
|
"biomeId": "capabilities-web",
|
|
1570
1592
|
"repo": "submodules/xema-host-web",
|
|
1571
1593
|
"path": "submodules/xema-host-web/biomes/system/capabilities-web",
|
|
1572
|
-
"sourceCommit": "
|
|
1573
|
-
"sourceManifestHash": "
|
|
1594
|
+
"sourceCommit": "0c61f431abc8543fe9475535640f339311083966",
|
|
1595
|
+
"sourceManifestHash": "c06afc998c1cfae62cbe2ac659d39078eb1356dd9e40a9f442d2d061903e14ef"
|
|
1574
1596
|
},
|
|
1575
1597
|
{
|
|
1576
1598
|
"biomeId": "concepts-web",
|
|
1577
1599
|
"repo": "submodules/xema-host-web",
|
|
1578
1600
|
"path": "submodules/xema-host-web/biomes/system/concepts-web",
|
|
1579
|
-
"sourceCommit": "
|
|
1580
|
-
"sourceManifestHash": "
|
|
1601
|
+
"sourceCommit": "0c61f431abc8543fe9475535640f339311083966",
|
|
1602
|
+
"sourceManifestHash": "a842e01e7b38bf2cdecc46da59699c5dbf5bad9948dac5143367cf9e2c1b4a28"
|
|
1581
1603
|
},
|
|
1582
1604
|
{
|
|
1583
1605
|
"biomeId": "container-registry-web",
|
|
1584
1606
|
"repo": "submodules/xema-host-web",
|
|
1585
1607
|
"path": "submodules/xema-host-web/biomes/system/container-registry-web",
|
|
1586
|
-
"sourceCommit": "
|
|
1587
|
-
"sourceManifestHash": "
|
|
1588
|
-
},
|
|
1589
|
-
{
|
|
1590
|
-
"biomeId": "decisions-web",
|
|
1591
|
-
"repo": "submodules/xema-host-web",
|
|
1592
|
-
"path": "submodules/xema-host-web/biomes/platform/decisions-web",
|
|
1593
|
-
"sourceCommit": "a26f4a89c03777193fbc593992b76ed8274656e9",
|
|
1594
|
-
"sourceManifestHash": "cbabe5d723d2c1b0d57765dfd78b6915cfc1299784435930a8a999ef98c98cfa"
|
|
1608
|
+
"sourceCommit": "0c61f431abc8543fe9475535640f339311083966",
|
|
1609
|
+
"sourceManifestHash": "33ea1e235dc558a71e49869e01f5acf2301df0d83c924a42a549aa0f0f94c43d"
|
|
1595
1610
|
},
|
|
1596
1611
|
{
|
|
1597
1612
|
"biomeId": "distribution-web",
|
|
1598
1613
|
"repo": "submodules/xema-host-web",
|
|
1599
1614
|
"path": "submodules/xema-host-web/biomes/platform/distribution-web",
|
|
1600
|
-
"sourceCommit": "
|
|
1601
|
-
"sourceManifestHash": "
|
|
1615
|
+
"sourceCommit": "0c61f431abc8543fe9475535640f339311083966",
|
|
1616
|
+
"sourceManifestHash": "cdf92e58b924a3f55cefb2fd3000039f88384fd42529e95d5c06f9cf1d045e2f"
|
|
1602
1617
|
},
|
|
1603
1618
|
{
|
|
1604
1619
|
"biomeId": "documents-web",
|
|
1605
1620
|
"repo": "submodules/xema-host-web",
|
|
1606
1621
|
"path": "submodules/xema-host-web/biomes/platform/documents-web",
|
|
1607
|
-
"sourceCommit": "
|
|
1608
|
-
"sourceManifestHash": "
|
|
1622
|
+
"sourceCommit": "0c61f431abc8543fe9475535640f339311083966",
|
|
1623
|
+
"sourceManifestHash": "54362b6aa64e614306c86c761d3f81ed8bac221cc2d095776fbf4a9fffbce5e0"
|
|
1609
1624
|
},
|
|
1610
1625
|
{
|
|
1611
1626
|
"biomeId": "environments-web",
|
|
1612
1627
|
"repo": "submodules/xema-host-web",
|
|
1613
1628
|
"path": "submodules/xema-host-web/biomes/system/environments-web",
|
|
1614
|
-
"sourceCommit": "
|
|
1615
|
-
"sourceManifestHash": "
|
|
1629
|
+
"sourceCommit": "0c61f431abc8543fe9475535640f339311083966",
|
|
1630
|
+
"sourceManifestHash": "cf854b4160465ba5c4e785ab9791d0c85a13f17586a1a3800c95e70839a83080"
|
|
1616
1631
|
},
|
|
1617
1632
|
{
|
|
1618
1633
|
"biomeId": "gateway-routes-web",
|
|
1619
1634
|
"repo": "submodules/xema-host-web",
|
|
1620
1635
|
"path": "submodules/xema-host-web/biomes/system/gateway-routes-web",
|
|
1621
|
-
"sourceCommit": "
|
|
1622
|
-
"sourceManifestHash": "
|
|
1636
|
+
"sourceCommit": "0c61f431abc8543fe9475535640f339311083966",
|
|
1637
|
+
"sourceManifestHash": "d7e7e7c89354101e68be8111b8afacb0f5141acfcaf523ef6141e1d2bcfe9cbe"
|
|
1623
1638
|
},
|
|
1624
1639
|
{
|
|
1625
1640
|
"biomeId": "grants-web",
|
|
1626
1641
|
"repo": "submodules/xema-host-web",
|
|
1627
1642
|
"path": "submodules/xema-host-web/biomes/system/grants-web",
|
|
1628
|
-
"sourceCommit": "
|
|
1629
|
-
"sourceManifestHash": "
|
|
1643
|
+
"sourceCommit": "0c61f431abc8543fe9475535640f339311083966",
|
|
1644
|
+
"sourceManifestHash": "72d6de134598d129b53ea34c2522fd931dc47fb19ad8115b741eff178b9f8569"
|
|
1630
1645
|
},
|
|
1631
1646
|
{
|
|
1632
1647
|
"biomeId": "inbox-web",
|
|
1633
1648
|
"repo": "submodules/xema-host-web",
|
|
1634
1649
|
"path": "submodules/xema-host-web/biomes/platform/inbox-web",
|
|
1635
|
-
"sourceCommit": "
|
|
1636
|
-
"sourceManifestHash": "
|
|
1650
|
+
"sourceCommit": "0c61f431abc8543fe9475535640f339311083966",
|
|
1651
|
+
"sourceManifestHash": "5cbfc1d56a822afd41a8f688e16ff784cfc64ba521c22a868b304fb811db4afa"
|
|
1637
1652
|
},
|
|
1638
1653
|
{
|
|
1639
1654
|
"biomeId": "mailops-web",
|
|
1640
1655
|
"repo": "submodules/xema-host-web",
|
|
1641
1656
|
"path": "submodules/xema-host-web/biomes/system/mailops-web",
|
|
1642
|
-
"sourceCommit": "
|
|
1643
|
-
"sourceManifestHash": "
|
|
1657
|
+
"sourceCommit": "0c61f431abc8543fe9475535640f339311083966",
|
|
1658
|
+
"sourceManifestHash": "e71b0fa62af5261eaf1bbc92258f45b17975bd5b98ec204c86e13eb6994020d2"
|
|
1644
1659
|
},
|
|
1645
1660
|
{
|
|
1646
1661
|
"biomeId": "memory-web",
|
|
1647
1662
|
"repo": "submodules/xema-host-web",
|
|
1648
1663
|
"path": "submodules/xema-host-web/biomes/platform/memory-web",
|
|
1649
|
-
"sourceCommit": "
|
|
1650
|
-
"sourceManifestHash": "
|
|
1651
|
-
},
|
|
1652
|
-
{
|
|
1653
|
-
"biomeId": "notifications-web",
|
|
1654
|
-
"repo": "submodules/xema-host-web",
|
|
1655
|
-
"path": "submodules/xema-host-web/biomes/platform/notifications-web",
|
|
1656
|
-
"sourceCommit": "a26f4a89c03777193fbc593992b76ed8274656e9",
|
|
1657
|
-
"sourceManifestHash": "a3e57982ea51d6665616d9599d7e469b99832b36383c7165f28ffaf424e3ba85"
|
|
1664
|
+
"sourceCommit": "0c61f431abc8543fe9475535640f339311083966",
|
|
1665
|
+
"sourceManifestHash": "f64420ff18eeff4279828d9e85f938cf41d324e98ddef1645549aaf0d6161a62"
|
|
1658
1666
|
},
|
|
1659
1667
|
{
|
|
1660
1668
|
"biomeId": "objects-web",
|
|
1661
1669
|
"repo": "submodules/xema-host-web",
|
|
1662
1670
|
"path": "submodules/xema-host-web/biomes/system/objects-web",
|
|
1663
|
-
"sourceCommit": "
|
|
1664
|
-
"sourceManifestHash": "
|
|
1671
|
+
"sourceCommit": "0c61f431abc8543fe9475535640f339311083966",
|
|
1672
|
+
"sourceManifestHash": "23d313f5d5bae4b1864c3ebd2409f6e495b939fad074db83bd4fe30d481caba1"
|
|
1665
1673
|
},
|
|
1666
1674
|
{
|
|
1667
1675
|
"biomeId": "org-databases-web",
|
|
1668
1676
|
"repo": "submodules/xema-host-web",
|
|
1669
1677
|
"path": "submodules/xema-host-web/biomes/platform/org-databases-web",
|
|
1670
|
-
"sourceCommit": "
|
|
1671
|
-
"sourceManifestHash": "
|
|
1678
|
+
"sourceCommit": "0c61f431abc8543fe9475535640f339311083966",
|
|
1679
|
+
"sourceManifestHash": "04d7d8632dc022c95f509770f173ce7ce393124bc5533f18b1b54f90cc14fbeb"
|
|
1672
1680
|
},
|
|
1673
1681
|
{
|
|
1674
1682
|
"biomeId": "policies-web",
|
|
1675
1683
|
"repo": "submodules/xema-host-web",
|
|
1676
1684
|
"path": "submodules/xema-host-web/biomes/system/policies-web",
|
|
1677
|
-
"sourceCommit": "
|
|
1678
|
-
"sourceManifestHash": "
|
|
1685
|
+
"sourceCommit": "0c61f431abc8543fe9475535640f339311083966",
|
|
1686
|
+
"sourceManifestHash": "720f536934ca9e5a3f138fcdaf05b52416fb6e74548ce74f0c8917a8a5580e5e"
|
|
1679
1687
|
},
|
|
1680
1688
|
{
|
|
1681
1689
|
"biomeId": "project-biomes-web",
|
|
1682
1690
|
"repo": "submodules/xema-host-web",
|
|
1683
1691
|
"path": "submodules/xema-host-web/biomes/platform/project-biomes-web",
|
|
1684
|
-
"sourceCommit": "
|
|
1685
|
-
"sourceManifestHash": "
|
|
1692
|
+
"sourceCommit": "0c61f431abc8543fe9475535640f339311083966",
|
|
1693
|
+
"sourceManifestHash": "077f6afc13abb5bebf99e54fae6b0f7906ce09a50fb67c53113c902b04f6a108"
|
|
1686
1694
|
},
|
|
1687
1695
|
{
|
|
1688
1696
|
"biomeId": "runners-web",
|
|
1689
1697
|
"repo": "submodules/xema-host-web",
|
|
1690
1698
|
"path": "submodules/xema-host-web/biomes/system/runners-web",
|
|
1691
|
-
"sourceCommit": "
|
|
1692
|
-
"sourceManifestHash": "
|
|
1699
|
+
"sourceCommit": "0c61f431abc8543fe9475535640f339311083966",
|
|
1700
|
+
"sourceManifestHash": "469a04d8a7ff2e8dc55ab05fc4f6b874c46981a987d30393a469541f61b7cda3"
|
|
1693
1701
|
},
|
|
1694
1702
|
{
|
|
1695
1703
|
"biomeId": "search-web",
|
|
1696
1704
|
"repo": "submodules/xema-host-web",
|
|
1697
1705
|
"path": "submodules/xema-host-web/biomes/system/search-web",
|
|
1698
|
-
"sourceCommit": "
|
|
1699
|
-
"sourceManifestHash": "
|
|
1706
|
+
"sourceCommit": "0c61f431abc8543fe9475535640f339311083966",
|
|
1707
|
+
"sourceManifestHash": "82c0a04f2ad3e6ba84a85e8d14e6dc4ed65c0581ca7ec168e066ebcf0da07944"
|
|
1700
1708
|
},
|
|
1701
1709
|
{
|
|
1702
1710
|
"biomeId": "service-registry-web",
|
|
1703
1711
|
"repo": "submodules/xema-host-web",
|
|
1704
1712
|
"path": "submodules/xema-host-web/biomes/system/service-registry-web",
|
|
1705
|
-
"sourceCommit": "
|
|
1706
|
-
"sourceManifestHash": "
|
|
1713
|
+
"sourceCommit": "0c61f431abc8543fe9475535640f339311083966",
|
|
1714
|
+
"sourceManifestHash": "4e6de6c3d7fb2edd030b9d346833c7ce6e99aff3d2e46e40ef61670abc302839"
|
|
1707
1715
|
},
|
|
1708
1716
|
{
|
|
1709
1717
|
"biomeId": "sessions-web",
|
|
1710
1718
|
"repo": "submodules/xema-host-web",
|
|
1711
1719
|
"path": "submodules/xema-host-web/biomes/platform/sessions-web",
|
|
1712
|
-
"sourceCommit": "
|
|
1713
|
-
"sourceManifestHash": "
|
|
1720
|
+
"sourceCommit": "0c61f431abc8543fe9475535640f339311083966",
|
|
1721
|
+
"sourceManifestHash": "5d0d648c6d5c362498a7fe16ce1213b6fc3b161bf7e019d66d96654af0ba59a0"
|
|
1714
1722
|
},
|
|
1715
1723
|
{
|
|
1716
1724
|
"biomeId": "software-dev-web",
|
|
1717
1725
|
"repo": "submodules/xema-host-web",
|
|
1718
1726
|
"path": "submodules/xema-host-web/biomes/platform/software-dev-web",
|
|
1719
|
-
"sourceCommit": "
|
|
1720
|
-
"sourceManifestHash": "
|
|
1727
|
+
"sourceCommit": "0c61f431abc8543fe9475535640f339311083966",
|
|
1728
|
+
"sourceManifestHash": "ba11db8deefb141d67bfe882fad594a3cc31100512a7ebb9ab05bfc90a4c7eb3"
|
|
1721
1729
|
},
|
|
1722
1730
|
{
|
|
1723
1731
|
"biomeId": "spaces-web",
|
|
1724
1732
|
"repo": "submodules/xema-host-web",
|
|
1725
1733
|
"path": "submodules/xema-host-web/biomes/system/spaces-web",
|
|
1726
|
-
"sourceCommit": "
|
|
1727
|
-
"sourceManifestHash": "
|
|
1734
|
+
"sourceCommit": "0c61f431abc8543fe9475535640f339311083966",
|
|
1735
|
+
"sourceManifestHash": "ca0317b58364d048e70ac47801fa4f74d57f4ddd3647f99e8e1186dbc2581629"
|
|
1728
1736
|
},
|
|
1729
1737
|
{
|
|
1730
1738
|
"biomeId": "studio-web",
|
|
1731
1739
|
"repo": "submodules/xema-host-web",
|
|
1732
1740
|
"path": "submodules/xema-host-web/biomes/platform/studio-web",
|
|
1733
|
-
"sourceCommit": "
|
|
1734
|
-
"sourceManifestHash": "
|
|
1741
|
+
"sourceCommit": "0c61f431abc8543fe9475535640f339311083966",
|
|
1742
|
+
"sourceManifestHash": "6a14eab448f12ada1108c7d7ef5a3239cc8e46e8fee09d26671578f2321c6b2c"
|
|
1735
1743
|
},
|
|
1736
1744
|
{
|
|
1737
1745
|
"biomeId": "topology-web",
|
|
1738
1746
|
"repo": "submodules/xema-host-web",
|
|
1739
1747
|
"path": "submodules/xema-host-web/biomes/platform/topology-web",
|
|
1740
|
-
"sourceCommit": "
|
|
1741
|
-
"sourceManifestHash": "
|
|
1748
|
+
"sourceCommit": "0c61f431abc8543fe9475535640f339311083966",
|
|
1749
|
+
"sourceManifestHash": "e0031fa2a63170f6e47d4e6da3dd6bc8d39bb0c7d33834192c0dcae4984783a3"
|
|
1742
1750
|
},
|
|
1743
1751
|
{
|
|
1744
1752
|
"biomeId": "user-hub-web",
|
|
1745
1753
|
"repo": "submodules/xema-host-web",
|
|
1746
1754
|
"path": "submodules/xema-host-web/biomes/system/user-hub-web",
|
|
1747
|
-
"sourceCommit": "
|
|
1748
|
-
"sourceManifestHash": "
|
|
1755
|
+
"sourceCommit": "0c61f431abc8543fe9475535640f339311083966",
|
|
1756
|
+
"sourceManifestHash": "4162422cfc654ae58368d4825e97857f3a1a7693cc4a09d88059961289c51eda"
|
|
1749
1757
|
},
|
|
1750
1758
|
{
|
|
1751
1759
|
"biomeId": "webapp-studio-web",
|
|
1752
1760
|
"repo": "submodules/xema-host-web",
|
|
1753
1761
|
"path": "submodules/xema-host-web/biomes/platform/webapp-studio-web",
|
|
1754
|
-
"sourceCommit": "
|
|
1755
|
-
"sourceManifestHash": "
|
|
1762
|
+
"sourceCommit": "0c61f431abc8543fe9475535640f339311083966",
|
|
1763
|
+
"sourceManifestHash": "062bc6155ea7d9d75f3aadc4f2455e87f7ca1582cd87de726326263d90dccef9"
|
|
1756
1764
|
},
|
|
1757
1765
|
{
|
|
1758
1766
|
"biomeId": "workflows-web",
|
|
1759
1767
|
"repo": "submodules/xema-host-web",
|
|
1760
1768
|
"path": "submodules/xema-host-web/biomes/platform/workflows-web",
|
|
1761
|
-
"sourceCommit": "
|
|
1762
|
-
"sourceManifestHash": "
|
|
1769
|
+
"sourceCommit": "0c61f431abc8543fe9475535640f339311083966",
|
|
1770
|
+
"sourceManifestHash": "cfd93e6b1c860a18254d0f7693a50b4bb1f1d528acc10639fce465f1288a3c1c"
|
|
1763
1771
|
},
|
|
1764
1772
|
{
|
|
1765
1773
|
"biomeId": "xema-storefront-web",
|
|
1766
1774
|
"repo": "submodules/xema-host-web",
|
|
1767
1775
|
"path": "submodules/xema-host-web/biomes/platform/xema-storefront-web",
|
|
1768
|
-
"sourceCommit": "
|
|
1769
|
-
"sourceManifestHash": "
|
|
1776
|
+
"sourceCommit": "0c61f431abc8543fe9475535640f339311083966",
|
|
1777
|
+
"sourceManifestHash": "5fc4ca573aa4a14852773c4b91f70ec4c11ef6677cdea699b8b7fb7ad5c23050"
|
|
1770
1778
|
}
|
|
1771
1779
|
]
|
|
1772
1780
|
}
|