@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.
Files changed (108) hide show
  1. package/README.md +32 -4
  2. package/dist/assets/appliance-base/distribution.lock.json +418 -448
  3. package/dist/assets/appliance-base/images.lock.json +231 -253
  4. package/dist/assets/appliance-lean/distribution.lock.json +243 -302
  5. package/dist/assets/appliance-lean/images.lock.json +160 -182
  6. package/dist/assets/boot-graph.json +1 -4
  7. package/dist/assets/cloud/distribution.lock.json +424 -472
  8. package/dist/assets/cloud/images.lock.json +240 -262
  9. package/dist/assets/core/distribution.lock.json +174 -361
  10. package/dist/assets/core/images.lock.json +170 -236
  11. package/dist/assets/distribution-assets.manifest.json +33 -32
  12. package/dist/assets/minimal/distribution.lock.json +150 -286
  13. package/dist/assets/minimal/images.lock.json +143 -187
  14. package/dist/assets/oss/distribution.lock.json +418 -448
  15. package/dist/assets/oss/images.lock.json +232 -254
  16. package/dist/assets/starter/distribution.lock.json +267 -364
  17. package/dist/assets/starter/images.lock.json +176 -220
  18. package/dist/cli.d.ts.map +1 -1
  19. package/dist/cli.js +2 -0
  20. package/dist/cli.js.map +1 -1
  21. package/dist/commands/biome.d.ts +27 -0
  22. package/dist/commands/biome.d.ts.map +1 -1
  23. package/dist/commands/biome.js +8 -2
  24. package/dist/commands/biome.js.map +1 -1
  25. package/dist/commands/installation.d.ts.map +1 -1
  26. package/dist/commands/installation.js +112 -27
  27. package/dist/commands/installation.js.map +1 -1
  28. package/dist/commands/onboard.d.ts +3 -0
  29. package/dist/commands/onboard.d.ts.map +1 -0
  30. package/dist/commands/onboard.js +110 -0
  31. package/dist/commands/onboard.js.map +1 -0
  32. package/dist/dev/env-defaults.d.ts.map +1 -1
  33. package/dist/dev/env-defaults.js +0 -1
  34. package/dist/dev/env-defaults.js.map +1 -1
  35. package/dist/runtime/asset-provenance.d.ts +1 -1
  36. package/dist/runtime/asset-provenance.d.ts.map +1 -1
  37. package/dist/runtime/asset-provenance.js.map +1 -1
  38. package/dist/runtime/config/init-presets.d.ts.map +1 -1
  39. package/dist/runtime/config/init-presets.js +1 -12
  40. package/dist/runtime/config/init-presets.js.map +1 -1
  41. package/dist/runtime/config/schema.d.ts +0 -11
  42. package/dist/runtime/config/schema.d.ts.map +1 -1
  43. package/dist/runtime/config/schema.js +0 -2
  44. package/dist/runtime/config/schema.js.map +1 -1
  45. package/dist/runtime/env-seeder.d.ts.map +1 -1
  46. package/dist/runtime/env-seeder.js +0 -3
  47. package/dist/runtime/env-seeder.js.map +1 -1
  48. package/dist/runtime/infra/infra-catalog.d.ts.map +1 -1
  49. package/dist/runtime/infra/infra-catalog.js +0 -18
  50. package/dist/runtime/infra/infra-catalog.js.map +1 -1
  51. package/dist/runtime/infra/infra-environment.d.ts.map +1 -1
  52. package/dist/runtime/infra/infra-environment.js +0 -1
  53. package/dist/runtime/infra/infra-environment.js.map +1 -1
  54. package/dist/runtime/installation/compiler.d.ts +3 -4
  55. package/dist/runtime/installation/compiler.d.ts.map +1 -1
  56. package/dist/runtime/installation/compiler.js +10 -13
  57. package/dist/runtime/installation/compiler.js.map +1 -1
  58. package/dist/runtime/installation/contract.d.ts +4 -10
  59. package/dist/runtime/installation/contract.d.ts.map +1 -1
  60. package/dist/runtime/installation/contract.js +8 -11
  61. package/dist/runtime/installation/contract.js.map +1 -1
  62. package/dist/runtime/installation/current-launcher-renderer.d.ts.map +1 -1
  63. package/dist/runtime/installation/current-launcher-renderer.js +0 -5
  64. package/dist/runtime/installation/current-launcher-renderer.js.map +1 -1
  65. package/dist/runtime/installation/deployment-root.d.ts +53 -0
  66. package/dist/runtime/installation/deployment-root.d.ts.map +1 -0
  67. package/dist/runtime/installation/deployment-root.js +510 -0
  68. package/dist/runtime/installation/deployment-root.js.map +1 -0
  69. package/dist/runtime/installation/engine-verbs.d.ts +36 -0
  70. package/dist/runtime/installation/engine-verbs.d.ts.map +1 -0
  71. package/dist/runtime/installation/engine-verbs.js +164 -0
  72. package/dist/runtime/installation/engine-verbs.js.map +1 -0
  73. package/dist/runtime/installation/engine.d.ts +87 -0
  74. package/dist/runtime/installation/engine.d.ts.map +1 -0
  75. package/dist/runtime/installation/engine.js +218 -0
  76. package/dist/runtime/installation/engine.js.map +1 -0
  77. package/dist/runtime/installation/helm-release.d.ts.map +1 -1
  78. package/dist/runtime/installation/helm-release.js +0 -1
  79. package/dist/runtime/installation/helm-release.js.map +1 -1
  80. package/dist/runtime/installation/index.d.ts +3 -0
  81. package/dist/runtime/installation/index.d.ts.map +1 -1
  82. package/dist/runtime/installation/index.js +3 -0
  83. package/dist/runtime/installation/index.js.map +1 -1
  84. package/dist/runtime/installation/json-schema.d.ts +1 -1
  85. package/dist/runtime/installation/json-schema.d.ts.map +1 -1
  86. package/dist/runtime/installation/json-schema.js +1 -1
  87. package/dist/runtime/installation/json-schema.js.map +1 -1
  88. package/dist/runtime/installation/lifecycle.js.map +1 -1
  89. package/dist/runtime/installation/setup-profile.d.ts +7 -2
  90. package/dist/runtime/installation/setup-profile.d.ts.map +1 -1
  91. package/dist/runtime/installation/setup-profile.js +2 -1
  92. package/dist/runtime/installation/setup-profile.js.map +1 -1
  93. package/dist/runtime/installation/validators/operational.d.ts.map +1 -1
  94. package/dist/runtime/installation/validators/operational.js +0 -8
  95. package/dist/runtime/installation/validators/operational.js.map +1 -1
  96. package/dist/runtime/onboard/plan.d.ts +52 -0
  97. package/dist/runtime/onboard/plan.d.ts.map +1 -0
  98. package/dist/runtime/onboard/plan.js +210 -0
  99. package/dist/runtime/onboard/plan.js.map +1 -0
  100. package/dist/runtime/sources/kinds/git.d.ts +4 -0
  101. package/dist/runtime/sources/kinds/git.d.ts.map +1 -1
  102. package/dist/runtime/sources/kinds/git.js +19 -12
  103. package/dist/runtime/sources/kinds/git.js.map +1 -1
  104. package/examples/02-local-container-full.yaml +0 -1
  105. package/examples/03-byo-infra.yaml +0 -1
  106. package/examples/04-subset-knowledge.yaml +0 -1
  107. package/package.json +14 -13
  108. 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": "f53b9f28b37b091754c86dd1c7af0691daa5b679",
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": "d45afea00d6431d933428269a97a83238e6b012d67770a8e43736a6cd226702b"
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": "dafdfb16fd923e729dc74828a6dd6c8a22abc558753d568313ecf4b4d02f8870",
25
+ "contentHash": "5f0ffb98f700f4304bf660ad1d97e1268e9bf50d7bbd714c3bbee0bbd8cc1979",
26
26
  "repo": "submodules/xema-host-web",
27
27
  "path": "submodules/xema-host-web",
28
- "sourceCommit": "3a033439caf2f89f691346e807a5a7ce1f4c7282",
29
- "sourceManifestHash": "1dfd2f27810b29506e9d3e7fafed47f0589239fb1aa4eaa998b1f7d867adaefb",
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": "6b733e6747f3aaa4999700c5622e77006324f34c1b02b61c098236335dd7f097",
47
+ "contentHash": "41f121a61994d9889d0ac044ce4baa09ebc0983a5e76e1a702d34def947cb538",
48
48
  "repo": "submodules/billing-api",
49
49
  "path": "submodules/billing-api",
50
- "sourceCommit": "d4ba0ea3f68e38195b0c2b5d5776a204075e81b2",
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": "4da14758899ae3d6cf3df996fa1cf12d10cef87fc263b41c69c080dad27ef53e",
69
+ "contentHash": "28c34e719174987de9dc2f307de9f1be7aa602b444d1a5bb0588cb2eba38e3d1",
70
70
  "repo": "submodules/event-hub-api",
71
71
  "path": "submodules/event-hub-api",
72
- "sourceCommit": "309ad37f75674b35847820e522ef36c07a310d47",
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": "7e08f349fa626433487fc468e9f89f4ff16015af7bb4ad022c3fa2409ab589db",
91
+ "contentHash": "b7949773dd6533fefb9f3f74d24167b776a31540ca8d43e9b5278df52ba803b0",
92
92
  "repo": "submodules/identity-api",
93
93
  "path": "submodules/identity-api",
94
- "sourceCommit": "c88d56727e57783ba5f959e34f0d755e09ffb194",
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": "1eaf34b555ba15b95d682eccf1aacd462230c87091b60817f6feaa9fe8027347",
113
+ "contentHash": "e56ee7641b414632e2915d73307e0ac021eed25987c5fd52fc3ed1654b37a2ba",
114
114
  "repo": "submodules/llm-gateway-api",
115
115
  "path": "submodules/llm-gateway-api",
116
- "sourceCommit": "0041f351523fa22e7276dd58ba5e581743463248",
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": "92fdda838b1bfc8ce4aa15dd16f777658b1aea12ae5d36e219288a2fb0424812",
135
+ "contentHash": "3864e5cd2ce8089d9998f78cf63fd69cf66c17f070243dedb845c7d3b3cd820b",
136
136
  "repo": "submodules/secrets-api",
137
137
  "path": "submodules/secrets-api",
138
- "sourceCommit": "461bac3bd96e9aa3ddf3a287523f021e811f244a",
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": "d439351e252639b8eb4c2fc215d9ff437dc031208f1ba81a7c111f19825d207e",
179
+ "contentHash": "5e028ccd895e0ecb8a1b0986e2dc787a5fdea1b3f0f4f25c1ff8e19bbecac3d4",
158
180
  "repo": "repos/xema-base",
159
181
  "path": "repos/xema-base/biomes/biome-adapter-host",
160
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
161
- "sourceManifestHash": "bfb188bd4a0c2ed374dd0b26297348ab4a140cf61b6ae1974f13d62b596af462",
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": "d0df2319249cd08211764c39818e7f97858bc07a50e9808ed21ca2d993a70f3d",
201
+ "contentHash": "44deaa6da2428fa28036a32e163675033d67bcbd23c9fa739f3034ffdec17efb",
180
202
  "repo": "repos/xema-base",
181
203
  "path": "repos/xema-base/biomes/opencode-runtime",
182
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
183
- "sourceManifestHash": "df23015c5e22b96bfdedeefc4d9244236ac0c7f4d9068b23139ebecee7a79c59",
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": "791b973f3ef77b4c1ed0911473a8ebaf419a074ce90805acbae8cbc9d82ccae7",
227
+ "contentHash": "166f258255901f60622443d6d43647e1dd9543e1510c31539b365d5b078bf9c6",
206
228
  "repo": "repos/xema-base",
207
229
  "path": "repos/xema-base/biomes/activity-feed",
208
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
209
- "sourceManifestHash": "630722948831c9943c328e0d626cf5fb34eaf581e73afb80ccc45636bc3b7540",
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": "e3a1e7fc60e31c2f0885d83180a87217df7433c57b076edbf5e26974d0d74d5d",
249
+ "contentHash": "8be283843be2f885c0607cc2aedf50067ebb1f708b871c6d8e381a6476f2ea07",
228
250
  "repo": "repos/xema-base",
229
251
  "path": "repos/xema-base/biomes/agent-runtime",
230
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
231
- "sourceManifestHash": "2359f7b22ac81db4061fc19cc481fb5710cc13721e6e3e76f8a1f1af6c485ca8",
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": "1a08440096625d420931c3d9f233dc78f94ea551996d210e949a89ab5a8d2917",
271
+ "contentHash": "9b8668d59cc5085ad2cc3974f6c5244d8695528b2abb1e39bfe415a119cca41e",
250
272
  "repo": "repos/xema-cultivars",
251
273
  "path": "repos/xema-cultivars/biomes/platform/app-forge",
252
- "sourceCommit": "6598d8870a0141340dad0b65c9ee55c9f19dfc25",
253
- "sourceManifestHash": "e78c4244316d920b182117aebba8f086fa84b6c76548400a78deef4c8c26c53f",
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": "a3ce46d69d5b6b95c1e96cf3c0f99159eeaaecfdea9a6fc1dcd29a5fa032d8d9",
293
+ "contentHash": "65611cd437fb7ea51152d79523dd70e608a67689ad7ebe3bc9ec934c7c4046c0",
272
294
  "repo": "repos/xema-cultivars",
273
295
  "path": "repos/xema-cultivars/biomes/platform/app-function-broker",
274
- "sourceCommit": "6598d8870a0141340dad0b65c9ee55c9f19dfc25",
275
- "sourceManifestHash": "a0a9fa7f5904a9dfccdff65e513627df734163bfea0ff8349fe1baed6789e3d5",
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": "b932fcac08386e3864f0f8f3df9e9ed245a08c93ad8942fbf360f57068dfa80d",
315
+ "contentHash": "90ed88b78bed19a89bfa8c7fe2d7e938b2a495fe6ac3f7220bf88ef8023d0f89",
316
316
  "repo": "repos/xema-base",
317
317
  "path": "repos/xema-base/biomes/app-platform",
318
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
319
- "sourceManifestHash": "dcd05224d49b0833f71cef2008685d383ff49b393e16a26a9e458c764ac83604",
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": "44d624f2654a3abf15b7fd8a924d5431af854fa28cb3aeb1694910c2b2efd7b7",
337
+ "contentHash": "d217693a98d85c3e02197ecba32eed7405af75a00889abb86343c8e7f2543be1",
338
338
  "repo": "repos/xema-base",
339
339
  "path": "repos/xema-base/biomes/agent-runtime",
340
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
341
- "sourceManifestHash": "2359f7b22ac81db4061fc19cc481fb5710cc13721e6e3e76f8a1f1af6c485ca8",
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": "637fc5aeb8beadc693026ffc1b3f6cc9d764f5083920204466fade4f78c5efaf",
359
+ "contentHash": "21f056d69fbda7d3e24150c8f367345a1fba56ea4374ae83871227086ffa7ece",
360
360
  "repo": "repos/xema-base",
361
361
  "path": "repos/xema-base/biomes/audit",
362
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
363
- "sourceManifestHash": "5d13a34bb01d7f97c3b489cc8c683861e6a5104dca6630a300d7b56ab01240eb",
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": "0fb68a23a2e3a07c2f581e8d3cb484ff32e09749056a4f18aa1b726dea7b2913",
381
+ "contentHash": "fa16773b07368a129db00dbd87ab0acd20de58a99d86e2cba054ee5276cc095f",
382
382
  "repo": "repos/xema-base",
383
383
  "path": "repos/xema-base/biomes/authorization",
384
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
385
- "sourceManifestHash": "f1b20d7ddccb52fc5c26c263b98a3efbc9565b6cbd5a1d3945f296cdf42004f4",
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": "00ebdce7659df573977865dfd7ec383084f4b8cf0e792162b41eab82c69ba55f",
403
+ "contentHash": "9fd8f7519267a51273af3b8dec107353601754e7fcb95a5afda1d93e939b9e24",
404
404
  "repo": "repos/xema-community",
405
405
  "path": "repos/xema-community/biomes/backlog",
406
- "sourceCommit": "3ff01803dc36b2f5d0edd4bfd42aa16d27bab48b",
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": "5c25cf435f51f88963f448738be20f93b79b709d91e78b15273fa0c8e9d74975",
425
+ "contentHash": "c1a765ab9f69a60522fb4a55f03e6f3baa47a8a890a29f38e736ef9a5de9b870",
426
426
  "repo": "repos/xema-base",
427
427
  "path": "repos/xema-base/biomes/biome-fetcher",
428
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
429
- "sourceManifestHash": "aa8eb35d67becde1218339b116dca984f1464ac5cd001e49d1f99a1d1caa11a2",
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": "222fc6ff09c0526716877f7e6196e847568c2fbd1da528638011f1b463ab086c",
447
+ "contentHash": "e4eeddec7f4259e43730944208f4d966d1d6c008fc453372330c74defd825283",
448
448
  "repo": "repos/xema-base",
449
449
  "path": "repos/xema-base/biomes/biome-host",
450
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
451
- "sourceManifestHash": "a1e8408ca995a8238ed1c70148c6fc9c6b566d7ae544f9bcd6c41d1f075cbdd3",
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": "c11a10ca8772ab3a43a0414548b161c08912e86298f766df4d4c2cfe3266ee85",
469
+ "contentHash": "23d530e8be9a28234847a4affafb38870af8827a7ffb739146cca4b87ebe0fb3",
470
470
  "repo": "repos/xema-base",
471
471
  "path": "repos/xema-base/biomes/canopy",
472
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
473
- "sourceManifestHash": "0f437205d30b2594678c0ebb4f0c7f205f61e87ffb12d096c788bdba39cdcae9",
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": "2d078221cfc4a3f78da4b20258349d585c406da7d5a303eca42c399596a486f2",
491
+ "contentHash": "a85f2159ddd83a7274a179e049fcacd75d203607fede4fcd4c59518c7de2b00d",
492
492
  "repo": "repos/xema-base",
493
493
  "path": "repos/xema-base/biomes/capability-registry",
494
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
495
- "sourceManifestHash": "52ee909aa20d1389b33dfc802860a839ae84d0d459429e9239f4654ad1695df7",
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": "55c93f0196fe4984e78f28e20098a9f832b8197a498af4e41fc81636414da147",
513
+ "contentHash": "c05d32707bd9b24d7ad756d9de39b7ad062550e673d8eb0bf9419a1902d4f6ee",
514
514
  "repo": "repos/xema-community",
515
515
  "path": "repos/xema-community/biomes/conversation-channels",
516
- "sourceCommit": "3ff01803dc36b2f5d0edd4bfd42aa16d27bab48b",
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": "12d7c85969b4feadd6153106b15b7d2303e6d3e3c958dc134217622a579a84df",
535
+ "contentHash": "3cc7dfda3f5cba0d9c233b4c0707251780534b07936a23ca5f57fd13a94a4bdc",
536
536
  "repo": "repos/xema-base",
537
537
  "path": "repos/xema-base/biomes/connector-platform",
538
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
539
- "sourceManifestHash": "d5d0a859f8cb04b7b286396417d435c6391c0a47ec9380fcf599c48b465024da",
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": "b6f7557f76ce3207498ff3e14a3267f2a49445928c490a5c2aca3af93397aa57",
557
+ "contentHash": "a4e0310f9edac79e2e956bf83b002a31cecb4fc07ca1760e93ca062b8ac73b23",
558
558
  "repo": "repos/xema-base",
559
559
  "path": "repos/xema-base/biomes/container-registry",
560
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
561
- "sourceManifestHash": "d3f95e01b91241209c3ad56ee33b70cb0f836cf87847292c29b574e3bef72a46",
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": "fe4c8bd346c1490843b72d4318b949d4fe58d15f4981725a75eb5616a0a3356c",
579
+ "contentHash": "8e199f09dbd5339e9337296c6fffd0259ff88a572003ca4eb020c125f1d53382",
580
580
  "repo": "repos/xema-community",
581
581
  "path": "repos/xema-community/biomes/control-plane",
582
- "sourceCommit": "3ff01803dc36b2f5d0edd4bfd42aa16d27bab48b",
583
- "sourceManifestHash": "fd2c03b52fae21cce5ba73f746596f05c89da2b36619e2520bf29d596ad3957b",
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": "18e89ee6160e98e427d72e71e4136af500909e88371784703dc8249b458907dd",
601
+ "contentHash": "51038ed9e8fc9d55b75faf84e2a618c5a452c6cb36d02242f8b5174cbbef0560",
602
602
  "repo": "repos/xema-base",
603
603
  "path": "repos/xema-base/biomes/connector-platform",
604
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
605
- "sourceManifestHash": "d5d0a859f8cb04b7b286396417d435c6391c0a47ec9380fcf599c48b465024da",
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": "c7328783ce5c157f5c1203f9b840e2a8f597a369b665bc71ae2fc2c229157068",
623
+ "contentHash": "3af5114a8974b0b46f62873c3bc630935be720560a4db44a00e2cc598c47867d",
624
624
  "repo": "repos/xema-base",
625
625
  "path": "repos/xema-base/biomes/decision",
626
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
627
- "sourceManifestHash": "7c6b2cf62d1a8460d470e1ff34b1d0748af649da0f8db7fd0bd42cae3f00c434",
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": "928fd89e9bb40cbbd2d987e8917dbebeb81b3bed8b0209e4300a203526ad9a50",
645
+ "contentHash": "4122ffb210ec03be9f28002723d4ee0ed8c6c565313267869092345f0f2fc12e",
646
646
  "repo": "repos/xema-base",
647
647
  "path": "repos/xema-base/biomes/workflow-runtime",
648
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
649
- "sourceManifestHash": "5a2f029b3bc1db1cf10fb2ee507927f660a4fdd02b1363242369339711198434",
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": "a3bad567b97b4504fed0735ca4e8fe08627b38b630b7262adb6148b46dac0cc8",
667
+ "contentHash": "1afaba40bf3c7f60d2efa863983c24a388babd1935432f623450d181635b968d",
668
668
  "repo": "repos/xema-cultivars",
669
669
  "path": "repos/xema-cultivars/biomes/platform/design-system-builder",
670
- "sourceCommit": "6598d8870a0141340dad0b65c9ee55c9f19dfc25",
671
- "sourceManifestHash": "c38b893d51bb50d22db313151fc3ec19e1459337efe2d66812bbefa09ba79eee",
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": "50408b6d0bd4818c4ac82d79e4e105580433ce85b8b67535ab09d36bfcfd1766",
689
+ "contentHash": "f0dacad32b60940a1867b333dc2f7e7e897118891d336e62bfb2db3ce35c3a22",
690
690
  "repo": "repos/xema-operator",
691
691
  "path": "repos/xema-operator/biomes/distribution",
692
- "sourceCommit": "d17846c587a11f6dc0d93ba5c28352d2e025459b",
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": "4e58c40d38ea6f9bbd47daeaa1466137a15754f4a3a0048f2983afe30b0680ae",
711
+ "contentHash": "dc52236b818ba18bfcc73ad3d3c5a57e49138b325aa3ad7825161e49f7f2c805",
712
712
  "repo": "repos/xema-docs",
713
713
  "path": "repos/xema-docs",
714
- "sourceCommit": "b26d4724d3301db8843c624392d0e1e56a3f4b92",
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": "814487e4a1122c5a17a4b04676bf4a16fcdebe89931ad97a0e4f66461d1709fb",
733
+ "contentHash": "9107a3c12e773f057d9817bbcec9a325460642202de6e245cf448be3ab05a397",
734
734
  "repo": "repos/xema-community",
735
735
  "path": "repos/xema-community/biomes/document-rendering",
736
- "sourceCommit": "3ff01803dc36b2f5d0edd4bfd42aa16d27bab48b",
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": "0ed0527da0a617da0a0b82920a8a65425a7b162d2f118157d6f304ac7cbbab40",
755
+ "contentHash": "2ef02610cdf6eb0857363f5573db50fa22cbf418076a807750a9239a3fb0b71d",
756
756
  "repo": "repos/xema-base",
757
757
  "path": "repos/xema-base/biomes/knowledge-base",
758
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
759
- "sourceManifestHash": "adf2d3d601ab92897e675fe048def464e627e22e299668bf68bbb6c05055407e",
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": "98601dd18c82276e5d72d85d8d3eb9b3e7d1ee4f93242f672f0448a80420dab5",
777
+ "contentHash": "b49c1dc1fbac6337ff5a921b92ae8edd43897c91417a460989410acd2e4f5444",
778
778
  "repo": "repos/xema-base",
779
779
  "path": "repos/xema-base/biomes/agent-runtime",
780
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
781
- "sourceManifestHash": "2359f7b22ac81db4061fc19cc481fb5710cc13721e6e3e76f8a1f1af6c485ca8",
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": "b82a8ec17da70007ba673a6f910110326e5d469f88a8b45bca37915fb499a501",
799
+ "contentHash": "e28f045b7cde9921333147ae1911d15aaa9b2146fe64f1b9ebe95600ca0314ae",
800
800
  "repo": "repos/xema-cultivars",
801
801
  "path": "repos/xema-cultivars/biomes/platform/mailops",
802
- "sourceCommit": "6598d8870a0141340dad0b65c9ee55c9f19dfc25",
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": "85cefabbb3703357f8a80f5592d46600da87d676a96433cf02a7fa1fea275f8a",
821
+ "contentHash": "cc2bcb927c5bb6e000cd18a5c66b7dcbf5d0abddf4084bbd0c41580e16adfcc1",
822
822
  "repo": "repos/xema-cultivars",
823
823
  "path": "repos/xema-cultivars/biomes/platform/managed-llm-economy",
824
- "sourceCommit": "6598d8870a0141340dad0b65c9ee55c9f19dfc25",
825
- "sourceManifestHash": "cab1eaba5ba669816e64ffc6144707666e656b2adc1a40d675054afc4401b200",
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": "3efa60f76b13716fafab99441e1f033891159f1097850e237bbadc384e2a3721",
843
+ "contentHash": "33c28c35ceb8353e5a15514fc1cc322a51ff42912309a2bf675cd499c274c5bc",
844
844
  "repo": "repos/xema-base",
845
845
  "path": "repos/xema-base/biomes/mcp-router",
846
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
847
- "sourceManifestHash": "76950828b7e9b86b57e2307d8f4ebbd2638fb29ca2ab64ccceb8b50370ba63de",
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": "a7edf53ab05a6c6adf842195b96bf339149320acd9fcded494c249c379cb4c58",
865
+ "contentHash": "fc95a1132abd11d4e71e4bf6ec7e0c9fc5b7b7b68666915ba21da88808e1ad7b",
866
866
  "repo": "repos/xema-cultivars",
867
867
  "path": "repos/xema-cultivars/biomes/platform/memory",
868
- "sourceCommit": "6598d8870a0141340dad0b65c9ee55c9f19dfc25",
869
- "sourceManifestHash": "3d8bb78871806141285b264f0746c2fc5d1a7ea8a7d0204a2e982d20a48eef1d",
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": "728cf6dd878fdf15d1f9e55e2c4e8bd1a07ada07795c9d584dd507c27969a8bd",
887
+ "contentHash": "4eb02c037379a3b5322074f6fa6f87524e7e08fe3596a1a9d0cc6547ddde1de3",
888
888
  "repo": "repos/xema-base",
889
889
  "path": "repos/xema-base/biomes/object-registry",
890
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
891
- "sourceManifestHash": "7e12c0745a993a2efa188b4f28d977f48c3db174a29274d264f79777b6952285",
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": "89dcea65bbf206da56e1bc429e50b5caae85ef3e826473a565fd54e8c53f250d",
909
+ "contentHash": "b5d1019928614ce938eeab06f2fa7ddc8d9509b304a9d7b6d1e5c061d315d85f",
910
910
  "repo": "repos/xema-base",
911
911
  "path": "repos/xema-base/biomes/org-database-pool",
912
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
913
- "sourceManifestHash": "16b76edf1ba1a5f529615de0748f9915de8c9b4f16605a873b0c56574c4fc781",
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": "f594aa8bd18e2ca3499dde04e4d36ebeea5d6e2b87bc297823601efa8f4681dc",
931
+ "contentHash": "e89e2a75719fd332a64ef73e782aa6959b2af7ba029806e457153c2a8a7868b5",
954
932
  "repo": "repos/xema-base",
955
933
  "path": "repos/xema-base/biomes/project-registry",
956
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
957
- "sourceManifestHash": "91e9412e408eae5f1d5161292f93fd2925931d7fce0beb6f4caa5a5475491960",
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": "2bbf4122ae1f3c1e9e47b965216b4bed7cfaddfaf94fdb1a23d9fb37c4356407",
953
+ "contentHash": "6590f51a2ad12bc58d4dc012b6a9f27955742d33d69d11b3706a16126bf6b612",
976
954
  "repo": "repos/xema-base",
977
955
  "path": "repos/xema-base/biomes/public-gateway",
978
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
979
- "sourceManifestHash": "21e8a81310ac734c90861139b0a7ccf4d2d787c99b42eb2bc8bf7e7c7fcf734b",
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": "1c0f16075be6d6396ad7e55197bfa2b06570c1dcdded6c77ff36e8f304d2e87a",
975
+ "contentHash": "8a2a2404873ef859bf94cf08e357cfe81b5ac732aa802beddf26a3264693d279",
998
976
  "repo": "repos/xema-base",
999
977
  "path": "repos/xema-base/biomes/redis-pool",
1000
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
1001
- "sourceManifestHash": "87b1cc0aef3d46fc9769dc4c6e02143617a4d4e0db9529b948e049eb51bff9df",
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": "8db28490a9fbbe81c5f2bbd68334b16b2bb603d417fc1ed9de2d354f3a180fa8",
997
+ "contentHash": "e73f59abe5f2c4ac9f8bedae5035eaed92b6538022ffa44af009552108a2f123",
1020
998
  "repo": "repos/xema-base",
1021
999
  "path": "repos/xema-base/biomes/resource-governance",
1022
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
1023
- "sourceManifestHash": "ac3c41291e02870c1e73116f64338de5142a99eab1c1aea29fd7c049edecd653",
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": "7a0c4bbcf6f6a9da1af6b7c6424583b3571ab749ec5695f26ca6ba0bd4b25bd7",
1019
+ "contentHash": "41e4a032b980717f57853f1d43a97dad8c6bd34caae674d528b042b1625431dc",
1042
1020
  "repo": "repos/xema-cultivars",
1043
1021
  "path": "repos/xema-cultivars/biomes/platform/software-dev",
1044
- "sourceCommit": "6598d8870a0141340dad0b65c9ee55c9f19dfc25",
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": "fbab3b4303ed9101f18e7adf2b4936b07bc1eb82b6ae9d8c10802966985c7ad8",
1041
+ "contentHash": "6e2187062015cb13d5dd7a8d9d4790758300e5441216260f52188f72921cf6f9",
1064
1042
  "repo": "repos/xema-cultivars",
1065
1043
  "path": "repos/xema-cultivars/biomes/platform/search",
1066
- "sourceCommit": "6598d8870a0141340dad0b65c9ee55c9f19dfc25",
1067
- "sourceManifestHash": "4c711b8d8413415722f9800358dcda95a1589d9b1bdea2f288abeb3da96e15b8",
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": "b7310aa510c49a8c92245f648d349c495b8f22af792fb281d0208871a50c774b",
1063
+ "contentHash": "30110d0df89d33d7cd823cadd91552a1259e1f8512a405b1c36d629b79513df9",
1086
1064
  "repo": "repos/xema-base",
1087
1065
  "path": "repos/xema-base/biomes/agent-runtime",
1088
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
1089
- "sourceManifestHash": "2359f7b22ac81db4061fc19cc481fb5710cc13721e6e3e76f8a1f1af6c485ca8",
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": "f11c2e6e97e698fd453290da4f8c8228783cc23950f7f67563862ba9857d7aff",
1085
+ "contentHash": "5248b195e51dda1ca4b7ea23b0dd245c99ee03d98ba96ce079da4015ee6853a6",
1108
1086
  "repo": "repos/xema-base",
1109
1087
  "path": "repos/xema-base/biomes/space-registry",
1110
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
1111
- "sourceManifestHash": "7baa5e808e1c118a45fa4fbf133ca243a40d0fed899c512114d7279c4218103c",
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": "b863be3eb4adda6c76594c4a676f3cfe2594ddec9183bb629752f0a85b2431b6",
1107
+ "contentHash": "2166030fc3b28b3f1019f34ec08391be9ba6acb53fc85c879902e12e4bba2ba7",
1130
1108
  "repo": "repos/xema-base",
1131
1109
  "path": "repos/xema-base/biomes/template-registry",
1132
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
1133
- "sourceManifestHash": "7d85c2da331bd2e43269a755738adf33c8586548fb9cc7e3fde669d8f25781c2",
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": "f90ac9356a263dea64ed3e7780fdb6c1fc3bdc882542235c7d052b360628099c",
1129
+ "contentHash": "ab272fed3e7e16913157fa0ecfc0c2d42c864879e35c562c74b3fb33dea56dde",
1152
1130
  "repo": "repos/xema-base",
1153
1131
  "path": "repos/xema-base/biomes/user-hub",
1154
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
1155
- "sourceManifestHash": "ef2c1ba18f496766da8d57d1c49577f6ad85b6eb4db3fb8da188febebfe372d0",
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": "e0fc4cc7a8eef91adab701c82b83d1845d9218613df54cfb53d63ee6ea629b31",
1151
+ "contentHash": "568ac6611d5d8d7887a2eb3a9d1b94ab45cd3a8c9265af03d654111647f3a71b",
1174
1152
  "repo": "repos/xema-base",
1175
1153
  "path": "repos/xema-base/biomes/web-access",
1176
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
1177
- "sourceManifestHash": "39a25edc98592e183de0b8f56b7d719e4f6778106613d3ac7f895194859447c5",
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": "0eee7ba3ee30b56ae7476836083dc8a9f91244c96f6ff06c2249a6f9d7b3ed79",
1173
+ "contentHash": "caae82f3fab0f85d1a0c0d1314be4462685fc0f55d66f120abcf603650112977",
1196
1174
  "repo": "repos/xema-cultivars",
1197
1175
  "path": "repos/xema-cultivars/biomes/platform/webapp-studio",
1198
- "sourceCommit": "6598d8870a0141340dad0b65c9ee55c9f19dfc25",
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": "68c68dab2ab623d7176540fc81153ed54451a721e259ff1ed5023e6379c868b9",
1195
+ "contentHash": "5f7506f276bed4319bc84400ac4180a236d7bd634dd603a03bb14afab70d160e",
1218
1196
  "repo": "repos/xema-base",
1219
1197
  "path": "repos/xema-base/biomes/workflow-runtime",
1220
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
1221
- "sourceManifestHash": "5a2f029b3bc1db1cf10fb2ee507927f660a4fdd02b1363242369339711198434",
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": "34850862da0db4d4adc9b0d6c9a4e5bb5711cf044e485419bbcbea3ee2ee4a0d",
1217
+ "contentHash": "e5076fd96c90a13a0104474a3f07aff90fd5918f245f25fdf76278a946b0013a",
1240
1218
  "repo": "repos/xema-base",
1241
1219
  "path": "repos/xema-base/biomes/workflow-runtime",
1242
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
1243
- "sourceManifestHash": "5a2f029b3bc1db1cf10fb2ee507927f660a4fdd02b1363242369339711198434",
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": "166e31281e34534d4f7774e77cbb381194e0cf1829620864f863f1db881deada",
1239
+ "contentHash": "856cdab2f0d32f966191e371927bc8896daefc39eccf72e63179a2fa6a19c3cc",
1262
1240
  "repo": "repos/xema-base",
1263
1241
  "path": "repos/xema-base/biomes/workload-runtime",
1264
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
1265
- "sourceManifestHash": "f0b9aaac2bd59992d02829049b4c8a727816e0ec5a91b9fb77389251207b4bd0",
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": "1555ae1a24b6d4cae7535ef3a1510b3d99509e92480d07ef00babb4d94720a08",
1261
+ "contentHash": "150452035e7c097899f0acda8ffa90e2f319cfe5b499eaa88a6c93c7a0f82f22",
1284
1262
  "repo": "repos/xema-cultivars",
1285
1263
  "path": "repos/xema-cultivars/biomes/platform/software-dev",
1286
- "sourceCommit": "6598d8870a0141340dad0b65c9ee55c9f19dfc25",
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": "56280a038f84bb6e4db5c4730baecdececcecfb4fceecb4557c86b7ab6606310",
1283
+ "contentHash": "11a6b1d07aa6abe838a2d5e0b4041ab130550ac076297061cb75115c8bd9552c",
1306
1284
  "repo": "repos/xema-base",
1307
1285
  "path": "repos/xema-base/biomes/workspace-proxy",
1308
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
1309
- "sourceManifestHash": "bea507d7dd40ef06877c282c2d6ff510d2ac080d054f919251b4dc09a9386e44",
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": "0bc11f605af503e38369b771a7d411e2362d8b11eb2c68eee53f79ea38589e3f",
1305
+ "contentHash": "a2711bdb904975bf212284f1164a3c19e12bfcb2bb18fff1f42a906be94277be",
1328
1306
  "repo": "repos/xema-base",
1329
1307
  "path": "repos/xema-base/biomes/workspace-orchestrator",
1330
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
1331
- "sourceManifestHash": "814721b231b42931c8a73e08bce5453615202c38e0c591c067689ae957dbf597",
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": "d431d1220b992f99f9feef06981aea01a8917a53062a79fa1e23c6e4b647bc9f",
1327
+ "contentHash": "f6ed79df0e78bd08c556c685bda0dd7335f938caec97c3a4cec49a17298dc7cf",
1350
1328
  "repo": "repos/xema-base",
1351
1329
  "path": "repos/xema-base/biomes/workspace-storage-pool",
1352
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
1353
- "sourceManifestHash": "f475fe25a456374f9457fff57335aaeac83a4cb68c60c5138f66dc84d6e70798",
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": "ddd28d0d27ed1f4279f78375adb4d0d18f024c8d6601bf69589bd304a01d2a89",
1349
+ "contentHash": "860769bc8bc00455d3dc02aed860b1428769e4e18c95d069d22aa45c05ac293c",
1372
1350
  "repo": "repos/xema-base",
1373
1351
  "path": "repos/xema-base/biomes/xema-biome-runner",
1374
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
1375
- "sourceManifestHash": "82b3aae1301362054bb0d4e738814d14254ac2acdf0587cf3e9f6fd477b94b54",
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": "7d68bdce07ceb7fc97e45af36f8311fba76c8f1143fb41f11acd8cce39644be0",
1371
+ "contentHash": "c9d0f9dcee55b82bc595f4ba5a59e72cc9b84dab5a6d484c4657a0e7f7b0b36f",
1394
1372
  "repo": "repos/xema-base",
1395
1373
  "path": "repos/xema-base/biomes/xema-capability-router",
1396
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
1397
- "sourceManifestHash": "c32b2cb325a600423172dea6b861941209a7531cdbb4a9b61951c365b696bfb0",
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": "dbafb1b4a6dba155b66edfb4772eec266d74fd5425f79800e6263a2915644b95",
1393
+ "contentHash": "5187d5cf9ed06538d733249bff12e86cefe2a0d4a1805e3bbd5d0eea1ea544ca",
1416
1394
  "repo": "repos/xema-base",
1417
1395
  "path": "repos/xema-base/kernel/xema-kernel-server",
1418
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
1419
- "sourceManifestHash": "bc703114d8cbf65575bb4a4a136090631bf7ee0a65123c1f9aff9c821c4b1bf6",
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": "e4b1bfa7292b9e6f811e7207495745b29cdc15405cf50c7bca6dd13c78faf874",
1415
+ "contentHash": "67fba088c3f82c2ac878f1056348c291837e1848670aa8d1e0b65b012664d8a7",
1438
1416
  "repo": "repos/xema-base",
1439
1417
  "path": "repos/xema-base/biomes/xema-platform-worker",
1440
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
1441
- "sourceManifestHash": "c39cbaad138e860538808ef6c4bd6b07825f01f028aedc8515cbf9b000429af2",
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": "258617a96c97f35c14b4e55a6f560cd74b90c479b414bb69666222f9a81c7d76",
1437
+ "contentHash": "f8415c619ca8a157112ca1e592fdfc78850a8e4d57a6d26b9c00cf9461cb21b3",
1460
1438
  "repo": "repos/xema-base",
1461
1439
  "path": "repos/xema-base/biomes/xema-shell",
1462
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
1463
- "sourceManifestHash": "9497558ce2c1b611e067dd4bf5904e38d9f4b2e38afc802d5e6cdc32f7d9be30",
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": "6673f83bec8801fb553954d83b1b23e2dfc54d7a79a9ff1f0874841988c3774d",
1459
+ "contentHash": "6cfee39e8982623b025e9ef7c5dcb24e23e64f455a09743a77b72adb1f48d5a5",
1482
1460
  "repo": "repos/xema-store-api",
1483
1461
  "path": "repos/xema-store-api/biomes/xema-store",
1484
- "sourceCommit": "2810c5763e39df92af2ceac6fec4341ebaa2c317",
1485
- "sourceManifestHash": "947366c481040434f1ec19852249e3b034dc820ea1ee7255f2dff31f9a9d1dff",
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": "3a033439caf2f89f691346e807a5a7ce1f4c7282",
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": "3a033439caf2f89f691346e807a5a7ce1f4c7282",
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": "3a033439caf2f89f691346e807a5a7ce1f4c7282",
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": "3a033439caf2f89f691346e807a5a7ce1f4c7282",
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": "3a033439caf2f89f691346e807a5a7ce1f4c7282",
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": "3a033439caf2f89f691346e807a5a7ce1f4c7282",
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": "3a033439caf2f89f691346e807a5a7ce1f4c7282",
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": "3a033439caf2f89f691346e807a5a7ce1f4c7282",
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": "3a033439caf2f89f691346e807a5a7ce1f4c7282",
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": "3a033439caf2f89f691346e807a5a7ce1f4c7282",
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": "3a033439caf2f89f691346e807a5a7ce1f4c7282",
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": "3a033439caf2f89f691346e807a5a7ce1f4c7282",
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": "3a033439caf2f89f691346e807a5a7ce1f4c7282",
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": "3a033439caf2f89f691346e807a5a7ce1f4c7282",
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": "3a033439caf2f89f691346e807a5a7ce1f4c7282",
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": "3a033439caf2f89f691346e807a5a7ce1f4c7282",
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": "3a033439caf2f89f691346e807a5a7ce1f4c7282",
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": "3a033439caf2f89f691346e807a5a7ce1f4c7282",
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": "3a033439caf2f89f691346e807a5a7ce1f4c7282",
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": "3a033439caf2f89f691346e807a5a7ce1f4c7282",
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": "3a033439caf2f89f691346e807a5a7ce1f4c7282",
1693
- "sourceManifestHash": "720f536934ca9e5a3f138fcdaf05b52416fb6e74548ce74f0c8917a8a5580e5e"
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": "3a033439caf2f89f691346e807a5a7ce1f4c7282",
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": "3a033439caf2f89f691346e807a5a7ce1f4c7282",
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": "3a033439caf2f89f691346e807a5a7ce1f4c7282",
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": "3a033439caf2f89f691346e807a5a7ce1f4c7282",
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": "3a033439caf2f89f691346e807a5a7ce1f4c7282",
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": "3a033439caf2f89f691346e807a5a7ce1f4c7282",
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": "3a033439caf2f89f691346e807a5a7ce1f4c7282",
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": "3a033439caf2f89f691346e807a5a7ce1f4c7282",
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": "3a033439caf2f89f691346e807a5a7ce1f4c7282",
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": "3a033439caf2f89f691346e807a5a7ce1f4c7282",
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": "3a033439caf2f89f691346e807a5a7ce1f4c7282",
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": "3a033439caf2f89f691346e807a5a7ce1f4c7282",
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": "3a033439caf2f89f691346e807a5a7ce1f4c7282",
1761
+ "sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
1784
1762
  "sourceManifestHash": "5fc4ca573aa4a14852773c4b91f70ec4c11ef6677cdea699b8b7fb7ad5c23050"
1785
1763
  }
1786
1764
  ]