@xemahq/xema 0.18.0 → 0.18.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +32 -4
- package/dist/assets/appliance-base/distribution.lock.json +418 -448
- package/dist/assets/appliance-base/images.lock.json +231 -253
- package/dist/assets/appliance-lean/distribution.lock.json +243 -302
- package/dist/assets/appliance-lean/images.lock.json +160 -182
- package/dist/assets/boot-graph.json +1 -4
- package/dist/assets/cloud/distribution.lock.json +424 -472
- package/dist/assets/cloud/images.lock.json +240 -262
- package/dist/assets/core/distribution.lock.json +174 -361
- package/dist/assets/core/images.lock.json +170 -236
- package/dist/assets/distribution-assets.manifest.json +33 -32
- package/dist/assets/minimal/distribution.lock.json +150 -286
- package/dist/assets/minimal/images.lock.json +143 -187
- package/dist/assets/oss/distribution.lock.json +418 -448
- package/dist/assets/oss/images.lock.json +232 -254
- package/dist/assets/starter/distribution.lock.json +267 -364
- package/dist/assets/starter/images.lock.json +176 -220
- package/dist/cli.d.ts.map +1 -1
- package/dist/cli.js +2 -0
- package/dist/cli.js.map +1 -1
- package/dist/commands/biome.d.ts +27 -0
- package/dist/commands/biome.d.ts.map +1 -1
- package/dist/commands/biome.js +8 -2
- package/dist/commands/biome.js.map +1 -1
- package/dist/commands/installation.d.ts.map +1 -1
- package/dist/commands/installation.js +112 -27
- package/dist/commands/installation.js.map +1 -1
- package/dist/commands/onboard.d.ts +3 -0
- package/dist/commands/onboard.d.ts.map +1 -0
- package/dist/commands/onboard.js +110 -0
- package/dist/commands/onboard.js.map +1 -0
- package/dist/dev/env-defaults.d.ts.map +1 -1
- package/dist/dev/env-defaults.js +0 -1
- package/dist/dev/env-defaults.js.map +1 -1
- package/dist/runtime/asset-provenance.d.ts +1 -1
- package/dist/runtime/asset-provenance.d.ts.map +1 -1
- package/dist/runtime/asset-provenance.js.map +1 -1
- package/dist/runtime/config/init-presets.d.ts.map +1 -1
- package/dist/runtime/config/init-presets.js +1 -12
- package/dist/runtime/config/init-presets.js.map +1 -1
- package/dist/runtime/config/schema.d.ts +0 -11
- package/dist/runtime/config/schema.d.ts.map +1 -1
- package/dist/runtime/config/schema.js +0 -2
- package/dist/runtime/config/schema.js.map +1 -1
- package/dist/runtime/env-seeder.d.ts.map +1 -1
- package/dist/runtime/env-seeder.js +0 -3
- package/dist/runtime/env-seeder.js.map +1 -1
- package/dist/runtime/infra/infra-catalog.d.ts.map +1 -1
- package/dist/runtime/infra/infra-catalog.js +0 -18
- package/dist/runtime/infra/infra-catalog.js.map +1 -1
- package/dist/runtime/infra/infra-environment.d.ts.map +1 -1
- package/dist/runtime/infra/infra-environment.js +0 -1
- package/dist/runtime/infra/infra-environment.js.map +1 -1
- package/dist/runtime/installation/compiler.d.ts +3 -4
- package/dist/runtime/installation/compiler.d.ts.map +1 -1
- package/dist/runtime/installation/compiler.js +10 -13
- package/dist/runtime/installation/compiler.js.map +1 -1
- package/dist/runtime/installation/contract.d.ts +4 -10
- package/dist/runtime/installation/contract.d.ts.map +1 -1
- package/dist/runtime/installation/contract.js +8 -11
- package/dist/runtime/installation/contract.js.map +1 -1
- package/dist/runtime/installation/current-launcher-renderer.d.ts.map +1 -1
- package/dist/runtime/installation/current-launcher-renderer.js +0 -5
- package/dist/runtime/installation/current-launcher-renderer.js.map +1 -1
- package/dist/runtime/installation/deployment-root.d.ts +53 -0
- package/dist/runtime/installation/deployment-root.d.ts.map +1 -0
- package/dist/runtime/installation/deployment-root.js +510 -0
- package/dist/runtime/installation/deployment-root.js.map +1 -0
- package/dist/runtime/installation/engine-verbs.d.ts +36 -0
- package/dist/runtime/installation/engine-verbs.d.ts.map +1 -0
- package/dist/runtime/installation/engine-verbs.js +164 -0
- package/dist/runtime/installation/engine-verbs.js.map +1 -0
- package/dist/runtime/installation/engine.d.ts +87 -0
- package/dist/runtime/installation/engine.d.ts.map +1 -0
- package/dist/runtime/installation/engine.js +218 -0
- package/dist/runtime/installation/engine.js.map +1 -0
- package/dist/runtime/installation/helm-release.d.ts.map +1 -1
- package/dist/runtime/installation/helm-release.js +0 -1
- package/dist/runtime/installation/helm-release.js.map +1 -1
- package/dist/runtime/installation/index.d.ts +3 -0
- package/dist/runtime/installation/index.d.ts.map +1 -1
- package/dist/runtime/installation/index.js +3 -0
- package/dist/runtime/installation/index.js.map +1 -1
- package/dist/runtime/installation/json-schema.d.ts +1 -1
- package/dist/runtime/installation/json-schema.d.ts.map +1 -1
- package/dist/runtime/installation/json-schema.js +1 -1
- package/dist/runtime/installation/json-schema.js.map +1 -1
- package/dist/runtime/installation/lifecycle.js.map +1 -1
- package/dist/runtime/installation/setup-profile.d.ts +7 -2
- package/dist/runtime/installation/setup-profile.d.ts.map +1 -1
- package/dist/runtime/installation/setup-profile.js +2 -1
- package/dist/runtime/installation/setup-profile.js.map +1 -1
- package/dist/runtime/installation/validators/operational.d.ts.map +1 -1
- package/dist/runtime/installation/validators/operational.js +0 -8
- package/dist/runtime/installation/validators/operational.js.map +1 -1
- package/dist/runtime/onboard/plan.d.ts +52 -0
- package/dist/runtime/onboard/plan.d.ts.map +1 -0
- package/dist/runtime/onboard/plan.js +210 -0
- package/dist/runtime/onboard/plan.js.map +1 -0
- package/dist/runtime/sources/kinds/git.d.ts +4 -0
- package/dist/runtime/sources/kinds/git.d.ts.map +1 -1
- package/dist/runtime/sources/kinds/git.js +19 -12
- package/dist/runtime/sources/kinds/git.js.map +1 -1
- package/examples/02-local-container-full.yaml +0 -1
- package/examples/03-byo-infra.yaml +0 -1
- package/examples/04-subset-knowledge.yaml +0 -1
- package/package.json +14 -13
- package/xema.config.example.yaml +0 -1
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"schemaVersion": 1,
|
|
7
7
|
"generatorIdentity": "xema-distributions/build-runtime-image-source-index.mjs@v1",
|
|
8
8
|
"repositoryUrl": "https://github.com/xema-dev/xema-kernel-contracts.git",
|
|
9
|
-
"sourceCommit": "
|
|
9
|
+
"sourceCommit": "24e9f12e266555281f19a2aa7e1a73722d027864",
|
|
10
10
|
"sourcePaths": [
|
|
11
11
|
"packages/kernel/kernel-contracts/src/distribution/index.ts",
|
|
12
12
|
"packages/kernel/kernel-contracts/src/distribution/lib/image-lock.ts",
|
|
@@ -15,18 +15,18 @@
|
|
|
15
15
|
"packages/kernel/kernel-contracts/src/distribution/lib/runtime-image-source-index.ts"
|
|
16
16
|
],
|
|
17
17
|
"contentHashAlgorithm": "xema-kernel-contract-authority-length-framed-git-path-mode-blob-sha256-v1",
|
|
18
|
-
"contentDigest": "
|
|
18
|
+
"contentDigest": "d8fa8285a5f97e9d0bd6af7c4b0cd7f49c3310215ac36786ded2d63e2cce3060"
|
|
19
19
|
},
|
|
20
20
|
"subjects": [
|
|
21
21
|
{
|
|
22
22
|
"kind": "host",
|
|
23
23
|
"id": "xema-host-web",
|
|
24
24
|
"imageRef": "ghcr.io/xema-dev/xema-host-web",
|
|
25
|
-
"contentHash": "
|
|
25
|
+
"contentHash": "5f0ffb98f700f4304bf660ad1d97e1268e9bf50d7bbd714c3bbee0bbd8cc1979",
|
|
26
26
|
"repo": "submodules/xema-host-web",
|
|
27
27
|
"path": "submodules/xema-host-web",
|
|
28
|
-
"sourceCommit": "
|
|
29
|
-
"sourceManifestHash": "
|
|
28
|
+
"sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
|
|
29
|
+
"sourceManifestHash": "85e8c08e0b638e8ce2450de66212b472856434baffde75712bcd5736a0fefcd9",
|
|
30
30
|
"requiredPlatforms": [
|
|
31
31
|
{
|
|
32
32
|
"os": "linux",
|
|
@@ -44,10 +44,10 @@
|
|
|
44
44
|
"kind": "platform",
|
|
45
45
|
"id": "billing-api",
|
|
46
46
|
"imageRef": "ghcr.io/xema-dev/billing-api",
|
|
47
|
-
"contentHash": "
|
|
47
|
+
"contentHash": "41f121a61994d9889d0ac044ce4baa09ebc0983a5e76e1a702d34def947cb538",
|
|
48
48
|
"repo": "submodules/billing-api",
|
|
49
49
|
"path": "submodules/billing-api",
|
|
50
|
-
"sourceCommit": "
|
|
50
|
+
"sourceCommit": "d331c986b77d68330326057d763d50fbab077bf4",
|
|
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": "28c34e719174987de9dc2f307de9f1be7aa602b444d1a5bb0588cb2eba38e3d1",
|
|
70
70
|
"repo": "submodules/event-hub-api",
|
|
71
71
|
"path": "submodules/event-hub-api",
|
|
72
|
-
"sourceCommit": "
|
|
72
|
+
"sourceCommit": "cabeee0a17576f671ea531e00b141392b4919d23",
|
|
73
73
|
"sourceManifestHash": "2e57d7356ed288b00e35f3ee4aa542cdbb1eb25d94a8fecbc2bda76cedd5f995",
|
|
74
74
|
"requiredPlatforms": [
|
|
75
75
|
{
|
|
@@ -88,10 +88,10 @@
|
|
|
88
88
|
"kind": "platform",
|
|
89
89
|
"id": "identity-api",
|
|
90
90
|
"imageRef": "ghcr.io/xema-dev/identity-api",
|
|
91
|
-
"contentHash": "
|
|
91
|
+
"contentHash": "b7949773dd6533fefb9f3f74d24167b776a31540ca8d43e9b5278df52ba803b0",
|
|
92
92
|
"repo": "submodules/identity-api",
|
|
93
93
|
"path": "submodules/identity-api",
|
|
94
|
-
"sourceCommit": "
|
|
94
|
+
"sourceCommit": "0531b190e604909fd1717b236104e6e1a9f0e7d7",
|
|
95
95
|
"sourceManifestHash": "f0acc5e81bb3b00f98e1fde709e9dc24903bdf2ce5bdc6eeec0d5b9338bf5c1b",
|
|
96
96
|
"requiredPlatforms": [
|
|
97
97
|
{
|
|
@@ -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": "e56ee7641b414632e2915d73307e0ac021eed25987c5fd52fc3ed1654b37a2ba",
|
|
114
114
|
"repo": "submodules/llm-gateway-api",
|
|
115
115
|
"path": "submodules/llm-gateway-api",
|
|
116
|
-
"sourceCommit": "
|
|
116
|
+
"sourceCommit": "b79e7ef7e44613fc37764b0252b5372eb8ec5e50",
|
|
117
117
|
"sourceManifestHash": "89a532314ab470aba850033344e2eca97de452bd89f0d6949770b0d837333d8d",
|
|
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": "3864e5cd2ce8089d9998f78cf63fd69cf66c17f070243dedb845c7d3b3cd820b",
|
|
136
136
|
"repo": "submodules/secrets-api",
|
|
137
137
|
"path": "submodules/secrets-api",
|
|
138
|
-
"sourceCommit": "
|
|
138
|
+
"sourceCommit": "e6b31e15a059823b2552d26fec5c3a15b1effdb2",
|
|
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": "5e028ccd895e0ecb8a1b0986e2dc787a5fdea1b3f0f4f25c1ff8e19bbecac3d4",
|
|
158
158
|
"repo": "repos/xema-base",
|
|
159
159
|
"path": "repos/xema-base/biomes/biome-adapter-host",
|
|
160
|
-
"sourceCommit": "
|
|
161
|
-
"sourceManifestHash": "
|
|
160
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
161
|
+
"sourceManifestHash": "b1a0bb72096f9b4f415182204fc776527cfe2fb9caf820034ca77d962b8120ef",
|
|
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": "44deaa6da2428fa28036a32e163675033d67bcbd23c9fa739f3034ffdec17efb",
|
|
180
180
|
"repo": "repos/xema-base",
|
|
181
181
|
"path": "repos/xema-base/biomes/opencode-runtime",
|
|
182
|
-
"sourceCommit": "
|
|
183
|
-
"sourceManifestHash": "
|
|
182
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
183
|
+
"sourceManifestHash": "1f193a66f63ab5e16d117893806477a04d18e79b4802f5343497aa16864da28a",
|
|
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": "166f258255901f60622443d6d43647e1dd9543e1510c31539b365d5b078bf9c6",
|
|
206
206
|
"repo": "repos/xema-base",
|
|
207
207
|
"path": "repos/xema-base/biomes/activity-feed",
|
|
208
|
-
"sourceCommit": "
|
|
209
|
-
"sourceManifestHash": "
|
|
208
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
209
|
+
"sourceManifestHash": "823f7f6fe9abfbe0b4b3dd45b875d2eae928b0c109a7bfebf58dc55f4b3a3d6c",
|
|
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": "8be283843be2f885c0607cc2aedf50067ebb1f708b871c6d8e381a6476f2ea07",
|
|
228
228
|
"repo": "repos/xema-base",
|
|
229
229
|
"path": "repos/xema-base/biomes/agent-runtime",
|
|
230
|
-
"sourceCommit": "
|
|
231
|
-
"sourceManifestHash": "
|
|
230
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
231
|
+
"sourceManifestHash": "43fe42646ccb71bc829c40a7406c7a49d5707307b9f93a47b78a19e5ec39d9bc",
|
|
232
232
|
"requiredPlatforms": [
|
|
233
233
|
{
|
|
234
234
|
"os": "linux",
|
|
@@ -246,11 +246,11 @@
|
|
|
246
246
|
"kind": "service",
|
|
247
247
|
"id": "app-platform-api",
|
|
248
248
|
"imageRef": "ghcr.io/xema-dev/app-platform-api",
|
|
249
|
-
"contentHash": "
|
|
249
|
+
"contentHash": "90ed88b78bed19a89bfa8c7fe2d7e938b2a495fe6ac3f7220bf88ef8023d0f89",
|
|
250
250
|
"repo": "repos/xema-base",
|
|
251
251
|
"path": "repos/xema-base/biomes/app-platform",
|
|
252
|
-
"sourceCommit": "
|
|
253
|
-
"sourceManifestHash": "
|
|
252
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
253
|
+
"sourceManifestHash": "f5f51d776b71789a069b2638ed42391337be42ac46610df6d6f42d01b89b6ecd",
|
|
254
254
|
"requiredPlatforms": [
|
|
255
255
|
{
|
|
256
256
|
"os": "linux",
|
|
@@ -268,11 +268,11 @@
|
|
|
268
268
|
"kind": "service",
|
|
269
269
|
"id": "artifact-store-api",
|
|
270
270
|
"imageRef": "ghcr.io/xema-dev/artifact-store-api",
|
|
271
|
-
"contentHash": "
|
|
271
|
+
"contentHash": "d217693a98d85c3e02197ecba32eed7405af75a00889abb86343c8e7f2543be1",
|
|
272
272
|
"repo": "repos/xema-base",
|
|
273
273
|
"path": "repos/xema-base/biomes/agent-runtime",
|
|
274
|
-
"sourceCommit": "
|
|
275
|
-
"sourceManifestHash": "
|
|
274
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
275
|
+
"sourceManifestHash": "43fe42646ccb71bc829c40a7406c7a49d5707307b9f93a47b78a19e5ec39d9bc",
|
|
276
276
|
"requiredPlatforms": [
|
|
277
277
|
{
|
|
278
278
|
"os": "linux",
|
|
@@ -290,11 +290,11 @@
|
|
|
290
290
|
"kind": "service",
|
|
291
291
|
"id": "audit-log-api",
|
|
292
292
|
"imageRef": "ghcr.io/xema-dev/audit-log-api",
|
|
293
|
-
"contentHash": "
|
|
293
|
+
"contentHash": "21f056d69fbda7d3e24150c8f367345a1fba56ea4374ae83871227086ffa7ece",
|
|
294
294
|
"repo": "repos/xema-base",
|
|
295
295
|
"path": "repos/xema-base/biomes/audit",
|
|
296
|
-
"sourceCommit": "
|
|
297
|
-
"sourceManifestHash": "
|
|
296
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
297
|
+
"sourceManifestHash": "b55bfee2da7f8fe6e3c3506a0b6e515f56cc86c18332b9d3d7a8ab6c9a71504d",
|
|
298
298
|
"requiredPlatforms": [
|
|
299
299
|
{
|
|
300
300
|
"os": "linux",
|
|
@@ -312,11 +312,11 @@
|
|
|
312
312
|
"kind": "service",
|
|
313
313
|
"id": "authorization-api",
|
|
314
314
|
"imageRef": "ghcr.io/xema-dev/authorization-api",
|
|
315
|
-
"contentHash": "
|
|
315
|
+
"contentHash": "fa16773b07368a129db00dbd87ab0acd20de58a99d86e2cba054ee5276cc095f",
|
|
316
316
|
"repo": "repos/xema-base",
|
|
317
317
|
"path": "repos/xema-base/biomes/authorization",
|
|
318
|
-
"sourceCommit": "
|
|
319
|
-
"sourceManifestHash": "
|
|
318
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
319
|
+
"sourceManifestHash": "214fc48f2e68e3755a0630d92bbae8769f8ebfdd44bee9d2ae622b6e1758ad00",
|
|
320
320
|
"requiredPlatforms": [
|
|
321
321
|
{
|
|
322
322
|
"os": "linux",
|
|
@@ -334,10 +334,10 @@
|
|
|
334
334
|
"kind": "service",
|
|
335
335
|
"id": "backlog-api",
|
|
336
336
|
"imageRef": "ghcr.io/xema-dev/backlog-api",
|
|
337
|
-
"contentHash": "
|
|
337
|
+
"contentHash": "9fd8f7519267a51273af3b8dec107353601754e7fcb95a5afda1d93e939b9e24",
|
|
338
338
|
"repo": "repos/xema-community",
|
|
339
339
|
"path": "repos/xema-community/biomes/backlog",
|
|
340
|
-
"sourceCommit": "
|
|
340
|
+
"sourceCommit": "3957408a61b00a5881645a173f7139d70fbaef04",
|
|
341
341
|
"sourceManifestHash": "5661755e6e3bf66b571375d37664574203df82364241b4734a5fc05f5a8b4d08",
|
|
342
342
|
"requiredPlatforms": [
|
|
343
343
|
{
|
|
@@ -356,11 +356,11 @@
|
|
|
356
356
|
"kind": "service",
|
|
357
357
|
"id": "biome-fetcher-api",
|
|
358
358
|
"imageRef": "ghcr.io/xema-dev/biome-fetcher-api",
|
|
359
|
-
"contentHash": "
|
|
359
|
+
"contentHash": "c1a765ab9f69a60522fb4a55f03e6f3baa47a8a890a29f38e736ef9a5de9b870",
|
|
360
360
|
"repo": "repos/xema-base",
|
|
361
361
|
"path": "repos/xema-base/biomes/biome-fetcher",
|
|
362
|
-
"sourceCommit": "
|
|
363
|
-
"sourceManifestHash": "
|
|
362
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
363
|
+
"sourceManifestHash": "ec7cf835b650b00808eee92e5a9910afc56c627ac03b503c852789b27a768a6d",
|
|
364
364
|
"requiredPlatforms": [
|
|
365
365
|
{
|
|
366
366
|
"os": "linux",
|
|
@@ -378,11 +378,11 @@
|
|
|
378
378
|
"kind": "service",
|
|
379
379
|
"id": "biome-host-api",
|
|
380
380
|
"imageRef": "ghcr.io/xema-dev/biome-host-api",
|
|
381
|
-
"contentHash": "
|
|
381
|
+
"contentHash": "e4eeddec7f4259e43730944208f4d966d1d6c008fc453372330c74defd825283",
|
|
382
382
|
"repo": "repos/xema-base",
|
|
383
383
|
"path": "repos/xema-base/biomes/biome-host",
|
|
384
|
-
"sourceCommit": "
|
|
385
|
-
"sourceManifestHash": "
|
|
384
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
385
|
+
"sourceManifestHash": "a02a55b39b83b38c0a2965989d3a443e4aae1a83b3eb53b33fa03d4e78261028",
|
|
386
386
|
"requiredPlatforms": [
|
|
387
387
|
{
|
|
388
388
|
"os": "linux",
|
|
@@ -396,37 +396,15 @@
|
|
|
396
396
|
}
|
|
397
397
|
]
|
|
398
398
|
},
|
|
399
|
-
{
|
|
400
|
-
"kind": "service",
|
|
401
|
-
"id": "canopy-api",
|
|
402
|
-
"imageRef": "ghcr.io/xema-dev/canopy-api",
|
|
403
|
-
"contentHash": "c11a10ca8772ab3a43a0414548b161c08912e86298f766df4d4c2cfe3266ee85",
|
|
404
|
-
"repo": "repos/xema-base",
|
|
405
|
-
"path": "repos/xema-base/biomes/canopy",
|
|
406
|
-
"sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
|
|
407
|
-
"sourceManifestHash": "0f437205d30b2594678c0ebb4f0c7f205f61e87ffb12d096c788bdba39cdcae9",
|
|
408
|
-
"requiredPlatforms": [
|
|
409
|
-
{
|
|
410
|
-
"os": "linux",
|
|
411
|
-
"architecture": "amd64"
|
|
412
|
-
}
|
|
413
|
-
],
|
|
414
|
-
"owners": [
|
|
415
|
-
{
|
|
416
|
-
"kind": "biome",
|
|
417
|
-
"biomeId": "canopy"
|
|
418
|
-
}
|
|
419
|
-
]
|
|
420
|
-
},
|
|
421
399
|
{
|
|
422
400
|
"kind": "service",
|
|
423
401
|
"id": "capability-registry-api",
|
|
424
402
|
"imageRef": "ghcr.io/xema-dev/capability-registry-api",
|
|
425
|
-
"contentHash": "
|
|
403
|
+
"contentHash": "a85f2159ddd83a7274a179e049fcacd75d203607fede4fcd4c59518c7de2b00d",
|
|
426
404
|
"repo": "repos/xema-base",
|
|
427
405
|
"path": "repos/xema-base/biomes/capability-registry",
|
|
428
|
-
"sourceCommit": "
|
|
429
|
-
"sourceManifestHash": "
|
|
406
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
407
|
+
"sourceManifestHash": "401a9a8557ddf5f9df34aae449a70659c4a6999cfdbc22c123689e4990c8a46b",
|
|
430
408
|
"requiredPlatforms": [
|
|
431
409
|
{
|
|
432
410
|
"os": "linux",
|
|
@@ -444,10 +422,10 @@
|
|
|
444
422
|
"kind": "service",
|
|
445
423
|
"id": "channel-gateway-api",
|
|
446
424
|
"imageRef": "ghcr.io/xema-dev/channel-gateway-api",
|
|
447
|
-
"contentHash": "
|
|
425
|
+
"contentHash": "c05d32707bd9b24d7ad756d9de39b7ad062550e673d8eb0bf9419a1902d4f6ee",
|
|
448
426
|
"repo": "repos/xema-community",
|
|
449
427
|
"path": "repos/xema-community/biomes/conversation-channels",
|
|
450
|
-
"sourceCommit": "
|
|
428
|
+
"sourceCommit": "3957408a61b00a5881645a173f7139d70fbaef04",
|
|
451
429
|
"sourceManifestHash": "118de16bf727ac27e3dcf2273cd835a07e2d35ab58e4d89bf2bf4b325583a789",
|
|
452
430
|
"requiredPlatforms": [
|
|
453
431
|
{
|
|
@@ -466,11 +444,11 @@
|
|
|
466
444
|
"kind": "service",
|
|
467
445
|
"id": "connector-gateway-api",
|
|
468
446
|
"imageRef": "ghcr.io/xema-dev/connector-gateway-api",
|
|
469
|
-
"contentHash": "
|
|
447
|
+
"contentHash": "3cc7dfda3f5cba0d9c233b4c0707251780534b07936a23ca5f57fd13a94a4bdc",
|
|
470
448
|
"repo": "repos/xema-base",
|
|
471
449
|
"path": "repos/xema-base/biomes/connector-platform",
|
|
472
|
-
"sourceCommit": "
|
|
473
|
-
"sourceManifestHash": "
|
|
450
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
451
|
+
"sourceManifestHash": "4876ee119e503b501a0cb8bd2c191092ff239fd6c7146e14b5ce8c5a234a2a76",
|
|
474
452
|
"requiredPlatforms": [
|
|
475
453
|
{
|
|
476
454
|
"os": "linux",
|
|
@@ -488,11 +466,11 @@
|
|
|
488
466
|
"kind": "service",
|
|
489
467
|
"id": "container-registry-api",
|
|
490
468
|
"imageRef": "ghcr.io/xema-dev/container-registry-api",
|
|
491
|
-
"contentHash": "
|
|
469
|
+
"contentHash": "a4e0310f9edac79e2e956bf83b002a31cecb4fc07ca1760e93ca062b8ac73b23",
|
|
492
470
|
"repo": "repos/xema-base",
|
|
493
471
|
"path": "repos/xema-base/biomes/container-registry",
|
|
494
|
-
"sourceCommit": "
|
|
495
|
-
"sourceManifestHash": "
|
|
472
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
473
|
+
"sourceManifestHash": "c781e962c4eca669d926b171f33d15f87080b007c0f8b451c090bafee6141693",
|
|
496
474
|
"requiredPlatforms": [
|
|
497
475
|
{
|
|
498
476
|
"os": "linux",
|
|
@@ -510,11 +488,11 @@
|
|
|
510
488
|
"kind": "service",
|
|
511
489
|
"id": "control-plane-api",
|
|
512
490
|
"imageRef": "ghcr.io/xema-dev/control-plane-api",
|
|
513
|
-
"contentHash": "
|
|
491
|
+
"contentHash": "8e199f09dbd5339e9337296c6fffd0259ff88a572003ca4eb020c125f1d53382",
|
|
514
492
|
"repo": "repos/xema-community",
|
|
515
493
|
"path": "repos/xema-community/biomes/control-plane",
|
|
516
|
-
"sourceCommit": "
|
|
517
|
-
"sourceManifestHash": "
|
|
494
|
+
"sourceCommit": "3957408a61b00a5881645a173f7139d70fbaef04",
|
|
495
|
+
"sourceManifestHash": "49a3049beff1b51562b436528633b93b9086c1afeb975ad8f6968e1faf6cc50b",
|
|
518
496
|
"requiredPlatforms": [
|
|
519
497
|
{
|
|
520
498
|
"os": "linux",
|
|
@@ -532,11 +510,11 @@
|
|
|
532
510
|
"kind": "service",
|
|
533
511
|
"id": "credential-broker-api",
|
|
534
512
|
"imageRef": "ghcr.io/xema-dev/credential-broker-api",
|
|
535
|
-
"contentHash": "
|
|
513
|
+
"contentHash": "51038ed9e8fc9d55b75faf84e2a618c5a452c6cb36d02242f8b5174cbbef0560",
|
|
536
514
|
"repo": "repos/xema-base",
|
|
537
515
|
"path": "repos/xema-base/biomes/connector-platform",
|
|
538
|
-
"sourceCommit": "
|
|
539
|
-
"sourceManifestHash": "
|
|
516
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
517
|
+
"sourceManifestHash": "4876ee119e503b501a0cb8bd2c191092ff239fd6c7146e14b5ce8c5a234a2a76",
|
|
540
518
|
"requiredPlatforms": [
|
|
541
519
|
{
|
|
542
520
|
"os": "linux",
|
|
@@ -554,11 +532,11 @@
|
|
|
554
532
|
"kind": "service",
|
|
555
533
|
"id": "decision-api",
|
|
556
534
|
"imageRef": "ghcr.io/xema-dev/decision-api",
|
|
557
|
-
"contentHash": "
|
|
535
|
+
"contentHash": "3af5114a8974b0b46f62873c3bc630935be720560a4db44a00e2cc598c47867d",
|
|
558
536
|
"repo": "repos/xema-base",
|
|
559
537
|
"path": "repos/xema-base/biomes/decision",
|
|
560
|
-
"sourceCommit": "
|
|
561
|
-
"sourceManifestHash": "
|
|
538
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
539
|
+
"sourceManifestHash": "f5f50845612d2ce40cf4642f264b3e4542c1b1e20ad87f886f7eaca13a976310",
|
|
562
540
|
"requiredPlatforms": [
|
|
563
541
|
{
|
|
564
542
|
"os": "linux",
|
|
@@ -576,11 +554,11 @@
|
|
|
576
554
|
"kind": "service",
|
|
577
555
|
"id": "deliverable-specs-api",
|
|
578
556
|
"imageRef": "ghcr.io/xema-dev/deliverable-specs-api",
|
|
579
|
-
"contentHash": "
|
|
557
|
+
"contentHash": "4122ffb210ec03be9f28002723d4ee0ed8c6c565313267869092345f0f2fc12e",
|
|
580
558
|
"repo": "repos/xema-base",
|
|
581
559
|
"path": "repos/xema-base/biomes/workflow-runtime",
|
|
582
|
-
"sourceCommit": "
|
|
583
|
-
"sourceManifestHash": "
|
|
560
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
561
|
+
"sourceManifestHash": "5c45633e117b94ff11931ba034fc0751a095b4b22ef3b03994ab995849c67372",
|
|
584
562
|
"requiredPlatforms": [
|
|
585
563
|
{
|
|
586
564
|
"os": "linux",
|
|
@@ -598,10 +576,10 @@
|
|
|
598
576
|
"kind": "service",
|
|
599
577
|
"id": "docs-api",
|
|
600
578
|
"imageRef": "ghcr.io/xema-dev/docs-api",
|
|
601
|
-
"contentHash": "
|
|
579
|
+
"contentHash": "dc52236b818ba18bfcc73ad3d3c5a57e49138b325aa3ad7825161e49f7f2c805",
|
|
602
580
|
"repo": "repos/xema-docs",
|
|
603
581
|
"path": "repos/xema-docs",
|
|
604
|
-
"sourceCommit": "
|
|
582
|
+
"sourceCommit": "1c384927f2905d5f8cfdbc84913850ec9be7d1dc",
|
|
605
583
|
"sourceManifestHash": "10770a77153a2549a3e1af1142e3c52f1125f9b7a178937f1c05f76ce88e7cbc",
|
|
606
584
|
"requiredPlatforms": [
|
|
607
585
|
{
|
|
@@ -620,10 +598,10 @@
|
|
|
620
598
|
"kind": "service",
|
|
621
599
|
"id": "document-render-api",
|
|
622
600
|
"imageRef": "ghcr.io/xema-dev/document-render-api",
|
|
623
|
-
"contentHash": "
|
|
601
|
+
"contentHash": "9107a3c12e773f057d9817bbcec9a325460642202de6e245cf448be3ab05a397",
|
|
624
602
|
"repo": "repos/xema-community",
|
|
625
603
|
"path": "repos/xema-community/biomes/document-rendering",
|
|
626
|
-
"sourceCommit": "
|
|
604
|
+
"sourceCommit": "3957408a61b00a5881645a173f7139d70fbaef04",
|
|
627
605
|
"sourceManifestHash": "f4842cb8b46ad94ec367890c5de4b3697262dba8e68bf5e54e389af9b4138cfe",
|
|
628
606
|
"requiredPlatforms": [
|
|
629
607
|
{
|
|
@@ -642,11 +620,11 @@
|
|
|
642
620
|
"kind": "service",
|
|
643
621
|
"id": "knowledge-base-api",
|
|
644
622
|
"imageRef": "ghcr.io/xema-dev/knowledge-base-api",
|
|
645
|
-
"contentHash": "
|
|
623
|
+
"contentHash": "2ef02610cdf6eb0857363f5573db50fa22cbf418076a807750a9239a3fb0b71d",
|
|
646
624
|
"repo": "repos/xema-base",
|
|
647
625
|
"path": "repos/xema-base/biomes/knowledge-base",
|
|
648
|
-
"sourceCommit": "
|
|
649
|
-
"sourceManifestHash": "
|
|
626
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
627
|
+
"sourceManifestHash": "b6fb02b287c6e86c34dbdd021f529ade391307bfe1f6c301c12c04364820d420",
|
|
650
628
|
"requiredPlatforms": [
|
|
651
629
|
{
|
|
652
630
|
"os": "linux",
|
|
@@ -664,11 +642,11 @@
|
|
|
664
642
|
"kind": "service",
|
|
665
643
|
"id": "llm-registry-api",
|
|
666
644
|
"imageRef": "ghcr.io/xema-dev/llm-registry-api",
|
|
667
|
-
"contentHash": "
|
|
645
|
+
"contentHash": "b49c1dc1fbac6337ff5a921b92ae8edd43897c91417a460989410acd2e4f5444",
|
|
668
646
|
"repo": "repos/xema-base",
|
|
669
647
|
"path": "repos/xema-base/biomes/agent-runtime",
|
|
670
|
-
"sourceCommit": "
|
|
671
|
-
"sourceManifestHash": "
|
|
648
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
649
|
+
"sourceManifestHash": "43fe42646ccb71bc829c40a7406c7a49d5707307b9f93a47b78a19e5ec39d9bc",
|
|
672
650
|
"requiredPlatforms": [
|
|
673
651
|
{
|
|
674
652
|
"os": "linux",
|
|
@@ -686,10 +664,10 @@
|
|
|
686
664
|
"kind": "service",
|
|
687
665
|
"id": "mailops-api",
|
|
688
666
|
"imageRef": "ghcr.io/xema-dev/mailops-api",
|
|
689
|
-
"contentHash": "
|
|
667
|
+
"contentHash": "e28f045b7cde9921333147ae1911d15aaa9b2146fe64f1b9ebe95600ca0314ae",
|
|
690
668
|
"repo": "repos/xema-cultivars",
|
|
691
669
|
"path": "repos/xema-cultivars/biomes/platform/mailops",
|
|
692
|
-
"sourceCommit": "
|
|
670
|
+
"sourceCommit": "6ab52cdb9a34900c025fe57224bbc6f3545be41f",
|
|
693
671
|
"sourceManifestHash": "770abc9ddacd90debb5b98c0acd61250fc2e2d7d2a0140c7dfd291d23cc66d93",
|
|
694
672
|
"requiredPlatforms": [
|
|
695
673
|
{
|
|
@@ -708,11 +686,11 @@
|
|
|
708
686
|
"kind": "service",
|
|
709
687
|
"id": "mcp-gateway-api",
|
|
710
688
|
"imageRef": "ghcr.io/xema-dev/mcp-gateway-api",
|
|
711
|
-
"contentHash": "
|
|
689
|
+
"contentHash": "33c28c35ceb8353e5a15514fc1cc322a51ff42912309a2bf675cd499c274c5bc",
|
|
712
690
|
"repo": "repos/xema-base",
|
|
713
691
|
"path": "repos/xema-base/biomes/mcp-router",
|
|
714
|
-
"sourceCommit": "
|
|
715
|
-
"sourceManifestHash": "
|
|
692
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
693
|
+
"sourceManifestHash": "53ce021e0299559ba26fa38fdc0a0e55617bd47c3c2ec4142a970480204deb1e",
|
|
716
694
|
"requiredPlatforms": [
|
|
717
695
|
{
|
|
718
696
|
"os": "linux",
|
|
@@ -730,11 +708,11 @@
|
|
|
730
708
|
"kind": "service",
|
|
731
709
|
"id": "object-registry-api",
|
|
732
710
|
"imageRef": "ghcr.io/xema-dev/object-registry-api",
|
|
733
|
-
"contentHash": "
|
|
711
|
+
"contentHash": "4eb02c037379a3b5322074f6fa6f87524e7e08fe3596a1a9d0cc6547ddde1de3",
|
|
734
712
|
"repo": "repos/xema-base",
|
|
735
713
|
"path": "repos/xema-base/biomes/object-registry",
|
|
736
|
-
"sourceCommit": "
|
|
737
|
-
"sourceManifestHash": "
|
|
714
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
715
|
+
"sourceManifestHash": "894cf77f65759065e3a391f27106f8d128aa98fd75b280b774b540179bd53dda",
|
|
738
716
|
"requiredPlatforms": [
|
|
739
717
|
{
|
|
740
718
|
"os": "linux",
|
|
@@ -752,11 +730,11 @@
|
|
|
752
730
|
"kind": "service",
|
|
753
731
|
"id": "org-database-pool-api",
|
|
754
732
|
"imageRef": "ghcr.io/xema-dev/org-database-pool-api",
|
|
755
|
-
"contentHash": "
|
|
733
|
+
"contentHash": "b5d1019928614ce938eeab06f2fa7ddc8d9509b304a9d7b6d1e5c061d315d85f",
|
|
756
734
|
"repo": "repos/xema-base",
|
|
757
735
|
"path": "repos/xema-base/biomes/org-database-pool",
|
|
758
|
-
"sourceCommit": "
|
|
759
|
-
"sourceManifestHash": "
|
|
736
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
737
|
+
"sourceManifestHash": "70e27e3cc9aab6c8334b8f96ee4fc906fc9067dfd90ec93e1c50fc3d11a19120",
|
|
760
738
|
"requiredPlatforms": [
|
|
761
739
|
{
|
|
762
740
|
"os": "linux",
|
|
@@ -770,37 +748,15 @@
|
|
|
770
748
|
}
|
|
771
749
|
]
|
|
772
750
|
},
|
|
773
|
-
{
|
|
774
|
-
"kind": "service",
|
|
775
|
-
"id": "policy-distributor-api",
|
|
776
|
-
"imageRef": "ghcr.io/xema-dev/policy-distributor-api",
|
|
777
|
-
"contentHash": "9ad3156e01943a9a77e1728e92351cd07661c5f1c86462d4db31d21fce66b1b4",
|
|
778
|
-
"repo": "repos/xema-base",
|
|
779
|
-
"path": "repos/xema-base/biomes/policy-distributor",
|
|
780
|
-
"sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
|
|
781
|
-
"sourceManifestHash": "1e4eff54963ee3d0a2607b00d43b5c45f67aba6997d2be7db1a28f41eed8b127",
|
|
782
|
-
"requiredPlatforms": [
|
|
783
|
-
{
|
|
784
|
-
"os": "linux",
|
|
785
|
-
"architecture": "amd64"
|
|
786
|
-
}
|
|
787
|
-
],
|
|
788
|
-
"owners": [
|
|
789
|
-
{
|
|
790
|
-
"kind": "biome",
|
|
791
|
-
"biomeId": "policy-distributor"
|
|
792
|
-
}
|
|
793
|
-
]
|
|
794
|
-
},
|
|
795
751
|
{
|
|
796
752
|
"kind": "service",
|
|
797
753
|
"id": "project-registry-api",
|
|
798
754
|
"imageRef": "ghcr.io/xema-dev/project-registry-api",
|
|
799
|
-
"contentHash": "
|
|
755
|
+
"contentHash": "e89e2a75719fd332a64ef73e782aa6959b2af7ba029806e457153c2a8a7868b5",
|
|
800
756
|
"repo": "repos/xema-base",
|
|
801
757
|
"path": "repos/xema-base/biomes/project-registry",
|
|
802
|
-
"sourceCommit": "
|
|
803
|
-
"sourceManifestHash": "
|
|
758
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
759
|
+
"sourceManifestHash": "ef99a31b9c2191bb036c0bbc13e8da5d407ef916f074b65e1727694759282498",
|
|
804
760
|
"requiredPlatforms": [
|
|
805
761
|
{
|
|
806
762
|
"os": "linux",
|
|
@@ -818,11 +774,11 @@
|
|
|
818
774
|
"kind": "service",
|
|
819
775
|
"id": "public-gateway-api",
|
|
820
776
|
"imageRef": "ghcr.io/xema-dev/public-gateway-api",
|
|
821
|
-
"contentHash": "
|
|
777
|
+
"contentHash": "6590f51a2ad12bc58d4dc012b6a9f27955742d33d69d11b3706a16126bf6b612",
|
|
822
778
|
"repo": "repos/xema-base",
|
|
823
779
|
"path": "repos/xema-base/biomes/public-gateway",
|
|
824
|
-
"sourceCommit": "
|
|
825
|
-
"sourceManifestHash": "
|
|
780
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
781
|
+
"sourceManifestHash": "f54675d51b001980dbb805dd4fa5a3923d5a88e6745f54dd22dbdd844785488a",
|
|
826
782
|
"requiredPlatforms": [
|
|
827
783
|
{
|
|
828
784
|
"os": "linux",
|
|
@@ -840,11 +796,11 @@
|
|
|
840
796
|
"kind": "service",
|
|
841
797
|
"id": "redis-pool-api",
|
|
842
798
|
"imageRef": "ghcr.io/xema-dev/redis-pool-api",
|
|
843
|
-
"contentHash": "
|
|
799
|
+
"contentHash": "8a2a2404873ef859bf94cf08e357cfe81b5ac732aa802beddf26a3264693d279",
|
|
844
800
|
"repo": "repos/xema-base",
|
|
845
801
|
"path": "repos/xema-base/biomes/redis-pool",
|
|
846
|
-
"sourceCommit": "
|
|
847
|
-
"sourceManifestHash": "
|
|
802
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
803
|
+
"sourceManifestHash": "729009f73ec62d2c0e5e4f6d7692ea015f8dcf03a33f6abf0386c8c30c850a0d",
|
|
848
804
|
"requiredPlatforms": [
|
|
849
805
|
{
|
|
850
806
|
"os": "linux",
|
|
@@ -862,11 +818,11 @@
|
|
|
862
818
|
"kind": "service",
|
|
863
819
|
"id": "resource-governance-api",
|
|
864
820
|
"imageRef": "ghcr.io/xema-dev/resource-governance-api",
|
|
865
|
-
"contentHash": "
|
|
821
|
+
"contentHash": "e73f59abe5f2c4ac9f8bedae5035eaed92b6538022ffa44af009552108a2f123",
|
|
866
822
|
"repo": "repos/xema-base",
|
|
867
823
|
"path": "repos/xema-base/biomes/resource-governance",
|
|
868
|
-
"sourceCommit": "
|
|
869
|
-
"sourceManifestHash": "
|
|
824
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
825
|
+
"sourceManifestHash": "19f9548481a47279e72de7bd69d414e9085c666dc6a81da6e51895226b0cc725",
|
|
870
826
|
"requiredPlatforms": [
|
|
871
827
|
{
|
|
872
828
|
"os": "linux",
|
|
@@ -884,11 +840,11 @@
|
|
|
884
840
|
"kind": "service",
|
|
885
841
|
"id": "search-api",
|
|
886
842
|
"imageRef": "ghcr.io/xema-dev/search-api",
|
|
887
|
-
"contentHash": "
|
|
843
|
+
"contentHash": "6e2187062015cb13d5dd7a8d9d4790758300e5441216260f52188f72921cf6f9",
|
|
888
844
|
"repo": "repos/xema-cultivars",
|
|
889
845
|
"path": "repos/xema-cultivars/biomes/platform/search",
|
|
890
|
-
"sourceCommit": "
|
|
891
|
-
"sourceManifestHash": "
|
|
846
|
+
"sourceCommit": "6ab52cdb9a34900c025fe57224bbc6f3545be41f",
|
|
847
|
+
"sourceManifestHash": "b3d0d38591f34629e6c584de612a8cd9bcb8c7e48f7d86dddfd3b58dfa5e788f",
|
|
892
848
|
"requiredPlatforms": [
|
|
893
849
|
{
|
|
894
850
|
"os": "linux",
|
|
@@ -906,11 +862,11 @@
|
|
|
906
862
|
"kind": "service",
|
|
907
863
|
"id": "skill-registry-api",
|
|
908
864
|
"imageRef": "ghcr.io/xema-dev/skill-registry-api",
|
|
909
|
-
"contentHash": "
|
|
865
|
+
"contentHash": "30110d0df89d33d7cd823cadd91552a1259e1f8512a405b1c36d629b79513df9",
|
|
910
866
|
"repo": "repos/xema-base",
|
|
911
867
|
"path": "repos/xema-base/biomes/agent-runtime",
|
|
912
|
-
"sourceCommit": "
|
|
913
|
-
"sourceManifestHash": "
|
|
868
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
869
|
+
"sourceManifestHash": "43fe42646ccb71bc829c40a7406c7a49d5707307b9f93a47b78a19e5ec39d9bc",
|
|
914
870
|
"requiredPlatforms": [
|
|
915
871
|
{
|
|
916
872
|
"os": "linux",
|
|
@@ -928,11 +884,11 @@
|
|
|
928
884
|
"kind": "service",
|
|
929
885
|
"id": "space-registry-api",
|
|
930
886
|
"imageRef": "ghcr.io/xema-dev/space-registry-api",
|
|
931
|
-
"contentHash": "
|
|
887
|
+
"contentHash": "5248b195e51dda1ca4b7ea23b0dd245c99ee03d98ba96ce079da4015ee6853a6",
|
|
932
888
|
"repo": "repos/xema-base",
|
|
933
889
|
"path": "repos/xema-base/biomes/space-registry",
|
|
934
|
-
"sourceCommit": "
|
|
935
|
-
"sourceManifestHash": "
|
|
890
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
891
|
+
"sourceManifestHash": "bb34ca8d372283eabf01faf749b1ccd1b434ab9d6bd6adde4e7a98839290647b",
|
|
936
892
|
"requiredPlatforms": [
|
|
937
893
|
{
|
|
938
894
|
"os": "linux",
|
|
@@ -950,11 +906,11 @@
|
|
|
950
906
|
"kind": "service",
|
|
951
907
|
"id": "template-registry-api",
|
|
952
908
|
"imageRef": "ghcr.io/xema-dev/template-registry-api",
|
|
953
|
-
"contentHash": "
|
|
909
|
+
"contentHash": "2166030fc3b28b3f1019f34ec08391be9ba6acb53fc85c879902e12e4bba2ba7",
|
|
954
910
|
"repo": "repos/xema-base",
|
|
955
911
|
"path": "repos/xema-base/biomes/template-registry",
|
|
956
|
-
"sourceCommit": "
|
|
957
|
-
"sourceManifestHash": "
|
|
912
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
913
|
+
"sourceManifestHash": "90017df87e929988be45c037f82d9e8a56d0e02480671f3f20cd7b5eb4200134",
|
|
958
914
|
"requiredPlatforms": [
|
|
959
915
|
{
|
|
960
916
|
"os": "linux",
|
|
@@ -972,11 +928,11 @@
|
|
|
972
928
|
"kind": "service",
|
|
973
929
|
"id": "user-hub-api",
|
|
974
930
|
"imageRef": "ghcr.io/xema-dev/user-hub-api",
|
|
975
|
-
"contentHash": "
|
|
931
|
+
"contentHash": "ab272fed3e7e16913157fa0ecfc0c2d42c864879e35c562c74b3fb33dea56dde",
|
|
976
932
|
"repo": "repos/xema-base",
|
|
977
933
|
"path": "repos/xema-base/biomes/user-hub",
|
|
978
|
-
"sourceCommit": "
|
|
979
|
-
"sourceManifestHash": "
|
|
934
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
935
|
+
"sourceManifestHash": "b3d230e24da69a9b9996af3b0f941a371414fd6d55095ba8334b9cbbaba0ddb5",
|
|
980
936
|
"requiredPlatforms": [
|
|
981
937
|
{
|
|
982
938
|
"os": "linux",
|
|
@@ -994,11 +950,11 @@
|
|
|
994
950
|
"kind": "service",
|
|
995
951
|
"id": "web-access-api",
|
|
996
952
|
"imageRef": "ghcr.io/xema-dev/web-access-api",
|
|
997
|
-
"contentHash": "
|
|
953
|
+
"contentHash": "568ac6611d5d8d7887a2eb3a9d1b94ab45cd3a8c9265af03d654111647f3a71b",
|
|
998
954
|
"repo": "repos/xema-base",
|
|
999
955
|
"path": "repos/xema-base/biomes/web-access",
|
|
1000
|
-
"sourceCommit": "
|
|
1001
|
-
"sourceManifestHash": "
|
|
956
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
957
|
+
"sourceManifestHash": "50b43320e9d3754601dbf5a69bd8ed8cb5230dc2803cf1b4f101eee4e765b559",
|
|
1002
958
|
"requiredPlatforms": [
|
|
1003
959
|
{
|
|
1004
960
|
"os": "linux",
|
|
@@ -1016,11 +972,11 @@
|
|
|
1016
972
|
"kind": "service",
|
|
1017
973
|
"id": "workflow-engine-api",
|
|
1018
974
|
"imageRef": "ghcr.io/xema-dev/workflow-engine-api",
|
|
1019
|
-
"contentHash": "
|
|
975
|
+
"contentHash": "5f7506f276bed4319bc84400ac4180a236d7bd634dd603a03bb14afab70d160e",
|
|
1020
976
|
"repo": "repos/xema-base",
|
|
1021
977
|
"path": "repos/xema-base/biomes/workflow-runtime",
|
|
1022
|
-
"sourceCommit": "
|
|
1023
|
-
"sourceManifestHash": "
|
|
978
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
979
|
+
"sourceManifestHash": "5c45633e117b94ff11931ba034fc0751a095b4b22ef3b03994ab995849c67372",
|
|
1024
980
|
"requiredPlatforms": [
|
|
1025
981
|
{
|
|
1026
982
|
"os": "linux",
|
|
@@ -1038,11 +994,11 @@
|
|
|
1038
994
|
"kind": "service",
|
|
1039
995
|
"id": "workflow-runtime-worker",
|
|
1040
996
|
"imageRef": "ghcr.io/xema-dev/workflow-runtime-worker",
|
|
1041
|
-
"contentHash": "
|
|
997
|
+
"contentHash": "e5076fd96c90a13a0104474a3f07aff90fd5918f245f25fdf76278a946b0013a",
|
|
1042
998
|
"repo": "repos/xema-base",
|
|
1043
999
|
"path": "repos/xema-base/biomes/workflow-runtime",
|
|
1044
|
-
"sourceCommit": "
|
|
1045
|
-
"sourceManifestHash": "
|
|
1000
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
1001
|
+
"sourceManifestHash": "5c45633e117b94ff11931ba034fc0751a095b4b22ef3b03994ab995849c67372",
|
|
1046
1002
|
"requiredPlatforms": [
|
|
1047
1003
|
{
|
|
1048
1004
|
"os": "linux",
|
|
@@ -1060,11 +1016,11 @@
|
|
|
1060
1016
|
"kind": "service",
|
|
1061
1017
|
"id": "workload-runtime-api",
|
|
1062
1018
|
"imageRef": "ghcr.io/xema-dev/workload-runtime-api",
|
|
1063
|
-
"contentHash": "
|
|
1019
|
+
"contentHash": "856cdab2f0d32f966191e371927bc8896daefc39eccf72e63179a2fa6a19c3cc",
|
|
1064
1020
|
"repo": "repos/xema-base",
|
|
1065
1021
|
"path": "repos/xema-base/biomes/workload-runtime",
|
|
1066
|
-
"sourceCommit": "
|
|
1067
|
-
"sourceManifestHash": "
|
|
1022
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
1023
|
+
"sourceManifestHash": "dc43ed4394be35e68ec38803c3cb774e00e4d8d126aa38687a3d61b3505b80b4",
|
|
1068
1024
|
"requiredPlatforms": [
|
|
1069
1025
|
{
|
|
1070
1026
|
"os": "linux",
|
|
@@ -1082,11 +1038,11 @@
|
|
|
1082
1038
|
"kind": "service",
|
|
1083
1039
|
"id": "workspace-materialization-api",
|
|
1084
1040
|
"imageRef": "ghcr.io/xema-dev/workspace-materialization-api",
|
|
1085
|
-
"contentHash": "
|
|
1041
|
+
"contentHash": "11a6b1d07aa6abe838a2d5e0b4041ab130550ac076297061cb75115c8bd9552c",
|
|
1086
1042
|
"repo": "repos/xema-base",
|
|
1087
1043
|
"path": "repos/xema-base/biomes/workspace-proxy",
|
|
1088
|
-
"sourceCommit": "
|
|
1089
|
-
"sourceManifestHash": "
|
|
1044
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
1045
|
+
"sourceManifestHash": "af67a6088c6c6eadacc855ed3d1cd04f8d90945cd0cf0452e28a1cb369704bcb",
|
|
1090
1046
|
"requiredPlatforms": [
|
|
1091
1047
|
{
|
|
1092
1048
|
"os": "linux",
|
|
@@ -1104,11 +1060,11 @@
|
|
|
1104
1060
|
"kind": "service",
|
|
1105
1061
|
"id": "workspace-orchestrator-api",
|
|
1106
1062
|
"imageRef": "ghcr.io/xema-dev/workspace-orchestrator-api",
|
|
1107
|
-
"contentHash": "
|
|
1063
|
+
"contentHash": "a2711bdb904975bf212284f1164a3c19e12bfcb2bb18fff1f42a906be94277be",
|
|
1108
1064
|
"repo": "repos/xema-base",
|
|
1109
1065
|
"path": "repos/xema-base/biomes/workspace-orchestrator",
|
|
1110
|
-
"sourceCommit": "
|
|
1111
|
-
"sourceManifestHash": "
|
|
1066
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
1067
|
+
"sourceManifestHash": "0aecdda7583c24ac2ff3a8dc4a1826e1862c1c30179c40611f2b5d48fd9ece5e",
|
|
1112
1068
|
"requiredPlatforms": [
|
|
1113
1069
|
{
|
|
1114
1070
|
"os": "linux",
|
|
@@ -1126,11 +1082,11 @@
|
|
|
1126
1082
|
"kind": "service",
|
|
1127
1083
|
"id": "workspace-storage-pool-api",
|
|
1128
1084
|
"imageRef": "ghcr.io/xema-dev/workspace-storage-pool-api",
|
|
1129
|
-
"contentHash": "
|
|
1085
|
+
"contentHash": "f6ed79df0e78bd08c556c685bda0dd7335f938caec97c3a4cec49a17298dc7cf",
|
|
1130
1086
|
"repo": "repos/xema-base",
|
|
1131
1087
|
"path": "repos/xema-base/biomes/workspace-storage-pool",
|
|
1132
|
-
"sourceCommit": "
|
|
1133
|
-
"sourceManifestHash": "
|
|
1088
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
1089
|
+
"sourceManifestHash": "c9f7267307357ae1bab279148e3befa80564ccf384dcbfd630d40cca03c76dc5",
|
|
1134
1090
|
"requiredPlatforms": [
|
|
1135
1091
|
{
|
|
1136
1092
|
"os": "linux",
|
|
@@ -1148,11 +1104,11 @@
|
|
|
1148
1104
|
"kind": "service",
|
|
1149
1105
|
"id": "xema-biome-runner",
|
|
1150
1106
|
"imageRef": "ghcr.io/xema-dev/xema-biome-runner",
|
|
1151
|
-
"contentHash": "
|
|
1107
|
+
"contentHash": "860769bc8bc00455d3dc02aed860b1428769e4e18c95d069d22aa45c05ac293c",
|
|
1152
1108
|
"repo": "repos/xema-base",
|
|
1153
1109
|
"path": "repos/xema-base/biomes/xema-biome-runner",
|
|
1154
|
-
"sourceCommit": "
|
|
1155
|
-
"sourceManifestHash": "
|
|
1110
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
1111
|
+
"sourceManifestHash": "6248b2d64a02a754003aa25f82f3d9ef046162ba2a97d1ad2bb78d2e92be545a",
|
|
1156
1112
|
"requiredPlatforms": [
|
|
1157
1113
|
{
|
|
1158
1114
|
"os": "linux",
|
|
@@ -1170,11 +1126,11 @@
|
|
|
1170
1126
|
"kind": "service",
|
|
1171
1127
|
"id": "xema-capability-router",
|
|
1172
1128
|
"imageRef": "ghcr.io/xema-dev/xema-capability-router",
|
|
1173
|
-
"contentHash": "
|
|
1129
|
+
"contentHash": "c9d0f9dcee55b82bc595f4ba5a59e72cc9b84dab5a6d484c4657a0e7f7b0b36f",
|
|
1174
1130
|
"repo": "repos/xema-base",
|
|
1175
1131
|
"path": "repos/xema-base/biomes/xema-capability-router",
|
|
1176
|
-
"sourceCommit": "
|
|
1177
|
-
"sourceManifestHash": "
|
|
1132
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
1133
|
+
"sourceManifestHash": "b4e88f13d45733830e74f98185ac2bd7a68f7911e49080a94b0a97ffcfcedc0d",
|
|
1178
1134
|
"requiredPlatforms": [
|
|
1179
1135
|
{
|
|
1180
1136
|
"os": "linux",
|
|
@@ -1192,11 +1148,11 @@
|
|
|
1192
1148
|
"kind": "service",
|
|
1193
1149
|
"id": "xema-kernel-server",
|
|
1194
1150
|
"imageRef": "ghcr.io/xema-dev/xema-kernel-server",
|
|
1195
|
-
"contentHash": "
|
|
1151
|
+
"contentHash": "5187d5cf9ed06538d733249bff12e86cefe2a0d4a1805e3bbd5d0eea1ea544ca",
|
|
1196
1152
|
"repo": "repos/xema-base",
|
|
1197
1153
|
"path": "repos/xema-base/kernel/xema-kernel-server",
|
|
1198
|
-
"sourceCommit": "
|
|
1199
|
-
"sourceManifestHash": "
|
|
1154
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
1155
|
+
"sourceManifestHash": "60eb695ab29b4178a400f68f3e9271f03501b85cbd01095b0e0b6efdb9412742",
|
|
1200
1156
|
"requiredPlatforms": [
|
|
1201
1157
|
{
|
|
1202
1158
|
"os": "linux",
|
|
@@ -1214,11 +1170,11 @@
|
|
|
1214
1170
|
"kind": "service",
|
|
1215
1171
|
"id": "xema-platform-worker",
|
|
1216
1172
|
"imageRef": "ghcr.io/xema-dev/xema-platform-worker",
|
|
1217
|
-
"contentHash": "
|
|
1173
|
+
"contentHash": "67fba088c3f82c2ac878f1056348c291837e1848670aa8d1e0b65b012664d8a7",
|
|
1218
1174
|
"repo": "repos/xema-base",
|
|
1219
1175
|
"path": "repos/xema-base/biomes/xema-platform-worker",
|
|
1220
|
-
"sourceCommit": "
|
|
1221
|
-
"sourceManifestHash": "
|
|
1176
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
1177
|
+
"sourceManifestHash": "0ef3e7848fc230bdda1ce236675d2e84e53b9c51abdc8a5e65e6594f4a0a1ce0",
|
|
1222
1178
|
"requiredPlatforms": [
|
|
1223
1179
|
{
|
|
1224
1180
|
"os": "linux",
|
|
@@ -1232,37 +1188,15 @@
|
|
|
1232
1188
|
}
|
|
1233
1189
|
]
|
|
1234
1190
|
},
|
|
1235
|
-
{
|
|
1236
|
-
"kind": "service",
|
|
1237
|
-
"id": "xema-shell-api",
|
|
1238
|
-
"imageRef": "ghcr.io/xema-dev/xema-shell-api",
|
|
1239
|
-
"contentHash": "258617a96c97f35c14b4e55a6f560cd74b90c479b414bb69666222f9a81c7d76",
|
|
1240
|
-
"repo": "repos/xema-base",
|
|
1241
|
-
"path": "repos/xema-base/biomes/xema-shell",
|
|
1242
|
-
"sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
|
|
1243
|
-
"sourceManifestHash": "9497558ce2c1b611e067dd4bf5904e38d9f4b2e38afc802d5e6cdc32f7d9be30",
|
|
1244
|
-
"requiredPlatforms": [
|
|
1245
|
-
{
|
|
1246
|
-
"os": "linux",
|
|
1247
|
-
"architecture": "amd64"
|
|
1248
|
-
}
|
|
1249
|
-
],
|
|
1250
|
-
"owners": [
|
|
1251
|
-
{
|
|
1252
|
-
"kind": "biome",
|
|
1253
|
-
"biomeId": "xema-shell"
|
|
1254
|
-
}
|
|
1255
|
-
]
|
|
1256
|
-
},
|
|
1257
1191
|
{
|
|
1258
1192
|
"kind": "service",
|
|
1259
1193
|
"id": "xema-store-api",
|
|
1260
1194
|
"imageRef": "ghcr.io/xema-dev/xema-store-api",
|
|
1261
|
-
"contentHash": "
|
|
1195
|
+
"contentHash": "6cfee39e8982623b025e9ef7c5dcb24e23e64f455a09743a77b72adb1f48d5a5",
|
|
1262
1196
|
"repo": "repos/xema-store-api",
|
|
1263
1197
|
"path": "repos/xema-store-api/biomes/xema-store",
|
|
1264
|
-
"sourceCommit": "
|
|
1265
|
-
"sourceManifestHash": "
|
|
1198
|
+
"sourceCommit": "a1d4db640ecae6f949a766bf6d19e99ff10ecdfa",
|
|
1199
|
+
"sourceManifestHash": "44f33b6e33ac2a4b7783f69af81b5e19158154a1a3d61de09f797b7ef2d3c37f",
|
|
1266
1200
|
"requiredPlatforms": [
|
|
1267
1201
|
{
|
|
1268
1202
|
"os": "linux",
|
|
@@ -1329,105 +1263,105 @@
|
|
|
1329
1263
|
"biomeId": "activity-web",
|
|
1330
1264
|
"repo": "submodules/xema-host-web",
|
|
1331
1265
|
"path": "submodules/xema-host-web/biomes/system/activity-web",
|
|
1332
|
-
"sourceCommit": "
|
|
1266
|
+
"sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
|
|
1333
1267
|
"sourceManifestHash": "4243795eb988fd49f02f0ddf568d113f490e3dcf35cdcfc8aa1453e4956a685a"
|
|
1334
1268
|
},
|
|
1335
1269
|
{
|
|
1336
1270
|
"biomeId": "capabilities-web",
|
|
1337
1271
|
"repo": "submodules/xema-host-web",
|
|
1338
1272
|
"path": "submodules/xema-host-web/biomes/system/capabilities-web",
|
|
1339
|
-
"sourceCommit": "
|
|
1273
|
+
"sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
|
|
1340
1274
|
"sourceManifestHash": "c06afc998c1cfae62cbe2ac659d39078eb1356dd9e40a9f442d2d061903e14ef"
|
|
1341
1275
|
},
|
|
1342
1276
|
{
|
|
1343
1277
|
"biomeId": "concepts-web",
|
|
1344
1278
|
"repo": "submodules/xema-host-web",
|
|
1345
1279
|
"path": "submodules/xema-host-web/biomes/system/concepts-web",
|
|
1346
|
-
"sourceCommit": "
|
|
1280
|
+
"sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
|
|
1347
1281
|
"sourceManifestHash": "a842e01e7b38bf2cdecc46da59699c5dbf5bad9948dac5143367cf9e2c1b4a28"
|
|
1348
1282
|
},
|
|
1349
1283
|
{
|
|
1350
1284
|
"biomeId": "container-registry-web",
|
|
1351
1285
|
"repo": "submodules/xema-host-web",
|
|
1352
1286
|
"path": "submodules/xema-host-web/biomes/system/container-registry-web",
|
|
1353
|
-
"sourceCommit": "
|
|
1287
|
+
"sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
|
|
1354
1288
|
"sourceManifestHash": "33ea1e235dc558a71e49869e01f5acf2301df0d83c924a42a549aa0f0f94c43d"
|
|
1355
1289
|
},
|
|
1356
1290
|
{
|
|
1357
1291
|
"biomeId": "environments-web",
|
|
1358
1292
|
"repo": "submodules/xema-host-web",
|
|
1359
1293
|
"path": "submodules/xema-host-web/biomes/system/environments-web",
|
|
1360
|
-
"sourceCommit": "
|
|
1294
|
+
"sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
|
|
1361
1295
|
"sourceManifestHash": "cf854b4160465ba5c4e785ab9791d0c85a13f17586a1a3800c95e70839a83080"
|
|
1362
1296
|
},
|
|
1363
1297
|
{
|
|
1364
1298
|
"biomeId": "gateway-routes-web",
|
|
1365
1299
|
"repo": "submodules/xema-host-web",
|
|
1366
1300
|
"path": "submodules/xema-host-web/biomes/system/gateway-routes-web",
|
|
1367
|
-
"sourceCommit": "
|
|
1301
|
+
"sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
|
|
1368
1302
|
"sourceManifestHash": "d7e7e7c89354101e68be8111b8afacb0f5141acfcaf523ef6141e1d2bcfe9cbe"
|
|
1369
1303
|
},
|
|
1370
1304
|
{
|
|
1371
1305
|
"biomeId": "grants-web",
|
|
1372
1306
|
"repo": "submodules/xema-host-web",
|
|
1373
1307
|
"path": "submodules/xema-host-web/biomes/system/grants-web",
|
|
1374
|
-
"sourceCommit": "
|
|
1308
|
+
"sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
|
|
1375
1309
|
"sourceManifestHash": "72d6de134598d129b53ea34c2522fd931dc47fb19ad8115b741eff178b9f8569"
|
|
1376
1310
|
},
|
|
1377
1311
|
{
|
|
1378
1312
|
"biomeId": "mailops-web",
|
|
1379
1313
|
"repo": "submodules/xema-host-web",
|
|
1380
1314
|
"path": "submodules/xema-host-web/biomes/system/mailops-web",
|
|
1381
|
-
"sourceCommit": "
|
|
1315
|
+
"sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
|
|
1382
1316
|
"sourceManifestHash": "e71b0fa62af5261eaf1bbc92258f45b17975bd5b98ec204c86e13eb6994020d2"
|
|
1383
1317
|
},
|
|
1384
1318
|
{
|
|
1385
1319
|
"biomeId": "objects-web",
|
|
1386
1320
|
"repo": "submodules/xema-host-web",
|
|
1387
1321
|
"path": "submodules/xema-host-web/biomes/system/objects-web",
|
|
1388
|
-
"sourceCommit": "
|
|
1322
|
+
"sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
|
|
1389
1323
|
"sourceManifestHash": "23d313f5d5bae4b1864c3ebd2409f6e495b939fad074db83bd4fe30d481caba1"
|
|
1390
1324
|
},
|
|
1391
1325
|
{
|
|
1392
1326
|
"biomeId": "policies-web",
|
|
1393
1327
|
"repo": "submodules/xema-host-web",
|
|
1394
1328
|
"path": "submodules/xema-host-web/biomes/system/policies-web",
|
|
1395
|
-
"sourceCommit": "
|
|
1396
|
-
"sourceManifestHash": "
|
|
1329
|
+
"sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
|
|
1330
|
+
"sourceManifestHash": "eb26a67299f082c445d1cfc187a97ff77c46c0d46cc22477c535f8cc46f44030"
|
|
1397
1331
|
},
|
|
1398
1332
|
{
|
|
1399
1333
|
"biomeId": "runners-web",
|
|
1400
1334
|
"repo": "submodules/xema-host-web",
|
|
1401
1335
|
"path": "submodules/xema-host-web/biomes/system/runners-web",
|
|
1402
|
-
"sourceCommit": "
|
|
1336
|
+
"sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
|
|
1403
1337
|
"sourceManifestHash": "469a04d8a7ff2e8dc55ab05fc4f6b874c46981a987d30393a469541f61b7cda3"
|
|
1404
1338
|
},
|
|
1405
1339
|
{
|
|
1406
1340
|
"biomeId": "search-web",
|
|
1407
1341
|
"repo": "submodules/xema-host-web",
|
|
1408
1342
|
"path": "submodules/xema-host-web/biomes/system/search-web",
|
|
1409
|
-
"sourceCommit": "
|
|
1343
|
+
"sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
|
|
1410
1344
|
"sourceManifestHash": "82c0a04f2ad3e6ba84a85e8d14e6dc4ed65c0581ca7ec168e066ebcf0da07944"
|
|
1411
1345
|
},
|
|
1412
1346
|
{
|
|
1413
1347
|
"biomeId": "service-registry-web",
|
|
1414
1348
|
"repo": "submodules/xema-host-web",
|
|
1415
1349
|
"path": "submodules/xema-host-web/biomes/system/service-registry-web",
|
|
1416
|
-
"sourceCommit": "
|
|
1350
|
+
"sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
|
|
1417
1351
|
"sourceManifestHash": "4e6de6c3d7fb2edd030b9d346833c7ce6e99aff3d2e46e40ef61670abc302839"
|
|
1418
1352
|
},
|
|
1419
1353
|
{
|
|
1420
1354
|
"biomeId": "spaces-web",
|
|
1421
1355
|
"repo": "submodules/xema-host-web",
|
|
1422
1356
|
"path": "submodules/xema-host-web/biomes/system/spaces-web",
|
|
1423
|
-
"sourceCommit": "
|
|
1357
|
+
"sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
|
|
1424
1358
|
"sourceManifestHash": "ca0317b58364d048e70ac47801fa4f74d57f4ddd3647f99e8e1186dbc2581629"
|
|
1425
1359
|
},
|
|
1426
1360
|
{
|
|
1427
1361
|
"biomeId": "user-hub-web",
|
|
1428
1362
|
"repo": "submodules/xema-host-web",
|
|
1429
1363
|
"path": "submodules/xema-host-web/biomes/system/user-hub-web",
|
|
1430
|
-
"sourceCommit": "
|
|
1364
|
+
"sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
|
|
1431
1365
|
"sourceManifestHash": "4162422cfc654ae58368d4825e97857f3a1a7693cc4a09d88059961289c51eda"
|
|
1432
1366
|
}
|
|
1433
1367
|
]
|