@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
|
{
|
|
@@ -150,15 +150,37 @@
|
|
|
150
150
|
}
|
|
151
151
|
]
|
|
152
152
|
},
|
|
153
|
+
{
|
|
154
|
+
"kind": "runtime-component",
|
|
155
|
+
"id": "app-function-host",
|
|
156
|
+
"imageRef": "ghcr.io/xema-dev/app-function-host",
|
|
157
|
+
"contentHash": "831ffa819dcda83de5738364a3ecaae30231b6e6bf33ef99ee1ded76019726bb",
|
|
158
|
+
"repo": "repos/xema-cultivars",
|
|
159
|
+
"path": "repos/xema-cultivars/biomes/platform/app-function-host",
|
|
160
|
+
"sourceCommit": "6ab52cdb9a34900c025fe57224bbc6f3545be41f",
|
|
161
|
+
"sourceManifestHash": "27714d009b1318e76c32e11cb18000b5d294352793c4c5ca8b22e92bbdfe0456",
|
|
162
|
+
"requiredPlatforms": [
|
|
163
|
+
{
|
|
164
|
+
"os": "linux",
|
|
165
|
+
"architecture": "amd64"
|
|
166
|
+
}
|
|
167
|
+
],
|
|
168
|
+
"owners": [
|
|
169
|
+
{
|
|
170
|
+
"kind": "biome",
|
|
171
|
+
"biomeId": "app-function-host"
|
|
172
|
+
}
|
|
173
|
+
]
|
|
174
|
+
},
|
|
153
175
|
{
|
|
154
176
|
"kind": "runtime-component",
|
|
155
177
|
"id": "biome-adapter-host",
|
|
156
178
|
"imageRef": "ghcr.io/xema-dev/biome-adapter-host",
|
|
157
|
-
"contentHash": "
|
|
179
|
+
"contentHash": "5e028ccd895e0ecb8a1b0986e2dc787a5fdea1b3f0f4f25c1ff8e19bbecac3d4",
|
|
158
180
|
"repo": "repos/xema-base",
|
|
159
181
|
"path": "repos/xema-base/biomes/biome-adapter-host",
|
|
160
|
-
"sourceCommit": "
|
|
161
|
-
"sourceManifestHash": "
|
|
182
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
183
|
+
"sourceManifestHash": "b1a0bb72096f9b4f415182204fc776527cfe2fb9caf820034ca77d962b8120ef",
|
|
162
184
|
"requiredPlatforms": [
|
|
163
185
|
{
|
|
164
186
|
"os": "linux",
|
|
@@ -176,11 +198,11 @@
|
|
|
176
198
|
"kind": "runtime-component",
|
|
177
199
|
"id": "opencode-worker",
|
|
178
200
|
"imageRef": "ghcr.io/xema-dev/opencode-worker",
|
|
179
|
-
"contentHash": "
|
|
201
|
+
"contentHash": "44deaa6da2428fa28036a32e163675033d67bcbd23c9fa739f3034ffdec17efb",
|
|
180
202
|
"repo": "repos/xema-base",
|
|
181
203
|
"path": "repos/xema-base/biomes/opencode-runtime",
|
|
182
|
-
"sourceCommit": "
|
|
183
|
-
"sourceManifestHash": "
|
|
204
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
205
|
+
"sourceManifestHash": "1f193a66f63ab5e16d117893806477a04d18e79b4802f5343497aa16864da28a",
|
|
184
206
|
"requiredPlatforms": [
|
|
185
207
|
{
|
|
186
208
|
"os": "linux",
|
|
@@ -202,11 +224,11 @@
|
|
|
202
224
|
"kind": "service",
|
|
203
225
|
"id": "activity-feed-api",
|
|
204
226
|
"imageRef": "ghcr.io/xema-dev/activity-feed-api",
|
|
205
|
-
"contentHash": "
|
|
227
|
+
"contentHash": "166f258255901f60622443d6d43647e1dd9543e1510c31539b365d5b078bf9c6",
|
|
206
228
|
"repo": "repos/xema-base",
|
|
207
229
|
"path": "repos/xema-base/biomes/activity-feed",
|
|
208
|
-
"sourceCommit": "
|
|
209
|
-
"sourceManifestHash": "
|
|
230
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
231
|
+
"sourceManifestHash": "823f7f6fe9abfbe0b4b3dd45b875d2eae928b0c109a7bfebf58dc55f4b3a3d6c",
|
|
210
232
|
"requiredPlatforms": [
|
|
211
233
|
{
|
|
212
234
|
"os": "linux",
|
|
@@ -224,11 +246,11 @@
|
|
|
224
246
|
"kind": "service",
|
|
225
247
|
"id": "agent-session-api",
|
|
226
248
|
"imageRef": "ghcr.io/xema-dev/agent-session-api",
|
|
227
|
-
"contentHash": "
|
|
249
|
+
"contentHash": "8be283843be2f885c0607cc2aedf50067ebb1f708b871c6d8e381a6476f2ea07",
|
|
228
250
|
"repo": "repos/xema-base",
|
|
229
251
|
"path": "repos/xema-base/biomes/agent-runtime",
|
|
230
|
-
"sourceCommit": "
|
|
231
|
-
"sourceManifestHash": "
|
|
252
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
253
|
+
"sourceManifestHash": "43fe42646ccb71bc829c40a7406c7a49d5707307b9f93a47b78a19e5ec39d9bc",
|
|
232
254
|
"requiredPlatforms": [
|
|
233
255
|
{
|
|
234
256
|
"os": "linux",
|
|
@@ -246,11 +268,11 @@
|
|
|
246
268
|
"kind": "service",
|
|
247
269
|
"id": "app-forge-api",
|
|
248
270
|
"imageRef": "ghcr.io/xema-dev/app-forge-api",
|
|
249
|
-
"contentHash": "
|
|
271
|
+
"contentHash": "9b8668d59cc5085ad2cc3974f6c5244d8695528b2abb1e39bfe415a119cca41e",
|
|
250
272
|
"repo": "repos/xema-cultivars",
|
|
251
273
|
"path": "repos/xema-cultivars/biomes/platform/app-forge",
|
|
252
|
-
"sourceCommit": "
|
|
253
|
-
"sourceManifestHash": "
|
|
274
|
+
"sourceCommit": "6ab52cdb9a34900c025fe57224bbc6f3545be41f",
|
|
275
|
+
"sourceManifestHash": "136ee1f78df4ba477e49e64cac86f9207e75f8269138341d30ff667e74b12588",
|
|
254
276
|
"requiredPlatforms": [
|
|
255
277
|
{
|
|
256
278
|
"os": "linux",
|
|
@@ -268,11 +290,11 @@
|
|
|
268
290
|
"kind": "service",
|
|
269
291
|
"id": "app-function-broker",
|
|
270
292
|
"imageRef": "ghcr.io/xema-dev/app-function-broker",
|
|
271
|
-
"contentHash": "
|
|
293
|
+
"contentHash": "65611cd437fb7ea51152d79523dd70e608a67689ad7ebe3bc9ec934c7c4046c0",
|
|
272
294
|
"repo": "repos/xema-cultivars",
|
|
273
295
|
"path": "repos/xema-cultivars/biomes/platform/app-function-broker",
|
|
274
|
-
"sourceCommit": "
|
|
275
|
-
"sourceManifestHash": "
|
|
296
|
+
"sourceCommit": "6ab52cdb9a34900c025fe57224bbc6f3545be41f",
|
|
297
|
+
"sourceManifestHash": "646d0a7a9e5717ab60584a132607fc5f19a607b3bace508893c877e7568d2552",
|
|
276
298
|
"requiredPlatforms": [
|
|
277
299
|
{
|
|
278
300
|
"os": "linux",
|
|
@@ -286,37 +308,15 @@
|
|
|
286
308
|
}
|
|
287
309
|
]
|
|
288
310
|
},
|
|
289
|
-
{
|
|
290
|
-
"kind": "service",
|
|
291
|
-
"id": "app-function-host",
|
|
292
|
-
"imageRef": "ghcr.io/xema-dev/app-function-host",
|
|
293
|
-
"contentHash": "01132dfb54c52f6203477d01bc2b6a2d5df1de4f623d23db01d0e4868975b0d7",
|
|
294
|
-
"repo": "repos/xema-cultivars",
|
|
295
|
-
"path": "repos/xema-cultivars/biomes/platform/app-function-host",
|
|
296
|
-
"sourceCommit": "6598d8870a0141340dad0b65c9ee55c9f19dfc25",
|
|
297
|
-
"sourceManifestHash": "9b10452ce02ee7e3e2366eee64d0dcc077e7d298fc9cc4ef74c604dd38bd1a45",
|
|
298
|
-
"requiredPlatforms": [
|
|
299
|
-
{
|
|
300
|
-
"os": "linux",
|
|
301
|
-
"architecture": "amd64"
|
|
302
|
-
}
|
|
303
|
-
],
|
|
304
|
-
"owners": [
|
|
305
|
-
{
|
|
306
|
-
"kind": "biome",
|
|
307
|
-
"biomeId": "app-function-host"
|
|
308
|
-
}
|
|
309
|
-
]
|
|
310
|
-
},
|
|
311
311
|
{
|
|
312
312
|
"kind": "service",
|
|
313
313
|
"id": "app-platform-api",
|
|
314
314
|
"imageRef": "ghcr.io/xema-dev/app-platform-api",
|
|
315
|
-
"contentHash": "
|
|
315
|
+
"contentHash": "90ed88b78bed19a89bfa8c7fe2d7e938b2a495fe6ac3f7220bf88ef8023d0f89",
|
|
316
316
|
"repo": "repos/xema-base",
|
|
317
317
|
"path": "repos/xema-base/biomes/app-platform",
|
|
318
|
-
"sourceCommit": "
|
|
319
|
-
"sourceManifestHash": "
|
|
318
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
319
|
+
"sourceManifestHash": "f5f51d776b71789a069b2638ed42391337be42ac46610df6d6f42d01b89b6ecd",
|
|
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": "d217693a98d85c3e02197ecba32eed7405af75a00889abb86343c8e7f2543be1",
|
|
338
338
|
"repo": "repos/xema-base",
|
|
339
339
|
"path": "repos/xema-base/biomes/agent-runtime",
|
|
340
|
-
"sourceCommit": "
|
|
341
|
-
"sourceManifestHash": "
|
|
340
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
341
|
+
"sourceManifestHash": "43fe42646ccb71bc829c40a7406c7a49d5707307b9f93a47b78a19e5ec39d9bc",
|
|
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": "21f056d69fbda7d3e24150c8f367345a1fba56ea4374ae83871227086ffa7ece",
|
|
360
360
|
"repo": "repos/xema-base",
|
|
361
361
|
"path": "repos/xema-base/biomes/audit",
|
|
362
|
-
"sourceCommit": "
|
|
363
|
-
"sourceManifestHash": "
|
|
362
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
363
|
+
"sourceManifestHash": "b55bfee2da7f8fe6e3c3506a0b6e515f56cc86c18332b9d3d7a8ab6c9a71504d",
|
|
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": "fa16773b07368a129db00dbd87ab0acd20de58a99d86e2cba054ee5276cc095f",
|
|
382
382
|
"repo": "repos/xema-base",
|
|
383
383
|
"path": "repos/xema-base/biomes/authorization",
|
|
384
|
-
"sourceCommit": "
|
|
385
|
-
"sourceManifestHash": "
|
|
384
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
385
|
+
"sourceManifestHash": "214fc48f2e68e3755a0630d92bbae8769f8ebfdd44bee9d2ae622b6e1758ad00",
|
|
386
386
|
"requiredPlatforms": [
|
|
387
387
|
{
|
|
388
388
|
"os": "linux",
|
|
@@ -400,10 +400,10 @@
|
|
|
400
400
|
"kind": "service",
|
|
401
401
|
"id": "backlog-api",
|
|
402
402
|
"imageRef": "ghcr.io/xema-dev/backlog-api",
|
|
403
|
-
"contentHash": "
|
|
403
|
+
"contentHash": "9fd8f7519267a51273af3b8dec107353601754e7fcb95a5afda1d93e939b9e24",
|
|
404
404
|
"repo": "repos/xema-community",
|
|
405
405
|
"path": "repos/xema-community/biomes/backlog",
|
|
406
|
-
"sourceCommit": "
|
|
406
|
+
"sourceCommit": "3957408a61b00a5881645a173f7139d70fbaef04",
|
|
407
407
|
"sourceManifestHash": "5661755e6e3bf66b571375d37664574203df82364241b4734a5fc05f5a8b4d08",
|
|
408
408
|
"requiredPlatforms": [
|
|
409
409
|
{
|
|
@@ -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": "c1a765ab9f69a60522fb4a55f03e6f3baa47a8a890a29f38e736ef9a5de9b870",
|
|
426
426
|
"repo": "repos/xema-base",
|
|
427
427
|
"path": "repos/xema-base/biomes/biome-fetcher",
|
|
428
|
-
"sourceCommit": "
|
|
429
|
-
"sourceManifestHash": "
|
|
428
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
429
|
+
"sourceManifestHash": "ec7cf835b650b00808eee92e5a9910afc56c627ac03b503c852789b27a768a6d",
|
|
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": "e4eeddec7f4259e43730944208f4d966d1d6c008fc453372330c74defd825283",
|
|
448
448
|
"repo": "repos/xema-base",
|
|
449
449
|
"path": "repos/xema-base/biomes/biome-host",
|
|
450
|
-
"sourceCommit": "
|
|
451
|
-
"sourceManifestHash": "
|
|
450
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
451
|
+
"sourceManifestHash": "a02a55b39b83b38c0a2965989d3a443e4aae1a83b3eb53b33fa03d4e78261028",
|
|
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": "23d530e8be9a28234847a4affafb38870af8827a7ffb739146cca4b87ebe0fb3",
|
|
470
470
|
"repo": "repos/xema-base",
|
|
471
471
|
"path": "repos/xema-base/biomes/canopy",
|
|
472
|
-
"sourceCommit": "
|
|
473
|
-
"sourceManifestHash": "
|
|
472
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
473
|
+
"sourceManifestHash": "8a661423f059c933bddbf372d3a3eb235f1f3912b0efe8221f359e053686c923",
|
|
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": "a85f2159ddd83a7274a179e049fcacd75d203607fede4fcd4c59518c7de2b00d",
|
|
492
492
|
"repo": "repos/xema-base",
|
|
493
493
|
"path": "repos/xema-base/biomes/capability-registry",
|
|
494
|
-
"sourceCommit": "
|
|
495
|
-
"sourceManifestHash": "
|
|
494
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
495
|
+
"sourceManifestHash": "401a9a8557ddf5f9df34aae449a70659c4a6999cfdbc22c123689e4990c8a46b",
|
|
496
496
|
"requiredPlatforms": [
|
|
497
497
|
{
|
|
498
498
|
"os": "linux",
|
|
@@ -510,10 +510,10 @@
|
|
|
510
510
|
"kind": "service",
|
|
511
511
|
"id": "channel-gateway-api",
|
|
512
512
|
"imageRef": "ghcr.io/xema-dev/channel-gateway-api",
|
|
513
|
-
"contentHash": "
|
|
513
|
+
"contentHash": "c05d32707bd9b24d7ad756d9de39b7ad062550e673d8eb0bf9419a1902d4f6ee",
|
|
514
514
|
"repo": "repos/xema-community",
|
|
515
515
|
"path": "repos/xema-community/biomes/conversation-channels",
|
|
516
|
-
"sourceCommit": "
|
|
516
|
+
"sourceCommit": "3957408a61b00a5881645a173f7139d70fbaef04",
|
|
517
517
|
"sourceManifestHash": "118de16bf727ac27e3dcf2273cd835a07e2d35ab58e4d89bf2bf4b325583a789",
|
|
518
518
|
"requiredPlatforms": [
|
|
519
519
|
{
|
|
@@ -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": "3cc7dfda3f5cba0d9c233b4c0707251780534b07936a23ca5f57fd13a94a4bdc",
|
|
536
536
|
"repo": "repos/xema-base",
|
|
537
537
|
"path": "repos/xema-base/biomes/connector-platform",
|
|
538
|
-
"sourceCommit": "
|
|
539
|
-
"sourceManifestHash": "
|
|
538
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
539
|
+
"sourceManifestHash": "4876ee119e503b501a0cb8bd2c191092ff239fd6c7146e14b5ce8c5a234a2a76",
|
|
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": "a4e0310f9edac79e2e956bf83b002a31cecb4fc07ca1760e93ca062b8ac73b23",
|
|
558
558
|
"repo": "repos/xema-base",
|
|
559
559
|
"path": "repos/xema-base/biomes/container-registry",
|
|
560
|
-
"sourceCommit": "
|
|
561
|
-
"sourceManifestHash": "
|
|
560
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
561
|
+
"sourceManifestHash": "c781e962c4eca669d926b171f33d15f87080b007c0f8b451c090bafee6141693",
|
|
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": "8e199f09dbd5339e9337296c6fffd0259ff88a572003ca4eb020c125f1d53382",
|
|
580
580
|
"repo": "repos/xema-community",
|
|
581
581
|
"path": "repos/xema-community/biomes/control-plane",
|
|
582
|
-
"sourceCommit": "
|
|
583
|
-
"sourceManifestHash": "
|
|
582
|
+
"sourceCommit": "3957408a61b00a5881645a173f7139d70fbaef04",
|
|
583
|
+
"sourceManifestHash": "49a3049beff1b51562b436528633b93b9086c1afeb975ad8f6968e1faf6cc50b",
|
|
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": "51038ed9e8fc9d55b75faf84e2a618c5a452c6cb36d02242f8b5174cbbef0560",
|
|
602
602
|
"repo": "repos/xema-base",
|
|
603
603
|
"path": "repos/xema-base/biomes/connector-platform",
|
|
604
|
-
"sourceCommit": "
|
|
605
|
-
"sourceManifestHash": "
|
|
604
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
605
|
+
"sourceManifestHash": "4876ee119e503b501a0cb8bd2c191092ff239fd6c7146e14b5ce8c5a234a2a76",
|
|
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": "3af5114a8974b0b46f62873c3bc630935be720560a4db44a00e2cc598c47867d",
|
|
624
624
|
"repo": "repos/xema-base",
|
|
625
625
|
"path": "repos/xema-base/biomes/decision",
|
|
626
|
-
"sourceCommit": "
|
|
627
|
-
"sourceManifestHash": "
|
|
626
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
627
|
+
"sourceManifestHash": "f5f50845612d2ce40cf4642f264b3e4542c1b1e20ad87f886f7eaca13a976310",
|
|
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": "4122ffb210ec03be9f28002723d4ee0ed8c6c565313267869092345f0f2fc12e",
|
|
646
646
|
"repo": "repos/xema-base",
|
|
647
647
|
"path": "repos/xema-base/biomes/workflow-runtime",
|
|
648
|
-
"sourceCommit": "
|
|
649
|
-
"sourceManifestHash": "
|
|
648
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
649
|
+
"sourceManifestHash": "5c45633e117b94ff11931ba034fc0751a095b4b22ef3b03994ab995849c67372",
|
|
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": "1afaba40bf3c7f60d2efa863983c24a388babd1935432f623450d181635b968d",
|
|
668
668
|
"repo": "repos/xema-cultivars",
|
|
669
669
|
"path": "repos/xema-cultivars/biomes/platform/design-system-builder",
|
|
670
|
-
"sourceCommit": "
|
|
671
|
-
"sourceManifestHash": "
|
|
670
|
+
"sourceCommit": "6ab52cdb9a34900c025fe57224bbc6f3545be41f",
|
|
671
|
+
"sourceManifestHash": "194abf35acae1bcc798663a863da83ab97596c36e42ce3b945dc47f14558fbfe",
|
|
672
672
|
"requiredPlatforms": [
|
|
673
673
|
{
|
|
674
674
|
"os": "linux",
|
|
@@ -686,10 +686,10 @@
|
|
|
686
686
|
"kind": "service",
|
|
687
687
|
"id": "distribution-api",
|
|
688
688
|
"imageRef": "ghcr.io/xema-dev/distribution-api",
|
|
689
|
-
"contentHash": "
|
|
689
|
+
"contentHash": "f0dacad32b60940a1867b333dc2f7e7e897118891d336e62bfb2db3ce35c3a22",
|
|
690
690
|
"repo": "repos/xema-operator",
|
|
691
691
|
"path": "repos/xema-operator/biomes/distribution",
|
|
692
|
-
"sourceCommit": "
|
|
692
|
+
"sourceCommit": "93b214dd191192fa784ade8142edd217f34c2839",
|
|
693
693
|
"sourceManifestHash": "42339ca783efd7a05d4e54fdb9bb2141c32e1bd9166287edfc5f01affb916367",
|
|
694
694
|
"requiredPlatforms": [
|
|
695
695
|
{
|
|
@@ -708,10 +708,10 @@
|
|
|
708
708
|
"kind": "service",
|
|
709
709
|
"id": "docs-api",
|
|
710
710
|
"imageRef": "ghcr.io/xema-dev/docs-api",
|
|
711
|
-
"contentHash": "
|
|
711
|
+
"contentHash": "dc52236b818ba18bfcc73ad3d3c5a57e49138b325aa3ad7825161e49f7f2c805",
|
|
712
712
|
"repo": "repos/xema-docs",
|
|
713
713
|
"path": "repos/xema-docs",
|
|
714
|
-
"sourceCommit": "
|
|
714
|
+
"sourceCommit": "1c384927f2905d5f8cfdbc84913850ec9be7d1dc",
|
|
715
715
|
"sourceManifestHash": "10770a77153a2549a3e1af1142e3c52f1125f9b7a178937f1c05f76ce88e7cbc",
|
|
716
716
|
"requiredPlatforms": [
|
|
717
717
|
{
|
|
@@ -730,10 +730,10 @@
|
|
|
730
730
|
"kind": "service",
|
|
731
731
|
"id": "document-render-api",
|
|
732
732
|
"imageRef": "ghcr.io/xema-dev/document-render-api",
|
|
733
|
-
"contentHash": "
|
|
733
|
+
"contentHash": "9107a3c12e773f057d9817bbcec9a325460642202de6e245cf448be3ab05a397",
|
|
734
734
|
"repo": "repos/xema-community",
|
|
735
735
|
"path": "repos/xema-community/biomes/document-rendering",
|
|
736
|
-
"sourceCommit": "
|
|
736
|
+
"sourceCommit": "3957408a61b00a5881645a173f7139d70fbaef04",
|
|
737
737
|
"sourceManifestHash": "f4842cb8b46ad94ec367890c5de4b3697262dba8e68bf5e54e389af9b4138cfe",
|
|
738
738
|
"requiredPlatforms": [
|
|
739
739
|
{
|
|
@@ -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": "2ef02610cdf6eb0857363f5573db50fa22cbf418076a807750a9239a3fb0b71d",
|
|
756
756
|
"repo": "repos/xema-base",
|
|
757
757
|
"path": "repos/xema-base/biomes/knowledge-base",
|
|
758
|
-
"sourceCommit": "
|
|
759
|
-
"sourceManifestHash": "
|
|
758
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
759
|
+
"sourceManifestHash": "b6fb02b287c6e86c34dbdd021f529ade391307bfe1f6c301c12c04364820d420",
|
|
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": "b49c1dc1fbac6337ff5a921b92ae8edd43897c91417a460989410acd2e4f5444",
|
|
778
778
|
"repo": "repos/xema-base",
|
|
779
779
|
"path": "repos/xema-base/biomes/agent-runtime",
|
|
780
|
-
"sourceCommit": "
|
|
781
|
-
"sourceManifestHash": "
|
|
780
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
781
|
+
"sourceManifestHash": "43fe42646ccb71bc829c40a7406c7a49d5707307b9f93a47b78a19e5ec39d9bc",
|
|
782
782
|
"requiredPlatforms": [
|
|
783
783
|
{
|
|
784
784
|
"os": "linux",
|
|
@@ -796,10 +796,10 @@
|
|
|
796
796
|
"kind": "service",
|
|
797
797
|
"id": "mailops-api",
|
|
798
798
|
"imageRef": "ghcr.io/xema-dev/mailops-api",
|
|
799
|
-
"contentHash": "
|
|
799
|
+
"contentHash": "e28f045b7cde9921333147ae1911d15aaa9b2146fe64f1b9ebe95600ca0314ae",
|
|
800
800
|
"repo": "repos/xema-cultivars",
|
|
801
801
|
"path": "repos/xema-cultivars/biomes/platform/mailops",
|
|
802
|
-
"sourceCommit": "
|
|
802
|
+
"sourceCommit": "6ab52cdb9a34900c025fe57224bbc6f3545be41f",
|
|
803
803
|
"sourceManifestHash": "770abc9ddacd90debb5b98c0acd61250fc2e2d7d2a0140c7dfd291d23cc66d93",
|
|
804
804
|
"requiredPlatforms": [
|
|
805
805
|
{
|
|
@@ -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": "cc2bcb927c5bb6e000cd18a5c66b7dcbf5d0abddf4084bbd0c41580e16adfcc1",
|
|
822
822
|
"repo": "repos/xema-cultivars",
|
|
823
823
|
"path": "repos/xema-cultivars/biomes/platform/managed-llm-economy",
|
|
824
|
-
"sourceCommit": "
|
|
825
|
-
"sourceManifestHash": "
|
|
824
|
+
"sourceCommit": "6ab52cdb9a34900c025fe57224bbc6f3545be41f",
|
|
825
|
+
"sourceManifestHash": "a5d73a4cdfe6bf742bb1d72e3c01b0b482de4dd31e32b93514863d34563b044e",
|
|
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": "33c28c35ceb8353e5a15514fc1cc322a51ff42912309a2bf675cd499c274c5bc",
|
|
844
844
|
"repo": "repos/xema-base",
|
|
845
845
|
"path": "repos/xema-base/biomes/mcp-router",
|
|
846
|
-
"sourceCommit": "
|
|
847
|
-
"sourceManifestHash": "
|
|
846
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
847
|
+
"sourceManifestHash": "53ce021e0299559ba26fa38fdc0a0e55617bd47c3c2ec4142a970480204deb1e",
|
|
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": "fc95a1132abd11d4e71e4bf6ec7e0c9fc5b7b7b68666915ba21da88808e1ad7b",
|
|
866
866
|
"repo": "repos/xema-cultivars",
|
|
867
867
|
"path": "repos/xema-cultivars/biomes/platform/memory",
|
|
868
|
-
"sourceCommit": "
|
|
869
|
-
"sourceManifestHash": "
|
|
868
|
+
"sourceCommit": "6ab52cdb9a34900c025fe57224bbc6f3545be41f",
|
|
869
|
+
"sourceManifestHash": "b2ad1cd9144d709c8b979568cb8d2cf4394657df930dd7b9f4b8c99bb96f046d",
|
|
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": "4eb02c037379a3b5322074f6fa6f87524e7e08fe3596a1a9d0cc6547ddde1de3",
|
|
888
888
|
"repo": "repos/xema-base",
|
|
889
889
|
"path": "repos/xema-base/biomes/object-registry",
|
|
890
|
-
"sourceCommit": "
|
|
891
|
-
"sourceManifestHash": "
|
|
890
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
891
|
+
"sourceManifestHash": "894cf77f65759065e3a391f27106f8d128aa98fd75b280b774b540179bd53dda",
|
|
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": "b5d1019928614ce938eeab06f2fa7ddc8d9509b304a9d7b6d1e5c061d315d85f",
|
|
910
910
|
"repo": "repos/xema-base",
|
|
911
911
|
"path": "repos/xema-base/biomes/org-database-pool",
|
|
912
|
-
"sourceCommit": "
|
|
913
|
-
"sourceManifestHash": "
|
|
912
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
913
|
+
"sourceManifestHash": "70e27e3cc9aab6c8334b8f96ee4fc906fc9067dfd90ec93e1c50fc3d11a19120",
|
|
914
914
|
"requiredPlatforms": [
|
|
915
915
|
{
|
|
916
916
|
"os": "linux",
|
|
@@ -924,37 +924,15 @@
|
|
|
924
924
|
}
|
|
925
925
|
]
|
|
926
926
|
},
|
|
927
|
-
{
|
|
928
|
-
"kind": "service",
|
|
929
|
-
"id": "policy-distributor-api",
|
|
930
|
-
"imageRef": "ghcr.io/xema-dev/policy-distributor-api",
|
|
931
|
-
"contentHash": "9ad3156e01943a9a77e1728e92351cd07661c5f1c86462d4db31d21fce66b1b4",
|
|
932
|
-
"repo": "repos/xema-base",
|
|
933
|
-
"path": "repos/xema-base/biomes/policy-distributor",
|
|
934
|
-
"sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
|
|
935
|
-
"sourceManifestHash": "1e4eff54963ee3d0a2607b00d43b5c45f67aba6997d2be7db1a28f41eed8b127",
|
|
936
|
-
"requiredPlatforms": [
|
|
937
|
-
{
|
|
938
|
-
"os": "linux",
|
|
939
|
-
"architecture": "amd64"
|
|
940
|
-
}
|
|
941
|
-
],
|
|
942
|
-
"owners": [
|
|
943
|
-
{
|
|
944
|
-
"kind": "biome",
|
|
945
|
-
"biomeId": "policy-distributor"
|
|
946
|
-
}
|
|
947
|
-
]
|
|
948
|
-
},
|
|
949
927
|
{
|
|
950
928
|
"kind": "service",
|
|
951
929
|
"id": "project-registry-api",
|
|
952
930
|
"imageRef": "ghcr.io/xema-dev/project-registry-api",
|
|
953
|
-
"contentHash": "
|
|
931
|
+
"contentHash": "e89e2a75719fd332a64ef73e782aa6959b2af7ba029806e457153c2a8a7868b5",
|
|
954
932
|
"repo": "repos/xema-base",
|
|
955
933
|
"path": "repos/xema-base/biomes/project-registry",
|
|
956
|
-
"sourceCommit": "
|
|
957
|
-
"sourceManifestHash": "
|
|
934
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
935
|
+
"sourceManifestHash": "ef99a31b9c2191bb036c0bbc13e8da5d407ef916f074b65e1727694759282498",
|
|
958
936
|
"requiredPlatforms": [
|
|
959
937
|
{
|
|
960
938
|
"os": "linux",
|
|
@@ -972,11 +950,11 @@
|
|
|
972
950
|
"kind": "service",
|
|
973
951
|
"id": "public-gateway-api",
|
|
974
952
|
"imageRef": "ghcr.io/xema-dev/public-gateway-api",
|
|
975
|
-
"contentHash": "
|
|
953
|
+
"contentHash": "6590f51a2ad12bc58d4dc012b6a9f27955742d33d69d11b3706a16126bf6b612",
|
|
976
954
|
"repo": "repos/xema-base",
|
|
977
955
|
"path": "repos/xema-base/biomes/public-gateway",
|
|
978
|
-
"sourceCommit": "
|
|
979
|
-
"sourceManifestHash": "
|
|
956
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
957
|
+
"sourceManifestHash": "f54675d51b001980dbb805dd4fa5a3923d5a88e6745f54dd22dbdd844785488a",
|
|
980
958
|
"requiredPlatforms": [
|
|
981
959
|
{
|
|
982
960
|
"os": "linux",
|
|
@@ -994,11 +972,11 @@
|
|
|
994
972
|
"kind": "service",
|
|
995
973
|
"id": "redis-pool-api",
|
|
996
974
|
"imageRef": "ghcr.io/xema-dev/redis-pool-api",
|
|
997
|
-
"contentHash": "
|
|
975
|
+
"contentHash": "8a2a2404873ef859bf94cf08e357cfe81b5ac732aa802beddf26a3264693d279",
|
|
998
976
|
"repo": "repos/xema-base",
|
|
999
977
|
"path": "repos/xema-base/biomes/redis-pool",
|
|
1000
|
-
"sourceCommit": "
|
|
1001
|
-
"sourceManifestHash": "
|
|
978
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
979
|
+
"sourceManifestHash": "729009f73ec62d2c0e5e4f6d7692ea015f8dcf03a33f6abf0386c8c30c850a0d",
|
|
1002
980
|
"requiredPlatforms": [
|
|
1003
981
|
{
|
|
1004
982
|
"os": "linux",
|
|
@@ -1016,11 +994,11 @@
|
|
|
1016
994
|
"kind": "service",
|
|
1017
995
|
"id": "resource-governance-api",
|
|
1018
996
|
"imageRef": "ghcr.io/xema-dev/resource-governance-api",
|
|
1019
|
-
"contentHash": "
|
|
997
|
+
"contentHash": "e73f59abe5f2c4ac9f8bedae5035eaed92b6538022ffa44af009552108a2f123",
|
|
1020
998
|
"repo": "repos/xema-base",
|
|
1021
999
|
"path": "repos/xema-base/biomes/resource-governance",
|
|
1022
|
-
"sourceCommit": "
|
|
1023
|
-
"sourceManifestHash": "
|
|
1000
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
1001
|
+
"sourceManifestHash": "19f9548481a47279e72de7bd69d414e9085c666dc6a81da6e51895226b0cc725",
|
|
1024
1002
|
"requiredPlatforms": [
|
|
1025
1003
|
{
|
|
1026
1004
|
"os": "linux",
|
|
@@ -1038,10 +1016,10 @@
|
|
|
1038
1016
|
"kind": "service",
|
|
1039
1017
|
"id": "scm-connector-api",
|
|
1040
1018
|
"imageRef": "ghcr.io/xema-dev/scm-connector-api",
|
|
1041
|
-
"contentHash": "
|
|
1019
|
+
"contentHash": "41e4a032b980717f57853f1d43a97dad8c6bd34caae674d528b042b1625431dc",
|
|
1042
1020
|
"repo": "repos/xema-cultivars",
|
|
1043
1021
|
"path": "repos/xema-cultivars/biomes/platform/software-dev",
|
|
1044
|
-
"sourceCommit": "
|
|
1022
|
+
"sourceCommit": "6ab52cdb9a34900c025fe57224bbc6f3545be41f",
|
|
1045
1023
|
"sourceManifestHash": "fe83eae75c95dc12d8eb78ecda57eadcfc2b846d7861b04249c5f03b30b23bc0",
|
|
1046
1024
|
"requiredPlatforms": [
|
|
1047
1025
|
{
|
|
@@ -1060,11 +1038,11 @@
|
|
|
1060
1038
|
"kind": "service",
|
|
1061
1039
|
"id": "search-api",
|
|
1062
1040
|
"imageRef": "ghcr.io/xema-dev/search-api",
|
|
1063
|
-
"contentHash": "
|
|
1041
|
+
"contentHash": "6e2187062015cb13d5dd7a8d9d4790758300e5441216260f52188f72921cf6f9",
|
|
1064
1042
|
"repo": "repos/xema-cultivars",
|
|
1065
1043
|
"path": "repos/xema-cultivars/biomes/platform/search",
|
|
1066
|
-
"sourceCommit": "
|
|
1067
|
-
"sourceManifestHash": "
|
|
1044
|
+
"sourceCommit": "6ab52cdb9a34900c025fe57224bbc6f3545be41f",
|
|
1045
|
+
"sourceManifestHash": "b3d0d38591f34629e6c584de612a8cd9bcb8c7e48f7d86dddfd3b58dfa5e788f",
|
|
1068
1046
|
"requiredPlatforms": [
|
|
1069
1047
|
{
|
|
1070
1048
|
"os": "linux",
|
|
@@ -1082,11 +1060,11 @@
|
|
|
1082
1060
|
"kind": "service",
|
|
1083
1061
|
"id": "skill-registry-api",
|
|
1084
1062
|
"imageRef": "ghcr.io/xema-dev/skill-registry-api",
|
|
1085
|
-
"contentHash": "
|
|
1063
|
+
"contentHash": "30110d0df89d33d7cd823cadd91552a1259e1f8512a405b1c36d629b79513df9",
|
|
1086
1064
|
"repo": "repos/xema-base",
|
|
1087
1065
|
"path": "repos/xema-base/biomes/agent-runtime",
|
|
1088
|
-
"sourceCommit": "
|
|
1089
|
-
"sourceManifestHash": "
|
|
1066
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
1067
|
+
"sourceManifestHash": "43fe42646ccb71bc829c40a7406c7a49d5707307b9f93a47b78a19e5ec39d9bc",
|
|
1090
1068
|
"requiredPlatforms": [
|
|
1091
1069
|
{
|
|
1092
1070
|
"os": "linux",
|
|
@@ -1104,11 +1082,11 @@
|
|
|
1104
1082
|
"kind": "service",
|
|
1105
1083
|
"id": "space-registry-api",
|
|
1106
1084
|
"imageRef": "ghcr.io/xema-dev/space-registry-api",
|
|
1107
|
-
"contentHash": "
|
|
1085
|
+
"contentHash": "5248b195e51dda1ca4b7ea23b0dd245c99ee03d98ba96ce079da4015ee6853a6",
|
|
1108
1086
|
"repo": "repos/xema-base",
|
|
1109
1087
|
"path": "repos/xema-base/biomes/space-registry",
|
|
1110
|
-
"sourceCommit": "
|
|
1111
|
-
"sourceManifestHash": "
|
|
1088
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
1089
|
+
"sourceManifestHash": "bb34ca8d372283eabf01faf749b1ccd1b434ab9d6bd6adde4e7a98839290647b",
|
|
1112
1090
|
"requiredPlatforms": [
|
|
1113
1091
|
{
|
|
1114
1092
|
"os": "linux",
|
|
@@ -1126,11 +1104,11 @@
|
|
|
1126
1104
|
"kind": "service",
|
|
1127
1105
|
"id": "template-registry-api",
|
|
1128
1106
|
"imageRef": "ghcr.io/xema-dev/template-registry-api",
|
|
1129
|
-
"contentHash": "
|
|
1107
|
+
"contentHash": "2166030fc3b28b3f1019f34ec08391be9ba6acb53fc85c879902e12e4bba2ba7",
|
|
1130
1108
|
"repo": "repos/xema-base",
|
|
1131
1109
|
"path": "repos/xema-base/biomes/template-registry",
|
|
1132
|
-
"sourceCommit": "
|
|
1133
|
-
"sourceManifestHash": "
|
|
1110
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
1111
|
+
"sourceManifestHash": "90017df87e929988be45c037f82d9e8a56d0e02480671f3f20cd7b5eb4200134",
|
|
1134
1112
|
"requiredPlatforms": [
|
|
1135
1113
|
{
|
|
1136
1114
|
"os": "linux",
|
|
@@ -1148,11 +1126,11 @@
|
|
|
1148
1126
|
"kind": "service",
|
|
1149
1127
|
"id": "user-hub-api",
|
|
1150
1128
|
"imageRef": "ghcr.io/xema-dev/user-hub-api",
|
|
1151
|
-
"contentHash": "
|
|
1129
|
+
"contentHash": "ab272fed3e7e16913157fa0ecfc0c2d42c864879e35c562c74b3fb33dea56dde",
|
|
1152
1130
|
"repo": "repos/xema-base",
|
|
1153
1131
|
"path": "repos/xema-base/biomes/user-hub",
|
|
1154
|
-
"sourceCommit": "
|
|
1155
|
-
"sourceManifestHash": "
|
|
1132
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
1133
|
+
"sourceManifestHash": "b3d230e24da69a9b9996af3b0f941a371414fd6d55095ba8334b9cbbaba0ddb5",
|
|
1156
1134
|
"requiredPlatforms": [
|
|
1157
1135
|
{
|
|
1158
1136
|
"os": "linux",
|
|
@@ -1170,11 +1148,11 @@
|
|
|
1170
1148
|
"kind": "service",
|
|
1171
1149
|
"id": "web-access-api",
|
|
1172
1150
|
"imageRef": "ghcr.io/xema-dev/web-access-api",
|
|
1173
|
-
"contentHash": "
|
|
1151
|
+
"contentHash": "568ac6611d5d8d7887a2eb3a9d1b94ab45cd3a8c9265af03d654111647f3a71b",
|
|
1174
1152
|
"repo": "repos/xema-base",
|
|
1175
1153
|
"path": "repos/xema-base/biomes/web-access",
|
|
1176
|
-
"sourceCommit": "
|
|
1177
|
-
"sourceManifestHash": "
|
|
1154
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
1155
|
+
"sourceManifestHash": "50b43320e9d3754601dbf5a69bd8ed8cb5230dc2803cf1b4f101eee4e765b559",
|
|
1178
1156
|
"requiredPlatforms": [
|
|
1179
1157
|
{
|
|
1180
1158
|
"os": "linux",
|
|
@@ -1192,10 +1170,10 @@
|
|
|
1192
1170
|
"kind": "service",
|
|
1193
1171
|
"id": "webapp-studio-api",
|
|
1194
1172
|
"imageRef": "ghcr.io/xema-dev/webapp-studio-api",
|
|
1195
|
-
"contentHash": "
|
|
1173
|
+
"contentHash": "caae82f3fab0f85d1a0c0d1314be4462685fc0f55d66f120abcf603650112977",
|
|
1196
1174
|
"repo": "repos/xema-cultivars",
|
|
1197
1175
|
"path": "repos/xema-cultivars/biomes/platform/webapp-studio",
|
|
1198
|
-
"sourceCommit": "
|
|
1176
|
+
"sourceCommit": "6ab52cdb9a34900c025fe57224bbc6f3545be41f",
|
|
1199
1177
|
"sourceManifestHash": "3f1b14224ad2598e856b8dd219c07109a07dd736bc4b3c991e3e7bb2ec16c22e",
|
|
1200
1178
|
"requiredPlatforms": [
|
|
1201
1179
|
{
|
|
@@ -1214,11 +1192,11 @@
|
|
|
1214
1192
|
"kind": "service",
|
|
1215
1193
|
"id": "workflow-engine-api",
|
|
1216
1194
|
"imageRef": "ghcr.io/xema-dev/workflow-engine-api",
|
|
1217
|
-
"contentHash": "
|
|
1195
|
+
"contentHash": "5f7506f276bed4319bc84400ac4180a236d7bd634dd603a03bb14afab70d160e",
|
|
1218
1196
|
"repo": "repos/xema-base",
|
|
1219
1197
|
"path": "repos/xema-base/biomes/workflow-runtime",
|
|
1220
|
-
"sourceCommit": "
|
|
1221
|
-
"sourceManifestHash": "
|
|
1198
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
1199
|
+
"sourceManifestHash": "5c45633e117b94ff11931ba034fc0751a095b4b22ef3b03994ab995849c67372",
|
|
1222
1200
|
"requiredPlatforms": [
|
|
1223
1201
|
{
|
|
1224
1202
|
"os": "linux",
|
|
@@ -1236,11 +1214,11 @@
|
|
|
1236
1214
|
"kind": "service",
|
|
1237
1215
|
"id": "workflow-runtime-worker",
|
|
1238
1216
|
"imageRef": "ghcr.io/xema-dev/workflow-runtime-worker",
|
|
1239
|
-
"contentHash": "
|
|
1217
|
+
"contentHash": "e5076fd96c90a13a0104474a3f07aff90fd5918f245f25fdf76278a946b0013a",
|
|
1240
1218
|
"repo": "repos/xema-base",
|
|
1241
1219
|
"path": "repos/xema-base/biomes/workflow-runtime",
|
|
1242
|
-
"sourceCommit": "
|
|
1243
|
-
"sourceManifestHash": "
|
|
1220
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
1221
|
+
"sourceManifestHash": "5c45633e117b94ff11931ba034fc0751a095b4b22ef3b03994ab995849c67372",
|
|
1244
1222
|
"requiredPlatforms": [
|
|
1245
1223
|
{
|
|
1246
1224
|
"os": "linux",
|
|
@@ -1258,11 +1236,11 @@
|
|
|
1258
1236
|
"kind": "service",
|
|
1259
1237
|
"id": "workload-runtime-api",
|
|
1260
1238
|
"imageRef": "ghcr.io/xema-dev/workload-runtime-api",
|
|
1261
|
-
"contentHash": "
|
|
1239
|
+
"contentHash": "856cdab2f0d32f966191e371927bc8896daefc39eccf72e63179a2fa6a19c3cc",
|
|
1262
1240
|
"repo": "repos/xema-base",
|
|
1263
1241
|
"path": "repos/xema-base/biomes/workload-runtime",
|
|
1264
|
-
"sourceCommit": "
|
|
1265
|
-
"sourceManifestHash": "
|
|
1242
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
1243
|
+
"sourceManifestHash": "dc43ed4394be35e68ec38803c3cb774e00e4d8d126aa38687a3d61b3505b80b4",
|
|
1266
1244
|
"requiredPlatforms": [
|
|
1267
1245
|
{
|
|
1268
1246
|
"os": "linux",
|
|
@@ -1280,10 +1258,10 @@
|
|
|
1280
1258
|
"kind": "service",
|
|
1281
1259
|
"id": "workspace-git-api",
|
|
1282
1260
|
"imageRef": "ghcr.io/xema-dev/workspace-git-api",
|
|
1283
|
-
"contentHash": "
|
|
1261
|
+
"contentHash": "150452035e7c097899f0acda8ffa90e2f319cfe5b499eaa88a6c93c7a0f82f22",
|
|
1284
1262
|
"repo": "repos/xema-cultivars",
|
|
1285
1263
|
"path": "repos/xema-cultivars/biomes/platform/software-dev",
|
|
1286
|
-
"sourceCommit": "
|
|
1264
|
+
"sourceCommit": "6ab52cdb9a34900c025fe57224bbc6f3545be41f",
|
|
1287
1265
|
"sourceManifestHash": "fe83eae75c95dc12d8eb78ecda57eadcfc2b846d7861b04249c5f03b30b23bc0",
|
|
1288
1266
|
"requiredPlatforms": [
|
|
1289
1267
|
{
|
|
@@ -1302,11 +1280,11 @@
|
|
|
1302
1280
|
"kind": "service",
|
|
1303
1281
|
"id": "workspace-materialization-api",
|
|
1304
1282
|
"imageRef": "ghcr.io/xema-dev/workspace-materialization-api",
|
|
1305
|
-
"contentHash": "
|
|
1283
|
+
"contentHash": "11a6b1d07aa6abe838a2d5e0b4041ab130550ac076297061cb75115c8bd9552c",
|
|
1306
1284
|
"repo": "repos/xema-base",
|
|
1307
1285
|
"path": "repos/xema-base/biomes/workspace-proxy",
|
|
1308
|
-
"sourceCommit": "
|
|
1309
|
-
"sourceManifestHash": "
|
|
1286
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
1287
|
+
"sourceManifestHash": "af67a6088c6c6eadacc855ed3d1cd04f8d90945cd0cf0452e28a1cb369704bcb",
|
|
1310
1288
|
"requiredPlatforms": [
|
|
1311
1289
|
{
|
|
1312
1290
|
"os": "linux",
|
|
@@ -1324,11 +1302,11 @@
|
|
|
1324
1302
|
"kind": "service",
|
|
1325
1303
|
"id": "workspace-orchestrator-api",
|
|
1326
1304
|
"imageRef": "ghcr.io/xema-dev/workspace-orchestrator-api",
|
|
1327
|
-
"contentHash": "
|
|
1305
|
+
"contentHash": "a2711bdb904975bf212284f1164a3c19e12bfcb2bb18fff1f42a906be94277be",
|
|
1328
1306
|
"repo": "repos/xema-base",
|
|
1329
1307
|
"path": "repos/xema-base/biomes/workspace-orchestrator",
|
|
1330
|
-
"sourceCommit": "
|
|
1331
|
-
"sourceManifestHash": "
|
|
1308
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
1309
|
+
"sourceManifestHash": "0aecdda7583c24ac2ff3a8dc4a1826e1862c1c30179c40611f2b5d48fd9ece5e",
|
|
1332
1310
|
"requiredPlatforms": [
|
|
1333
1311
|
{
|
|
1334
1312
|
"os": "linux",
|
|
@@ -1346,11 +1324,11 @@
|
|
|
1346
1324
|
"kind": "service",
|
|
1347
1325
|
"id": "workspace-storage-pool-api",
|
|
1348
1326
|
"imageRef": "ghcr.io/xema-dev/workspace-storage-pool-api",
|
|
1349
|
-
"contentHash": "
|
|
1327
|
+
"contentHash": "f6ed79df0e78bd08c556c685bda0dd7335f938caec97c3a4cec49a17298dc7cf",
|
|
1350
1328
|
"repo": "repos/xema-base",
|
|
1351
1329
|
"path": "repos/xema-base/biomes/workspace-storage-pool",
|
|
1352
|
-
"sourceCommit": "
|
|
1353
|
-
"sourceManifestHash": "
|
|
1330
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
1331
|
+
"sourceManifestHash": "c9f7267307357ae1bab279148e3befa80564ccf384dcbfd630d40cca03c76dc5",
|
|
1354
1332
|
"requiredPlatforms": [
|
|
1355
1333
|
{
|
|
1356
1334
|
"os": "linux",
|
|
@@ -1368,11 +1346,11 @@
|
|
|
1368
1346
|
"kind": "service",
|
|
1369
1347
|
"id": "xema-biome-runner",
|
|
1370
1348
|
"imageRef": "ghcr.io/xema-dev/xema-biome-runner",
|
|
1371
|
-
"contentHash": "
|
|
1349
|
+
"contentHash": "860769bc8bc00455d3dc02aed860b1428769e4e18c95d069d22aa45c05ac293c",
|
|
1372
1350
|
"repo": "repos/xema-base",
|
|
1373
1351
|
"path": "repos/xema-base/biomes/xema-biome-runner",
|
|
1374
|
-
"sourceCommit": "
|
|
1375
|
-
"sourceManifestHash": "
|
|
1352
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
1353
|
+
"sourceManifestHash": "6248b2d64a02a754003aa25f82f3d9ef046162ba2a97d1ad2bb78d2e92be545a",
|
|
1376
1354
|
"requiredPlatforms": [
|
|
1377
1355
|
{
|
|
1378
1356
|
"os": "linux",
|
|
@@ -1390,11 +1368,11 @@
|
|
|
1390
1368
|
"kind": "service",
|
|
1391
1369
|
"id": "xema-capability-router",
|
|
1392
1370
|
"imageRef": "ghcr.io/xema-dev/xema-capability-router",
|
|
1393
|
-
"contentHash": "
|
|
1371
|
+
"contentHash": "c9d0f9dcee55b82bc595f4ba5a59e72cc9b84dab5a6d484c4657a0e7f7b0b36f",
|
|
1394
1372
|
"repo": "repos/xema-base",
|
|
1395
1373
|
"path": "repos/xema-base/biomes/xema-capability-router",
|
|
1396
|
-
"sourceCommit": "
|
|
1397
|
-
"sourceManifestHash": "
|
|
1374
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
1375
|
+
"sourceManifestHash": "b4e88f13d45733830e74f98185ac2bd7a68f7911e49080a94b0a97ffcfcedc0d",
|
|
1398
1376
|
"requiredPlatforms": [
|
|
1399
1377
|
{
|
|
1400
1378
|
"os": "linux",
|
|
@@ -1412,11 +1390,11 @@
|
|
|
1412
1390
|
"kind": "service",
|
|
1413
1391
|
"id": "xema-kernel-server",
|
|
1414
1392
|
"imageRef": "ghcr.io/xema-dev/xema-kernel-server",
|
|
1415
|
-
"contentHash": "
|
|
1393
|
+
"contentHash": "5187d5cf9ed06538d733249bff12e86cefe2a0d4a1805e3bbd5d0eea1ea544ca",
|
|
1416
1394
|
"repo": "repos/xema-base",
|
|
1417
1395
|
"path": "repos/xema-base/kernel/xema-kernel-server",
|
|
1418
|
-
"sourceCommit": "
|
|
1419
|
-
"sourceManifestHash": "
|
|
1396
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
1397
|
+
"sourceManifestHash": "60eb695ab29b4178a400f68f3e9271f03501b85cbd01095b0e0b6efdb9412742",
|
|
1420
1398
|
"requiredPlatforms": [
|
|
1421
1399
|
{
|
|
1422
1400
|
"os": "linux",
|
|
@@ -1434,11 +1412,11 @@
|
|
|
1434
1412
|
"kind": "service",
|
|
1435
1413
|
"id": "xema-platform-worker",
|
|
1436
1414
|
"imageRef": "ghcr.io/xema-dev/xema-platform-worker",
|
|
1437
|
-
"contentHash": "
|
|
1415
|
+
"contentHash": "67fba088c3f82c2ac878f1056348c291837e1848670aa8d1e0b65b012664d8a7",
|
|
1438
1416
|
"repo": "repos/xema-base",
|
|
1439
1417
|
"path": "repos/xema-base/biomes/xema-platform-worker",
|
|
1440
|
-
"sourceCommit": "
|
|
1441
|
-
"sourceManifestHash": "
|
|
1418
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
1419
|
+
"sourceManifestHash": "0ef3e7848fc230bdda1ce236675d2e84e53b9c51abdc8a5e65e6594f4a0a1ce0",
|
|
1442
1420
|
"requiredPlatforms": [
|
|
1443
1421
|
{
|
|
1444
1422
|
"os": "linux",
|
|
@@ -1456,11 +1434,11 @@
|
|
|
1456
1434
|
"kind": "service",
|
|
1457
1435
|
"id": "xema-shell-api",
|
|
1458
1436
|
"imageRef": "ghcr.io/xema-dev/xema-shell-api",
|
|
1459
|
-
"contentHash": "
|
|
1437
|
+
"contentHash": "f8415c619ca8a157112ca1e592fdfc78850a8e4d57a6d26b9c00cf9461cb21b3",
|
|
1460
1438
|
"repo": "repos/xema-base",
|
|
1461
1439
|
"path": "repos/xema-base/biomes/xema-shell",
|
|
1462
|
-
"sourceCommit": "
|
|
1463
|
-
"sourceManifestHash": "
|
|
1440
|
+
"sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
|
|
1441
|
+
"sourceManifestHash": "2cd330c4c4f6b520a8a1fdca0351b1e78bc3042c716b95e84f110d56ede2451c",
|
|
1464
1442
|
"requiredPlatforms": [
|
|
1465
1443
|
{
|
|
1466
1444
|
"os": "linux",
|
|
@@ -1478,11 +1456,11 @@
|
|
|
1478
1456
|
"kind": "service",
|
|
1479
1457
|
"id": "xema-store-api",
|
|
1480
1458
|
"imageRef": "ghcr.io/xema-dev/xema-store-api",
|
|
1481
|
-
"contentHash": "
|
|
1459
|
+
"contentHash": "6cfee39e8982623b025e9ef7c5dcb24e23e64f455a09743a77b72adb1f48d5a5",
|
|
1482
1460
|
"repo": "repos/xema-store-api",
|
|
1483
1461
|
"path": "repos/xema-store-api/biomes/xema-store",
|
|
1484
|
-
"sourceCommit": "
|
|
1485
|
-
"sourceManifestHash": "
|
|
1462
|
+
"sourceCommit": "a1d4db640ecae6f949a766bf6d19e99ff10ecdfa",
|
|
1463
|
+
"sourceManifestHash": "44f33b6e33ac2a4b7783f69af81b5e19158154a1a3d61de09f797b7ef2d3c37f",
|
|
1486
1464
|
"requiredPlatforms": [
|
|
1487
1465
|
{
|
|
1488
1466
|
"os": "linux",
|
|
@@ -1549,238 +1527,238 @@
|
|
|
1549
1527
|
"biomeId": "activity-web",
|
|
1550
1528
|
"repo": "submodules/xema-host-web",
|
|
1551
1529
|
"path": "submodules/xema-host-web/biomes/system/activity-web",
|
|
1552
|
-
"sourceCommit": "
|
|
1530
|
+
"sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
|
|
1553
1531
|
"sourceManifestHash": "4243795eb988fd49f02f0ddf568d113f490e3dcf35cdcfc8aa1453e4956a685a"
|
|
1554
1532
|
},
|
|
1555
1533
|
{
|
|
1556
1534
|
"biomeId": "agent-studio-web",
|
|
1557
1535
|
"repo": "submodules/xema-host-web",
|
|
1558
1536
|
"path": "submodules/xema-host-web/biomes/platform/agent-studio-web",
|
|
1559
|
-
"sourceCommit": "
|
|
1537
|
+
"sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
|
|
1560
1538
|
"sourceManifestHash": "6660ffd80a32af9914095cc5b9e2a1fa6fc47d4257b381c8835a774717573915"
|
|
1561
1539
|
},
|
|
1562
1540
|
{
|
|
1563
1541
|
"biomeId": "agents-tools-web",
|
|
1564
1542
|
"repo": "submodules/xema-host-web",
|
|
1565
1543
|
"path": "submodules/xema-host-web/biomes/platform/agents-tools-web",
|
|
1566
|
-
"sourceCommit": "
|
|
1544
|
+
"sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
|
|
1567
1545
|
"sourceManifestHash": "da94b7211cfc8a9efc11b9a435d977e102d2eb744ef0ad3273268c83b42fe882"
|
|
1568
1546
|
},
|
|
1569
1547
|
{
|
|
1570
1548
|
"biomeId": "app-forge-web",
|
|
1571
1549
|
"repo": "submodules/xema-host-web",
|
|
1572
1550
|
"path": "submodules/xema-host-web/biomes/platform/app-forge-web",
|
|
1573
|
-
"sourceCommit": "
|
|
1551
|
+
"sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
|
|
1574
1552
|
"sourceManifestHash": "2cc08d23cf5854b05be9a0511d9001b71cc06c848f5cd62cecce41f04779d396"
|
|
1575
1553
|
},
|
|
1576
1554
|
{
|
|
1577
1555
|
"biomeId": "apps-web",
|
|
1578
1556
|
"repo": "submodules/xema-host-web",
|
|
1579
1557
|
"path": "submodules/xema-host-web/biomes/platform/apps-web",
|
|
1580
|
-
"sourceCommit": "
|
|
1558
|
+
"sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
|
|
1581
1559
|
"sourceManifestHash": "473609148f7d8c0c244740bda0811be1b1c4ff1649fc971b861a3df0798877c9"
|
|
1582
1560
|
},
|
|
1583
1561
|
{
|
|
1584
1562
|
"biomeId": "backlog-web",
|
|
1585
1563
|
"repo": "submodules/xema-host-web",
|
|
1586
1564
|
"path": "submodules/xema-host-web/biomes/platform/backlog-web",
|
|
1587
|
-
"sourceCommit": "
|
|
1565
|
+
"sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
|
|
1588
1566
|
"sourceManifestHash": "2467132832030b2b9c47c8a5c2e8d4e8ccc0eccc6993fcfb3f294979bf349910"
|
|
1589
1567
|
},
|
|
1590
1568
|
{
|
|
1591
1569
|
"biomeId": "capabilities-web",
|
|
1592
1570
|
"repo": "submodules/xema-host-web",
|
|
1593
1571
|
"path": "submodules/xema-host-web/biomes/system/capabilities-web",
|
|
1594
|
-
"sourceCommit": "
|
|
1572
|
+
"sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
|
|
1595
1573
|
"sourceManifestHash": "c06afc998c1cfae62cbe2ac659d39078eb1356dd9e40a9f442d2d061903e14ef"
|
|
1596
1574
|
},
|
|
1597
1575
|
{
|
|
1598
1576
|
"biomeId": "concepts-web",
|
|
1599
1577
|
"repo": "submodules/xema-host-web",
|
|
1600
1578
|
"path": "submodules/xema-host-web/biomes/system/concepts-web",
|
|
1601
|
-
"sourceCommit": "
|
|
1579
|
+
"sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
|
|
1602
1580
|
"sourceManifestHash": "a842e01e7b38bf2cdecc46da59699c5dbf5bad9948dac5143367cf9e2c1b4a28"
|
|
1603
1581
|
},
|
|
1604
1582
|
{
|
|
1605
1583
|
"biomeId": "container-registry-web",
|
|
1606
1584
|
"repo": "submodules/xema-host-web",
|
|
1607
1585
|
"path": "submodules/xema-host-web/biomes/system/container-registry-web",
|
|
1608
|
-
"sourceCommit": "
|
|
1586
|
+
"sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
|
|
1609
1587
|
"sourceManifestHash": "33ea1e235dc558a71e49869e01f5acf2301df0d83c924a42a549aa0f0f94c43d"
|
|
1610
1588
|
},
|
|
1611
1589
|
{
|
|
1612
1590
|
"biomeId": "distribution-web",
|
|
1613
1591
|
"repo": "submodules/xema-host-web",
|
|
1614
1592
|
"path": "submodules/xema-host-web/biomes/platform/distribution-web",
|
|
1615
|
-
"sourceCommit": "
|
|
1593
|
+
"sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
|
|
1616
1594
|
"sourceManifestHash": "cdf92e58b924a3f55cefb2fd3000039f88384fd42529e95d5c06f9cf1d045e2f"
|
|
1617
1595
|
},
|
|
1618
1596
|
{
|
|
1619
1597
|
"biomeId": "documents-web",
|
|
1620
1598
|
"repo": "submodules/xema-host-web",
|
|
1621
1599
|
"path": "submodules/xema-host-web/biomes/platform/documents-web",
|
|
1622
|
-
"sourceCommit": "
|
|
1600
|
+
"sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
|
|
1623
1601
|
"sourceManifestHash": "54362b6aa64e614306c86c761d3f81ed8bac221cc2d095776fbf4a9fffbce5e0"
|
|
1624
1602
|
},
|
|
1625
1603
|
{
|
|
1626
1604
|
"biomeId": "environments-web",
|
|
1627
1605
|
"repo": "submodules/xema-host-web",
|
|
1628
1606
|
"path": "submodules/xema-host-web/biomes/system/environments-web",
|
|
1629
|
-
"sourceCommit": "
|
|
1607
|
+
"sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
|
|
1630
1608
|
"sourceManifestHash": "cf854b4160465ba5c4e785ab9791d0c85a13f17586a1a3800c95e70839a83080"
|
|
1631
1609
|
},
|
|
1632
1610
|
{
|
|
1633
1611
|
"biomeId": "gateway-routes-web",
|
|
1634
1612
|
"repo": "submodules/xema-host-web",
|
|
1635
1613
|
"path": "submodules/xema-host-web/biomes/system/gateway-routes-web",
|
|
1636
|
-
"sourceCommit": "
|
|
1614
|
+
"sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
|
|
1637
1615
|
"sourceManifestHash": "d7e7e7c89354101e68be8111b8afacb0f5141acfcaf523ef6141e1d2bcfe9cbe"
|
|
1638
1616
|
},
|
|
1639
1617
|
{
|
|
1640
1618
|
"biomeId": "grants-web",
|
|
1641
1619
|
"repo": "submodules/xema-host-web",
|
|
1642
1620
|
"path": "submodules/xema-host-web/biomes/system/grants-web",
|
|
1643
|
-
"sourceCommit": "
|
|
1621
|
+
"sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
|
|
1644
1622
|
"sourceManifestHash": "72d6de134598d129b53ea34c2522fd931dc47fb19ad8115b741eff178b9f8569"
|
|
1645
1623
|
},
|
|
1646
1624
|
{
|
|
1647
1625
|
"biomeId": "inbox-web",
|
|
1648
1626
|
"repo": "submodules/xema-host-web",
|
|
1649
1627
|
"path": "submodules/xema-host-web/biomes/platform/inbox-web",
|
|
1650
|
-
"sourceCommit": "
|
|
1628
|
+
"sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
|
|
1651
1629
|
"sourceManifestHash": "5cbfc1d56a822afd41a8f688e16ff784cfc64ba521c22a868b304fb811db4afa"
|
|
1652
1630
|
},
|
|
1653
1631
|
{
|
|
1654
1632
|
"biomeId": "mailops-web",
|
|
1655
1633
|
"repo": "submodules/xema-host-web",
|
|
1656
1634
|
"path": "submodules/xema-host-web/biomes/system/mailops-web",
|
|
1657
|
-
"sourceCommit": "
|
|
1635
|
+
"sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
|
|
1658
1636
|
"sourceManifestHash": "e71b0fa62af5261eaf1bbc92258f45b17975bd5b98ec204c86e13eb6994020d2"
|
|
1659
1637
|
},
|
|
1660
1638
|
{
|
|
1661
1639
|
"biomeId": "managed-llm-economy-web",
|
|
1662
1640
|
"repo": "submodules/xema-host-web",
|
|
1663
1641
|
"path": "submodules/xema-host-web/biomes/platform/managed-llm-economy-web",
|
|
1664
|
-
"sourceCommit": "
|
|
1642
|
+
"sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
|
|
1665
1643
|
"sourceManifestHash": "a17b0337ac8f0ce5d51cc2ef3405ff8898195ed73fdd3945ed058fdfa716c967"
|
|
1666
1644
|
},
|
|
1667
1645
|
{
|
|
1668
1646
|
"biomeId": "memory-web",
|
|
1669
1647
|
"repo": "submodules/xema-host-web",
|
|
1670
1648
|
"path": "submodules/xema-host-web/biomes/platform/memory-web",
|
|
1671
|
-
"sourceCommit": "
|
|
1649
|
+
"sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
|
|
1672
1650
|
"sourceManifestHash": "f64420ff18eeff4279828d9e85f938cf41d324e98ddef1645549aaf0d6161a62"
|
|
1673
1651
|
},
|
|
1674
1652
|
{
|
|
1675
1653
|
"biomeId": "objects-web",
|
|
1676
1654
|
"repo": "submodules/xema-host-web",
|
|
1677
1655
|
"path": "submodules/xema-host-web/biomes/system/objects-web",
|
|
1678
|
-
"sourceCommit": "
|
|
1656
|
+
"sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
|
|
1679
1657
|
"sourceManifestHash": "23d313f5d5bae4b1864c3ebd2409f6e495b939fad074db83bd4fe30d481caba1"
|
|
1680
1658
|
},
|
|
1681
1659
|
{
|
|
1682
1660
|
"biomeId": "org-databases-web",
|
|
1683
1661
|
"repo": "submodules/xema-host-web",
|
|
1684
1662
|
"path": "submodules/xema-host-web/biomes/platform/org-databases-web",
|
|
1685
|
-
"sourceCommit": "
|
|
1663
|
+
"sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
|
|
1686
1664
|
"sourceManifestHash": "04d7d8632dc022c95f509770f173ce7ce393124bc5533f18b1b54f90cc14fbeb"
|
|
1687
1665
|
},
|
|
1688
1666
|
{
|
|
1689
1667
|
"biomeId": "policies-web",
|
|
1690
1668
|
"repo": "submodules/xema-host-web",
|
|
1691
1669
|
"path": "submodules/xema-host-web/biomes/system/policies-web",
|
|
1692
|
-
"sourceCommit": "
|
|
1693
|
-
"sourceManifestHash": "
|
|
1670
|
+
"sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
|
|
1671
|
+
"sourceManifestHash": "eb26a67299f082c445d1cfc187a97ff77c46c0d46cc22477c535f8cc46f44030"
|
|
1694
1672
|
},
|
|
1695
1673
|
{
|
|
1696
1674
|
"biomeId": "project-biomes-web",
|
|
1697
1675
|
"repo": "submodules/xema-host-web",
|
|
1698
1676
|
"path": "submodules/xema-host-web/biomes/platform/project-biomes-web",
|
|
1699
|
-
"sourceCommit": "
|
|
1677
|
+
"sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
|
|
1700
1678
|
"sourceManifestHash": "077f6afc13abb5bebf99e54fae6b0f7906ce09a50fb67c53113c902b04f6a108"
|
|
1701
1679
|
},
|
|
1702
1680
|
{
|
|
1703
1681
|
"biomeId": "runners-web",
|
|
1704
1682
|
"repo": "submodules/xema-host-web",
|
|
1705
1683
|
"path": "submodules/xema-host-web/biomes/system/runners-web",
|
|
1706
|
-
"sourceCommit": "
|
|
1684
|
+
"sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
|
|
1707
1685
|
"sourceManifestHash": "469a04d8a7ff2e8dc55ab05fc4f6b874c46981a987d30393a469541f61b7cda3"
|
|
1708
1686
|
},
|
|
1709
1687
|
{
|
|
1710
1688
|
"biomeId": "search-web",
|
|
1711
1689
|
"repo": "submodules/xema-host-web",
|
|
1712
1690
|
"path": "submodules/xema-host-web/biomes/system/search-web",
|
|
1713
|
-
"sourceCommit": "
|
|
1691
|
+
"sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
|
|
1714
1692
|
"sourceManifestHash": "82c0a04f2ad3e6ba84a85e8d14e6dc4ed65c0581ca7ec168e066ebcf0da07944"
|
|
1715
1693
|
},
|
|
1716
1694
|
{
|
|
1717
1695
|
"biomeId": "service-registry-web",
|
|
1718
1696
|
"repo": "submodules/xema-host-web",
|
|
1719
1697
|
"path": "submodules/xema-host-web/biomes/system/service-registry-web",
|
|
1720
|
-
"sourceCommit": "
|
|
1698
|
+
"sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
|
|
1721
1699
|
"sourceManifestHash": "4e6de6c3d7fb2edd030b9d346833c7ce6e99aff3d2e46e40ef61670abc302839"
|
|
1722
1700
|
},
|
|
1723
1701
|
{
|
|
1724
1702
|
"biomeId": "sessions-web",
|
|
1725
1703
|
"repo": "submodules/xema-host-web",
|
|
1726
1704
|
"path": "submodules/xema-host-web/biomes/platform/sessions-web",
|
|
1727
|
-
"sourceCommit": "
|
|
1705
|
+
"sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
|
|
1728
1706
|
"sourceManifestHash": "5d0d648c6d5c362498a7fe16ce1213b6fc3b161bf7e019d66d96654af0ba59a0"
|
|
1729
1707
|
},
|
|
1730
1708
|
{
|
|
1731
1709
|
"biomeId": "software-dev-web",
|
|
1732
1710
|
"repo": "submodules/xema-host-web",
|
|
1733
1711
|
"path": "submodules/xema-host-web/biomes/platform/software-dev-web",
|
|
1734
|
-
"sourceCommit": "
|
|
1712
|
+
"sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
|
|
1735
1713
|
"sourceManifestHash": "ba11db8deefb141d67bfe882fad594a3cc31100512a7ebb9ab05bfc90a4c7eb3"
|
|
1736
1714
|
},
|
|
1737
1715
|
{
|
|
1738
1716
|
"biomeId": "spaces-web",
|
|
1739
1717
|
"repo": "submodules/xema-host-web",
|
|
1740
1718
|
"path": "submodules/xema-host-web/biomes/system/spaces-web",
|
|
1741
|
-
"sourceCommit": "
|
|
1719
|
+
"sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
|
|
1742
1720
|
"sourceManifestHash": "ca0317b58364d048e70ac47801fa4f74d57f4ddd3647f99e8e1186dbc2581629"
|
|
1743
1721
|
},
|
|
1744
1722
|
{
|
|
1745
1723
|
"biomeId": "studio-web",
|
|
1746
1724
|
"repo": "submodules/xema-host-web",
|
|
1747
1725
|
"path": "submodules/xema-host-web/biomes/platform/studio-web",
|
|
1748
|
-
"sourceCommit": "
|
|
1726
|
+
"sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
|
|
1749
1727
|
"sourceManifestHash": "6a14eab448f12ada1108c7d7ef5a3239cc8e46e8fee09d26671578f2321c6b2c"
|
|
1750
1728
|
},
|
|
1751
1729
|
{
|
|
1752
1730
|
"biomeId": "topology-web",
|
|
1753
1731
|
"repo": "submodules/xema-host-web",
|
|
1754
1732
|
"path": "submodules/xema-host-web/biomes/platform/topology-web",
|
|
1755
|
-
"sourceCommit": "
|
|
1733
|
+
"sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
|
|
1756
1734
|
"sourceManifestHash": "e0031fa2a63170f6e47d4e6da3dd6bc8d39bb0c7d33834192c0dcae4984783a3"
|
|
1757
1735
|
},
|
|
1758
1736
|
{
|
|
1759
1737
|
"biomeId": "user-hub-web",
|
|
1760
1738
|
"repo": "submodules/xema-host-web",
|
|
1761
1739
|
"path": "submodules/xema-host-web/biomes/system/user-hub-web",
|
|
1762
|
-
"sourceCommit": "
|
|
1740
|
+
"sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
|
|
1763
1741
|
"sourceManifestHash": "4162422cfc654ae58368d4825e97857f3a1a7693cc4a09d88059961289c51eda"
|
|
1764
1742
|
},
|
|
1765
1743
|
{
|
|
1766
1744
|
"biomeId": "webapp-studio-web",
|
|
1767
1745
|
"repo": "submodules/xema-host-web",
|
|
1768
1746
|
"path": "submodules/xema-host-web/biomes/platform/webapp-studio-web",
|
|
1769
|
-
"sourceCommit": "
|
|
1747
|
+
"sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
|
|
1770
1748
|
"sourceManifestHash": "062bc6155ea7d9d75f3aadc4f2455e87f7ca1582cd87de726326263d90dccef9"
|
|
1771
1749
|
},
|
|
1772
1750
|
{
|
|
1773
1751
|
"biomeId": "workflows-web",
|
|
1774
1752
|
"repo": "submodules/xema-host-web",
|
|
1775
1753
|
"path": "submodules/xema-host-web/biomes/platform/workflows-web",
|
|
1776
|
-
"sourceCommit": "
|
|
1754
|
+
"sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
|
|
1777
1755
|
"sourceManifestHash": "cfd93e6b1c860a18254d0f7693a50b4bb1f1d528acc10639fce465f1288a3c1c"
|
|
1778
1756
|
},
|
|
1779
1757
|
{
|
|
1780
1758
|
"biomeId": "xema-storefront-web",
|
|
1781
1759
|
"repo": "submodules/xema-host-web",
|
|
1782
1760
|
"path": "submodules/xema-host-web/biomes/platform/xema-storefront-web",
|
|
1783
|
-
"sourceCommit": "
|
|
1761
|
+
"sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
|
|
1784
1762
|
"sourceManifestHash": "5fc4ca573aa4a14852773c4b91f70ec4c11ef6677cdea699b8b7fb7ad5c23050"
|
|
1785
1763
|
}
|
|
1786
1764
|
]
|