@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
  {
@@ -154,11 +154,11 @@
154
154
  "kind": "runtime-component",
155
155
  "id": "biome-adapter-host",
156
156
  "imageRef": "ghcr.io/xema-dev/biome-adapter-host",
157
- "contentHash": "d439351e252639b8eb4c2fc215d9ff437dc031208f1ba81a7c111f19825d207e",
157
+ "contentHash": "5e028ccd895e0ecb8a1b0986e2dc787a5fdea1b3f0f4f25c1ff8e19bbecac3d4",
158
158
  "repo": "repos/xema-base",
159
159
  "path": "repos/xema-base/biomes/biome-adapter-host",
160
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
161
- "sourceManifestHash": "bfb188bd4a0c2ed374dd0b26297348ab4a140cf61b6ae1974f13d62b596af462",
160
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
161
+ "sourceManifestHash": "b1a0bb72096f9b4f415182204fc776527cfe2fb9caf820034ca77d962b8120ef",
162
162
  "requiredPlatforms": [
163
163
  {
164
164
  "os": "linux",
@@ -176,11 +176,11 @@
176
176
  "kind": "runtime-component",
177
177
  "id": "opencode-worker",
178
178
  "imageRef": "ghcr.io/xema-dev/opencode-worker",
179
- "contentHash": "d0df2319249cd08211764c39818e7f97858bc07a50e9808ed21ca2d993a70f3d",
179
+ "contentHash": "44deaa6da2428fa28036a32e163675033d67bcbd23c9fa739f3034ffdec17efb",
180
180
  "repo": "repos/xema-base",
181
181
  "path": "repos/xema-base/biomes/opencode-runtime",
182
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
183
- "sourceManifestHash": "df23015c5e22b96bfdedeefc4d9244236ac0c7f4d9068b23139ebecee7a79c59",
182
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
183
+ "sourceManifestHash": "1f193a66f63ab5e16d117893806477a04d18e79b4802f5343497aa16864da28a",
184
184
  "requiredPlatforms": [
185
185
  {
186
186
  "os": "linux",
@@ -202,11 +202,11 @@
202
202
  "kind": "service",
203
203
  "id": "activity-feed-api",
204
204
  "imageRef": "ghcr.io/xema-dev/activity-feed-api",
205
- "contentHash": "791b973f3ef77b4c1ed0911473a8ebaf419a074ce90805acbae8cbc9d82ccae7",
205
+ "contentHash": "166f258255901f60622443d6d43647e1dd9543e1510c31539b365d5b078bf9c6",
206
206
  "repo": "repos/xema-base",
207
207
  "path": "repos/xema-base/biomes/activity-feed",
208
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
209
- "sourceManifestHash": "630722948831c9943c328e0d626cf5fb34eaf581e73afb80ccc45636bc3b7540",
208
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
209
+ "sourceManifestHash": "823f7f6fe9abfbe0b4b3dd45b875d2eae928b0c109a7bfebf58dc55f4b3a3d6c",
210
210
  "requiredPlatforms": [
211
211
  {
212
212
  "os": "linux",
@@ -224,11 +224,11 @@
224
224
  "kind": "service",
225
225
  "id": "agent-session-api",
226
226
  "imageRef": "ghcr.io/xema-dev/agent-session-api",
227
- "contentHash": "e3a1e7fc60e31c2f0885d83180a87217df7433c57b076edbf5e26974d0d74d5d",
227
+ "contentHash": "8be283843be2f885c0607cc2aedf50067ebb1f708b871c6d8e381a6476f2ea07",
228
228
  "repo": "repos/xema-base",
229
229
  "path": "repos/xema-base/biomes/agent-runtime",
230
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
231
- "sourceManifestHash": "2359f7b22ac81db4061fc19cc481fb5710cc13721e6e3e76f8a1f1af6c485ca8",
230
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
231
+ "sourceManifestHash": "43fe42646ccb71bc829c40a7406c7a49d5707307b9f93a47b78a19e5ec39d9bc",
232
232
  "requiredPlatforms": [
233
233
  {
234
234
  "os": "linux",
@@ -246,11 +246,11 @@
246
246
  "kind": "service",
247
247
  "id": "app-platform-api",
248
248
  "imageRef": "ghcr.io/xema-dev/app-platform-api",
249
- "contentHash": "b932fcac08386e3864f0f8f3df9e9ed245a08c93ad8942fbf360f57068dfa80d",
249
+ "contentHash": "90ed88b78bed19a89bfa8c7fe2d7e938b2a495fe6ac3f7220bf88ef8023d0f89",
250
250
  "repo": "repos/xema-base",
251
251
  "path": "repos/xema-base/biomes/app-platform",
252
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
253
- "sourceManifestHash": "dcd05224d49b0833f71cef2008685d383ff49b393e16a26a9e458c764ac83604",
252
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
253
+ "sourceManifestHash": "f5f51d776b71789a069b2638ed42391337be42ac46610df6d6f42d01b89b6ecd",
254
254
  "requiredPlatforms": [
255
255
  {
256
256
  "os": "linux",
@@ -268,11 +268,11 @@
268
268
  "kind": "service",
269
269
  "id": "artifact-store-api",
270
270
  "imageRef": "ghcr.io/xema-dev/artifact-store-api",
271
- "contentHash": "44d624f2654a3abf15b7fd8a924d5431af854fa28cb3aeb1694910c2b2efd7b7",
271
+ "contentHash": "d217693a98d85c3e02197ecba32eed7405af75a00889abb86343c8e7f2543be1",
272
272
  "repo": "repos/xema-base",
273
273
  "path": "repos/xema-base/biomes/agent-runtime",
274
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
275
- "sourceManifestHash": "2359f7b22ac81db4061fc19cc481fb5710cc13721e6e3e76f8a1f1af6c485ca8",
274
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
275
+ "sourceManifestHash": "43fe42646ccb71bc829c40a7406c7a49d5707307b9f93a47b78a19e5ec39d9bc",
276
276
  "requiredPlatforms": [
277
277
  {
278
278
  "os": "linux",
@@ -290,11 +290,11 @@
290
290
  "kind": "service",
291
291
  "id": "audit-log-api",
292
292
  "imageRef": "ghcr.io/xema-dev/audit-log-api",
293
- "contentHash": "637fc5aeb8beadc693026ffc1b3f6cc9d764f5083920204466fade4f78c5efaf",
293
+ "contentHash": "21f056d69fbda7d3e24150c8f367345a1fba56ea4374ae83871227086ffa7ece",
294
294
  "repo": "repos/xema-base",
295
295
  "path": "repos/xema-base/biomes/audit",
296
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
297
- "sourceManifestHash": "5d13a34bb01d7f97c3b489cc8c683861e6a5104dca6630a300d7b56ab01240eb",
296
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
297
+ "sourceManifestHash": "b55bfee2da7f8fe6e3c3506a0b6e515f56cc86c18332b9d3d7a8ab6c9a71504d",
298
298
  "requiredPlatforms": [
299
299
  {
300
300
  "os": "linux",
@@ -312,11 +312,11 @@
312
312
  "kind": "service",
313
313
  "id": "authorization-api",
314
314
  "imageRef": "ghcr.io/xema-dev/authorization-api",
315
- "contentHash": "0fb68a23a2e3a07c2f581e8d3cb484ff32e09749056a4f18aa1b726dea7b2913",
315
+ "contentHash": "fa16773b07368a129db00dbd87ab0acd20de58a99d86e2cba054ee5276cc095f",
316
316
  "repo": "repos/xema-base",
317
317
  "path": "repos/xema-base/biomes/authorization",
318
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
319
- "sourceManifestHash": "f1b20d7ddccb52fc5c26c263b98a3efbc9565b6cbd5a1d3945f296cdf42004f4",
318
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
319
+ "sourceManifestHash": "214fc48f2e68e3755a0630d92bbae8769f8ebfdd44bee9d2ae622b6e1758ad00",
320
320
  "requiredPlatforms": [
321
321
  {
322
322
  "os": "linux",
@@ -334,10 +334,10 @@
334
334
  "kind": "service",
335
335
  "id": "backlog-api",
336
336
  "imageRef": "ghcr.io/xema-dev/backlog-api",
337
- "contentHash": "00ebdce7659df573977865dfd7ec383084f4b8cf0e792162b41eab82c69ba55f",
337
+ "contentHash": "9fd8f7519267a51273af3b8dec107353601754e7fcb95a5afda1d93e939b9e24",
338
338
  "repo": "repos/xema-community",
339
339
  "path": "repos/xema-community/biomes/backlog",
340
- "sourceCommit": "3ff01803dc36b2f5d0edd4bfd42aa16d27bab48b",
340
+ "sourceCommit": "3957408a61b00a5881645a173f7139d70fbaef04",
341
341
  "sourceManifestHash": "5661755e6e3bf66b571375d37664574203df82364241b4734a5fc05f5a8b4d08",
342
342
  "requiredPlatforms": [
343
343
  {
@@ -356,11 +356,11 @@
356
356
  "kind": "service",
357
357
  "id": "biome-fetcher-api",
358
358
  "imageRef": "ghcr.io/xema-dev/biome-fetcher-api",
359
- "contentHash": "5c25cf435f51f88963f448738be20f93b79b709d91e78b15273fa0c8e9d74975",
359
+ "contentHash": "c1a765ab9f69a60522fb4a55f03e6f3baa47a8a890a29f38e736ef9a5de9b870",
360
360
  "repo": "repos/xema-base",
361
361
  "path": "repos/xema-base/biomes/biome-fetcher",
362
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
363
- "sourceManifestHash": "aa8eb35d67becde1218339b116dca984f1464ac5cd001e49d1f99a1d1caa11a2",
362
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
363
+ "sourceManifestHash": "ec7cf835b650b00808eee92e5a9910afc56c627ac03b503c852789b27a768a6d",
364
364
  "requiredPlatforms": [
365
365
  {
366
366
  "os": "linux",
@@ -378,11 +378,11 @@
378
378
  "kind": "service",
379
379
  "id": "biome-host-api",
380
380
  "imageRef": "ghcr.io/xema-dev/biome-host-api",
381
- "contentHash": "222fc6ff09c0526716877f7e6196e847568c2fbd1da528638011f1b463ab086c",
381
+ "contentHash": "e4eeddec7f4259e43730944208f4d966d1d6c008fc453372330c74defd825283",
382
382
  "repo": "repos/xema-base",
383
383
  "path": "repos/xema-base/biomes/biome-host",
384
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
385
- "sourceManifestHash": "a1e8408ca995a8238ed1c70148c6fc9c6b566d7ae544f9bcd6c41d1f075cbdd3",
384
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
385
+ "sourceManifestHash": "a02a55b39b83b38c0a2965989d3a443e4aae1a83b3eb53b33fa03d4e78261028",
386
386
  "requiredPlatforms": [
387
387
  {
388
388
  "os": "linux",
@@ -396,37 +396,15 @@
396
396
  }
397
397
  ]
398
398
  },
399
- {
400
- "kind": "service",
401
- "id": "canopy-api",
402
- "imageRef": "ghcr.io/xema-dev/canopy-api",
403
- "contentHash": "c11a10ca8772ab3a43a0414548b161c08912e86298f766df4d4c2cfe3266ee85",
404
- "repo": "repos/xema-base",
405
- "path": "repos/xema-base/biomes/canopy",
406
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
407
- "sourceManifestHash": "0f437205d30b2594678c0ebb4f0c7f205f61e87ffb12d096c788bdba39cdcae9",
408
- "requiredPlatforms": [
409
- {
410
- "os": "linux",
411
- "architecture": "amd64"
412
- }
413
- ],
414
- "owners": [
415
- {
416
- "kind": "biome",
417
- "biomeId": "canopy"
418
- }
419
- ]
420
- },
421
399
  {
422
400
  "kind": "service",
423
401
  "id": "capability-registry-api",
424
402
  "imageRef": "ghcr.io/xema-dev/capability-registry-api",
425
- "contentHash": "2d078221cfc4a3f78da4b20258349d585c406da7d5a303eca42c399596a486f2",
403
+ "contentHash": "a85f2159ddd83a7274a179e049fcacd75d203607fede4fcd4c59518c7de2b00d",
426
404
  "repo": "repos/xema-base",
427
405
  "path": "repos/xema-base/biomes/capability-registry",
428
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
429
- "sourceManifestHash": "52ee909aa20d1389b33dfc802860a839ae84d0d459429e9239f4654ad1695df7",
406
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
407
+ "sourceManifestHash": "401a9a8557ddf5f9df34aae449a70659c4a6999cfdbc22c123689e4990c8a46b",
430
408
  "requiredPlatforms": [
431
409
  {
432
410
  "os": "linux",
@@ -444,10 +422,10 @@
444
422
  "kind": "service",
445
423
  "id": "channel-gateway-api",
446
424
  "imageRef": "ghcr.io/xema-dev/channel-gateway-api",
447
- "contentHash": "55c93f0196fe4984e78f28e20098a9f832b8197a498af4e41fc81636414da147",
425
+ "contentHash": "c05d32707bd9b24d7ad756d9de39b7ad062550e673d8eb0bf9419a1902d4f6ee",
448
426
  "repo": "repos/xema-community",
449
427
  "path": "repos/xema-community/biomes/conversation-channels",
450
- "sourceCommit": "3ff01803dc36b2f5d0edd4bfd42aa16d27bab48b",
428
+ "sourceCommit": "3957408a61b00a5881645a173f7139d70fbaef04",
451
429
  "sourceManifestHash": "118de16bf727ac27e3dcf2273cd835a07e2d35ab58e4d89bf2bf4b325583a789",
452
430
  "requiredPlatforms": [
453
431
  {
@@ -466,11 +444,11 @@
466
444
  "kind": "service",
467
445
  "id": "connector-gateway-api",
468
446
  "imageRef": "ghcr.io/xema-dev/connector-gateway-api",
469
- "contentHash": "12d7c85969b4feadd6153106b15b7d2303e6d3e3c958dc134217622a579a84df",
447
+ "contentHash": "3cc7dfda3f5cba0d9c233b4c0707251780534b07936a23ca5f57fd13a94a4bdc",
470
448
  "repo": "repos/xema-base",
471
449
  "path": "repos/xema-base/biomes/connector-platform",
472
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
473
- "sourceManifestHash": "d5d0a859f8cb04b7b286396417d435c6391c0a47ec9380fcf599c48b465024da",
450
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
451
+ "sourceManifestHash": "4876ee119e503b501a0cb8bd2c191092ff239fd6c7146e14b5ce8c5a234a2a76",
474
452
  "requiredPlatforms": [
475
453
  {
476
454
  "os": "linux",
@@ -488,11 +466,11 @@
488
466
  "kind": "service",
489
467
  "id": "container-registry-api",
490
468
  "imageRef": "ghcr.io/xema-dev/container-registry-api",
491
- "contentHash": "b6f7557f76ce3207498ff3e14a3267f2a49445928c490a5c2aca3af93397aa57",
469
+ "contentHash": "a4e0310f9edac79e2e956bf83b002a31cecb4fc07ca1760e93ca062b8ac73b23",
492
470
  "repo": "repos/xema-base",
493
471
  "path": "repos/xema-base/biomes/container-registry",
494
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
495
- "sourceManifestHash": "d3f95e01b91241209c3ad56ee33b70cb0f836cf87847292c29b574e3bef72a46",
472
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
473
+ "sourceManifestHash": "c781e962c4eca669d926b171f33d15f87080b007c0f8b451c090bafee6141693",
496
474
  "requiredPlatforms": [
497
475
  {
498
476
  "os": "linux",
@@ -510,11 +488,11 @@
510
488
  "kind": "service",
511
489
  "id": "control-plane-api",
512
490
  "imageRef": "ghcr.io/xema-dev/control-plane-api",
513
- "contentHash": "fe4c8bd346c1490843b72d4318b949d4fe58d15f4981725a75eb5616a0a3356c",
491
+ "contentHash": "8e199f09dbd5339e9337296c6fffd0259ff88a572003ca4eb020c125f1d53382",
514
492
  "repo": "repos/xema-community",
515
493
  "path": "repos/xema-community/biomes/control-plane",
516
- "sourceCommit": "3ff01803dc36b2f5d0edd4bfd42aa16d27bab48b",
517
- "sourceManifestHash": "fd2c03b52fae21cce5ba73f746596f05c89da2b36619e2520bf29d596ad3957b",
494
+ "sourceCommit": "3957408a61b00a5881645a173f7139d70fbaef04",
495
+ "sourceManifestHash": "49a3049beff1b51562b436528633b93b9086c1afeb975ad8f6968e1faf6cc50b",
518
496
  "requiredPlatforms": [
519
497
  {
520
498
  "os": "linux",
@@ -532,11 +510,11 @@
532
510
  "kind": "service",
533
511
  "id": "credential-broker-api",
534
512
  "imageRef": "ghcr.io/xema-dev/credential-broker-api",
535
- "contentHash": "18e89ee6160e98e427d72e71e4136af500909e88371784703dc8249b458907dd",
513
+ "contentHash": "51038ed9e8fc9d55b75faf84e2a618c5a452c6cb36d02242f8b5174cbbef0560",
536
514
  "repo": "repos/xema-base",
537
515
  "path": "repos/xema-base/biomes/connector-platform",
538
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
539
- "sourceManifestHash": "d5d0a859f8cb04b7b286396417d435c6391c0a47ec9380fcf599c48b465024da",
516
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
517
+ "sourceManifestHash": "4876ee119e503b501a0cb8bd2c191092ff239fd6c7146e14b5ce8c5a234a2a76",
540
518
  "requiredPlatforms": [
541
519
  {
542
520
  "os": "linux",
@@ -554,11 +532,11 @@
554
532
  "kind": "service",
555
533
  "id": "decision-api",
556
534
  "imageRef": "ghcr.io/xema-dev/decision-api",
557
- "contentHash": "c7328783ce5c157f5c1203f9b840e2a8f597a369b665bc71ae2fc2c229157068",
535
+ "contentHash": "3af5114a8974b0b46f62873c3bc630935be720560a4db44a00e2cc598c47867d",
558
536
  "repo": "repos/xema-base",
559
537
  "path": "repos/xema-base/biomes/decision",
560
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
561
- "sourceManifestHash": "7c6b2cf62d1a8460d470e1ff34b1d0748af649da0f8db7fd0bd42cae3f00c434",
538
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
539
+ "sourceManifestHash": "f5f50845612d2ce40cf4642f264b3e4542c1b1e20ad87f886f7eaca13a976310",
562
540
  "requiredPlatforms": [
563
541
  {
564
542
  "os": "linux",
@@ -576,11 +554,11 @@
576
554
  "kind": "service",
577
555
  "id": "deliverable-specs-api",
578
556
  "imageRef": "ghcr.io/xema-dev/deliverable-specs-api",
579
- "contentHash": "928fd89e9bb40cbbd2d987e8917dbebeb81b3bed8b0209e4300a203526ad9a50",
557
+ "contentHash": "4122ffb210ec03be9f28002723d4ee0ed8c6c565313267869092345f0f2fc12e",
580
558
  "repo": "repos/xema-base",
581
559
  "path": "repos/xema-base/biomes/workflow-runtime",
582
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
583
- "sourceManifestHash": "5a2f029b3bc1db1cf10fb2ee507927f660a4fdd02b1363242369339711198434",
560
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
561
+ "sourceManifestHash": "5c45633e117b94ff11931ba034fc0751a095b4b22ef3b03994ab995849c67372",
584
562
  "requiredPlatforms": [
585
563
  {
586
564
  "os": "linux",
@@ -598,10 +576,10 @@
598
576
  "kind": "service",
599
577
  "id": "docs-api",
600
578
  "imageRef": "ghcr.io/xema-dev/docs-api",
601
- "contentHash": "4e58c40d38ea6f9bbd47daeaa1466137a15754f4a3a0048f2983afe30b0680ae",
579
+ "contentHash": "dc52236b818ba18bfcc73ad3d3c5a57e49138b325aa3ad7825161e49f7f2c805",
602
580
  "repo": "repos/xema-docs",
603
581
  "path": "repos/xema-docs",
604
- "sourceCommit": "b26d4724d3301db8843c624392d0e1e56a3f4b92",
582
+ "sourceCommit": "1c384927f2905d5f8cfdbc84913850ec9be7d1dc",
605
583
  "sourceManifestHash": "10770a77153a2549a3e1af1142e3c52f1125f9b7a178937f1c05f76ce88e7cbc",
606
584
  "requiredPlatforms": [
607
585
  {
@@ -620,10 +598,10 @@
620
598
  "kind": "service",
621
599
  "id": "document-render-api",
622
600
  "imageRef": "ghcr.io/xema-dev/document-render-api",
623
- "contentHash": "814487e4a1122c5a17a4b04676bf4a16fcdebe89931ad97a0e4f66461d1709fb",
601
+ "contentHash": "9107a3c12e773f057d9817bbcec9a325460642202de6e245cf448be3ab05a397",
624
602
  "repo": "repos/xema-community",
625
603
  "path": "repos/xema-community/biomes/document-rendering",
626
- "sourceCommit": "3ff01803dc36b2f5d0edd4bfd42aa16d27bab48b",
604
+ "sourceCommit": "3957408a61b00a5881645a173f7139d70fbaef04",
627
605
  "sourceManifestHash": "f4842cb8b46ad94ec367890c5de4b3697262dba8e68bf5e54e389af9b4138cfe",
628
606
  "requiredPlatforms": [
629
607
  {
@@ -642,11 +620,11 @@
642
620
  "kind": "service",
643
621
  "id": "knowledge-base-api",
644
622
  "imageRef": "ghcr.io/xema-dev/knowledge-base-api",
645
- "contentHash": "0ed0527da0a617da0a0b82920a8a65425a7b162d2f118157d6f304ac7cbbab40",
623
+ "contentHash": "2ef02610cdf6eb0857363f5573db50fa22cbf418076a807750a9239a3fb0b71d",
646
624
  "repo": "repos/xema-base",
647
625
  "path": "repos/xema-base/biomes/knowledge-base",
648
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
649
- "sourceManifestHash": "adf2d3d601ab92897e675fe048def464e627e22e299668bf68bbb6c05055407e",
626
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
627
+ "sourceManifestHash": "b6fb02b287c6e86c34dbdd021f529ade391307bfe1f6c301c12c04364820d420",
650
628
  "requiredPlatforms": [
651
629
  {
652
630
  "os": "linux",
@@ -664,11 +642,11 @@
664
642
  "kind": "service",
665
643
  "id": "llm-registry-api",
666
644
  "imageRef": "ghcr.io/xema-dev/llm-registry-api",
667
- "contentHash": "98601dd18c82276e5d72d85d8d3eb9b3e7d1ee4f93242f672f0448a80420dab5",
645
+ "contentHash": "b49c1dc1fbac6337ff5a921b92ae8edd43897c91417a460989410acd2e4f5444",
668
646
  "repo": "repos/xema-base",
669
647
  "path": "repos/xema-base/biomes/agent-runtime",
670
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
671
- "sourceManifestHash": "2359f7b22ac81db4061fc19cc481fb5710cc13721e6e3e76f8a1f1af6c485ca8",
648
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
649
+ "sourceManifestHash": "43fe42646ccb71bc829c40a7406c7a49d5707307b9f93a47b78a19e5ec39d9bc",
672
650
  "requiredPlatforms": [
673
651
  {
674
652
  "os": "linux",
@@ -686,10 +664,10 @@
686
664
  "kind": "service",
687
665
  "id": "mailops-api",
688
666
  "imageRef": "ghcr.io/xema-dev/mailops-api",
689
- "contentHash": "b82a8ec17da70007ba673a6f910110326e5d469f88a8b45bca37915fb499a501",
667
+ "contentHash": "e28f045b7cde9921333147ae1911d15aaa9b2146fe64f1b9ebe95600ca0314ae",
690
668
  "repo": "repos/xema-cultivars",
691
669
  "path": "repos/xema-cultivars/biomes/platform/mailops",
692
- "sourceCommit": "6598d8870a0141340dad0b65c9ee55c9f19dfc25",
670
+ "sourceCommit": "6ab52cdb9a34900c025fe57224bbc6f3545be41f",
693
671
  "sourceManifestHash": "770abc9ddacd90debb5b98c0acd61250fc2e2d7d2a0140c7dfd291d23cc66d93",
694
672
  "requiredPlatforms": [
695
673
  {
@@ -708,11 +686,11 @@
708
686
  "kind": "service",
709
687
  "id": "mcp-gateway-api",
710
688
  "imageRef": "ghcr.io/xema-dev/mcp-gateway-api",
711
- "contentHash": "3efa60f76b13716fafab99441e1f033891159f1097850e237bbadc384e2a3721",
689
+ "contentHash": "33c28c35ceb8353e5a15514fc1cc322a51ff42912309a2bf675cd499c274c5bc",
712
690
  "repo": "repos/xema-base",
713
691
  "path": "repos/xema-base/biomes/mcp-router",
714
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
715
- "sourceManifestHash": "76950828b7e9b86b57e2307d8f4ebbd2638fb29ca2ab64ccceb8b50370ba63de",
692
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
693
+ "sourceManifestHash": "53ce021e0299559ba26fa38fdc0a0e55617bd47c3c2ec4142a970480204deb1e",
716
694
  "requiredPlatforms": [
717
695
  {
718
696
  "os": "linux",
@@ -730,11 +708,11 @@
730
708
  "kind": "service",
731
709
  "id": "object-registry-api",
732
710
  "imageRef": "ghcr.io/xema-dev/object-registry-api",
733
- "contentHash": "728cf6dd878fdf15d1f9e55e2c4e8bd1a07ada07795c9d584dd507c27969a8bd",
711
+ "contentHash": "4eb02c037379a3b5322074f6fa6f87524e7e08fe3596a1a9d0cc6547ddde1de3",
734
712
  "repo": "repos/xema-base",
735
713
  "path": "repos/xema-base/biomes/object-registry",
736
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
737
- "sourceManifestHash": "7e12c0745a993a2efa188b4f28d977f48c3db174a29274d264f79777b6952285",
714
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
715
+ "sourceManifestHash": "894cf77f65759065e3a391f27106f8d128aa98fd75b280b774b540179bd53dda",
738
716
  "requiredPlatforms": [
739
717
  {
740
718
  "os": "linux",
@@ -752,11 +730,11 @@
752
730
  "kind": "service",
753
731
  "id": "org-database-pool-api",
754
732
  "imageRef": "ghcr.io/xema-dev/org-database-pool-api",
755
- "contentHash": "89dcea65bbf206da56e1bc429e50b5caae85ef3e826473a565fd54e8c53f250d",
733
+ "contentHash": "b5d1019928614ce938eeab06f2fa7ddc8d9509b304a9d7b6d1e5c061d315d85f",
756
734
  "repo": "repos/xema-base",
757
735
  "path": "repos/xema-base/biomes/org-database-pool",
758
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
759
- "sourceManifestHash": "16b76edf1ba1a5f529615de0748f9915de8c9b4f16605a873b0c56574c4fc781",
736
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
737
+ "sourceManifestHash": "70e27e3cc9aab6c8334b8f96ee4fc906fc9067dfd90ec93e1c50fc3d11a19120",
760
738
  "requiredPlatforms": [
761
739
  {
762
740
  "os": "linux",
@@ -770,37 +748,15 @@
770
748
  }
771
749
  ]
772
750
  },
773
- {
774
- "kind": "service",
775
- "id": "policy-distributor-api",
776
- "imageRef": "ghcr.io/xema-dev/policy-distributor-api",
777
- "contentHash": "9ad3156e01943a9a77e1728e92351cd07661c5f1c86462d4db31d21fce66b1b4",
778
- "repo": "repos/xema-base",
779
- "path": "repos/xema-base/biomes/policy-distributor",
780
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
781
- "sourceManifestHash": "1e4eff54963ee3d0a2607b00d43b5c45f67aba6997d2be7db1a28f41eed8b127",
782
- "requiredPlatforms": [
783
- {
784
- "os": "linux",
785
- "architecture": "amd64"
786
- }
787
- ],
788
- "owners": [
789
- {
790
- "kind": "biome",
791
- "biomeId": "policy-distributor"
792
- }
793
- ]
794
- },
795
751
  {
796
752
  "kind": "service",
797
753
  "id": "project-registry-api",
798
754
  "imageRef": "ghcr.io/xema-dev/project-registry-api",
799
- "contentHash": "f594aa8bd18e2ca3499dde04e4d36ebeea5d6e2b87bc297823601efa8f4681dc",
755
+ "contentHash": "e89e2a75719fd332a64ef73e782aa6959b2af7ba029806e457153c2a8a7868b5",
800
756
  "repo": "repos/xema-base",
801
757
  "path": "repos/xema-base/biomes/project-registry",
802
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
803
- "sourceManifestHash": "91e9412e408eae5f1d5161292f93fd2925931d7fce0beb6f4caa5a5475491960",
758
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
759
+ "sourceManifestHash": "ef99a31b9c2191bb036c0bbc13e8da5d407ef916f074b65e1727694759282498",
804
760
  "requiredPlatforms": [
805
761
  {
806
762
  "os": "linux",
@@ -818,11 +774,11 @@
818
774
  "kind": "service",
819
775
  "id": "public-gateway-api",
820
776
  "imageRef": "ghcr.io/xema-dev/public-gateway-api",
821
- "contentHash": "2bbf4122ae1f3c1e9e47b965216b4bed7cfaddfaf94fdb1a23d9fb37c4356407",
777
+ "contentHash": "6590f51a2ad12bc58d4dc012b6a9f27955742d33d69d11b3706a16126bf6b612",
822
778
  "repo": "repos/xema-base",
823
779
  "path": "repos/xema-base/biomes/public-gateway",
824
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
825
- "sourceManifestHash": "21e8a81310ac734c90861139b0a7ccf4d2d787c99b42eb2bc8bf7e7c7fcf734b",
780
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
781
+ "sourceManifestHash": "f54675d51b001980dbb805dd4fa5a3923d5a88e6745f54dd22dbdd844785488a",
826
782
  "requiredPlatforms": [
827
783
  {
828
784
  "os": "linux",
@@ -840,11 +796,11 @@
840
796
  "kind": "service",
841
797
  "id": "redis-pool-api",
842
798
  "imageRef": "ghcr.io/xema-dev/redis-pool-api",
843
- "contentHash": "1c0f16075be6d6396ad7e55197bfa2b06570c1dcdded6c77ff36e8f304d2e87a",
799
+ "contentHash": "8a2a2404873ef859bf94cf08e357cfe81b5ac732aa802beddf26a3264693d279",
844
800
  "repo": "repos/xema-base",
845
801
  "path": "repos/xema-base/biomes/redis-pool",
846
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
847
- "sourceManifestHash": "87b1cc0aef3d46fc9769dc4c6e02143617a4d4e0db9529b948e049eb51bff9df",
802
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
803
+ "sourceManifestHash": "729009f73ec62d2c0e5e4f6d7692ea015f8dcf03a33f6abf0386c8c30c850a0d",
848
804
  "requiredPlatforms": [
849
805
  {
850
806
  "os": "linux",
@@ -862,11 +818,11 @@
862
818
  "kind": "service",
863
819
  "id": "resource-governance-api",
864
820
  "imageRef": "ghcr.io/xema-dev/resource-governance-api",
865
- "contentHash": "8db28490a9fbbe81c5f2bbd68334b16b2bb603d417fc1ed9de2d354f3a180fa8",
821
+ "contentHash": "e73f59abe5f2c4ac9f8bedae5035eaed92b6538022ffa44af009552108a2f123",
866
822
  "repo": "repos/xema-base",
867
823
  "path": "repos/xema-base/biomes/resource-governance",
868
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
869
- "sourceManifestHash": "ac3c41291e02870c1e73116f64338de5142a99eab1c1aea29fd7c049edecd653",
824
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
825
+ "sourceManifestHash": "19f9548481a47279e72de7bd69d414e9085c666dc6a81da6e51895226b0cc725",
870
826
  "requiredPlatforms": [
871
827
  {
872
828
  "os": "linux",
@@ -884,11 +840,11 @@
884
840
  "kind": "service",
885
841
  "id": "search-api",
886
842
  "imageRef": "ghcr.io/xema-dev/search-api",
887
- "contentHash": "fbab3b4303ed9101f18e7adf2b4936b07bc1eb82b6ae9d8c10802966985c7ad8",
843
+ "contentHash": "6e2187062015cb13d5dd7a8d9d4790758300e5441216260f52188f72921cf6f9",
888
844
  "repo": "repos/xema-cultivars",
889
845
  "path": "repos/xema-cultivars/biomes/platform/search",
890
- "sourceCommit": "6598d8870a0141340dad0b65c9ee55c9f19dfc25",
891
- "sourceManifestHash": "4c711b8d8413415722f9800358dcda95a1589d9b1bdea2f288abeb3da96e15b8",
846
+ "sourceCommit": "6ab52cdb9a34900c025fe57224bbc6f3545be41f",
847
+ "sourceManifestHash": "b3d0d38591f34629e6c584de612a8cd9bcb8c7e48f7d86dddfd3b58dfa5e788f",
892
848
  "requiredPlatforms": [
893
849
  {
894
850
  "os": "linux",
@@ -906,11 +862,11 @@
906
862
  "kind": "service",
907
863
  "id": "skill-registry-api",
908
864
  "imageRef": "ghcr.io/xema-dev/skill-registry-api",
909
- "contentHash": "b7310aa510c49a8c92245f648d349c495b8f22af792fb281d0208871a50c774b",
865
+ "contentHash": "30110d0df89d33d7cd823cadd91552a1259e1f8512a405b1c36d629b79513df9",
910
866
  "repo": "repos/xema-base",
911
867
  "path": "repos/xema-base/biomes/agent-runtime",
912
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
913
- "sourceManifestHash": "2359f7b22ac81db4061fc19cc481fb5710cc13721e6e3e76f8a1f1af6c485ca8",
868
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
869
+ "sourceManifestHash": "43fe42646ccb71bc829c40a7406c7a49d5707307b9f93a47b78a19e5ec39d9bc",
914
870
  "requiredPlatforms": [
915
871
  {
916
872
  "os": "linux",
@@ -928,11 +884,11 @@
928
884
  "kind": "service",
929
885
  "id": "space-registry-api",
930
886
  "imageRef": "ghcr.io/xema-dev/space-registry-api",
931
- "contentHash": "f11c2e6e97e698fd453290da4f8c8228783cc23950f7f67563862ba9857d7aff",
887
+ "contentHash": "5248b195e51dda1ca4b7ea23b0dd245c99ee03d98ba96ce079da4015ee6853a6",
932
888
  "repo": "repos/xema-base",
933
889
  "path": "repos/xema-base/biomes/space-registry",
934
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
935
- "sourceManifestHash": "7baa5e808e1c118a45fa4fbf133ca243a40d0fed899c512114d7279c4218103c",
890
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
891
+ "sourceManifestHash": "bb34ca8d372283eabf01faf749b1ccd1b434ab9d6bd6adde4e7a98839290647b",
936
892
  "requiredPlatforms": [
937
893
  {
938
894
  "os": "linux",
@@ -950,11 +906,11 @@
950
906
  "kind": "service",
951
907
  "id": "template-registry-api",
952
908
  "imageRef": "ghcr.io/xema-dev/template-registry-api",
953
- "contentHash": "b863be3eb4adda6c76594c4a676f3cfe2594ddec9183bb629752f0a85b2431b6",
909
+ "contentHash": "2166030fc3b28b3f1019f34ec08391be9ba6acb53fc85c879902e12e4bba2ba7",
954
910
  "repo": "repos/xema-base",
955
911
  "path": "repos/xema-base/biomes/template-registry",
956
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
957
- "sourceManifestHash": "7d85c2da331bd2e43269a755738adf33c8586548fb9cc7e3fde669d8f25781c2",
912
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
913
+ "sourceManifestHash": "90017df87e929988be45c037f82d9e8a56d0e02480671f3f20cd7b5eb4200134",
958
914
  "requiredPlatforms": [
959
915
  {
960
916
  "os": "linux",
@@ -972,11 +928,11 @@
972
928
  "kind": "service",
973
929
  "id": "user-hub-api",
974
930
  "imageRef": "ghcr.io/xema-dev/user-hub-api",
975
- "contentHash": "f90ac9356a263dea64ed3e7780fdb6c1fc3bdc882542235c7d052b360628099c",
931
+ "contentHash": "ab272fed3e7e16913157fa0ecfc0c2d42c864879e35c562c74b3fb33dea56dde",
976
932
  "repo": "repos/xema-base",
977
933
  "path": "repos/xema-base/biomes/user-hub",
978
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
979
- "sourceManifestHash": "ef2c1ba18f496766da8d57d1c49577f6ad85b6eb4db3fb8da188febebfe372d0",
934
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
935
+ "sourceManifestHash": "b3d230e24da69a9b9996af3b0f941a371414fd6d55095ba8334b9cbbaba0ddb5",
980
936
  "requiredPlatforms": [
981
937
  {
982
938
  "os": "linux",
@@ -994,11 +950,11 @@
994
950
  "kind": "service",
995
951
  "id": "web-access-api",
996
952
  "imageRef": "ghcr.io/xema-dev/web-access-api",
997
- "contentHash": "e0fc4cc7a8eef91adab701c82b83d1845d9218613df54cfb53d63ee6ea629b31",
953
+ "contentHash": "568ac6611d5d8d7887a2eb3a9d1b94ab45cd3a8c9265af03d654111647f3a71b",
998
954
  "repo": "repos/xema-base",
999
955
  "path": "repos/xema-base/biomes/web-access",
1000
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
1001
- "sourceManifestHash": "39a25edc98592e183de0b8f56b7d719e4f6778106613d3ac7f895194859447c5",
956
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
957
+ "sourceManifestHash": "50b43320e9d3754601dbf5a69bd8ed8cb5230dc2803cf1b4f101eee4e765b559",
1002
958
  "requiredPlatforms": [
1003
959
  {
1004
960
  "os": "linux",
@@ -1016,11 +972,11 @@
1016
972
  "kind": "service",
1017
973
  "id": "workflow-engine-api",
1018
974
  "imageRef": "ghcr.io/xema-dev/workflow-engine-api",
1019
- "contentHash": "68c68dab2ab623d7176540fc81153ed54451a721e259ff1ed5023e6379c868b9",
975
+ "contentHash": "5f7506f276bed4319bc84400ac4180a236d7bd634dd603a03bb14afab70d160e",
1020
976
  "repo": "repos/xema-base",
1021
977
  "path": "repos/xema-base/biomes/workflow-runtime",
1022
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
1023
- "sourceManifestHash": "5a2f029b3bc1db1cf10fb2ee507927f660a4fdd02b1363242369339711198434",
978
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
979
+ "sourceManifestHash": "5c45633e117b94ff11931ba034fc0751a095b4b22ef3b03994ab995849c67372",
1024
980
  "requiredPlatforms": [
1025
981
  {
1026
982
  "os": "linux",
@@ -1038,11 +994,11 @@
1038
994
  "kind": "service",
1039
995
  "id": "workflow-runtime-worker",
1040
996
  "imageRef": "ghcr.io/xema-dev/workflow-runtime-worker",
1041
- "contentHash": "34850862da0db4d4adc9b0d6c9a4e5bb5711cf044e485419bbcbea3ee2ee4a0d",
997
+ "contentHash": "e5076fd96c90a13a0104474a3f07aff90fd5918f245f25fdf76278a946b0013a",
1042
998
  "repo": "repos/xema-base",
1043
999
  "path": "repos/xema-base/biomes/workflow-runtime",
1044
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
1045
- "sourceManifestHash": "5a2f029b3bc1db1cf10fb2ee507927f660a4fdd02b1363242369339711198434",
1000
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
1001
+ "sourceManifestHash": "5c45633e117b94ff11931ba034fc0751a095b4b22ef3b03994ab995849c67372",
1046
1002
  "requiredPlatforms": [
1047
1003
  {
1048
1004
  "os": "linux",
@@ -1060,11 +1016,11 @@
1060
1016
  "kind": "service",
1061
1017
  "id": "workload-runtime-api",
1062
1018
  "imageRef": "ghcr.io/xema-dev/workload-runtime-api",
1063
- "contentHash": "166e31281e34534d4f7774e77cbb381194e0cf1829620864f863f1db881deada",
1019
+ "contentHash": "856cdab2f0d32f966191e371927bc8896daefc39eccf72e63179a2fa6a19c3cc",
1064
1020
  "repo": "repos/xema-base",
1065
1021
  "path": "repos/xema-base/biomes/workload-runtime",
1066
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
1067
- "sourceManifestHash": "f0b9aaac2bd59992d02829049b4c8a727816e0ec5a91b9fb77389251207b4bd0",
1022
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
1023
+ "sourceManifestHash": "dc43ed4394be35e68ec38803c3cb774e00e4d8d126aa38687a3d61b3505b80b4",
1068
1024
  "requiredPlatforms": [
1069
1025
  {
1070
1026
  "os": "linux",
@@ -1082,11 +1038,11 @@
1082
1038
  "kind": "service",
1083
1039
  "id": "workspace-materialization-api",
1084
1040
  "imageRef": "ghcr.io/xema-dev/workspace-materialization-api",
1085
- "contentHash": "56280a038f84bb6e4db5c4730baecdececcecfb4fceecb4557c86b7ab6606310",
1041
+ "contentHash": "11a6b1d07aa6abe838a2d5e0b4041ab130550ac076297061cb75115c8bd9552c",
1086
1042
  "repo": "repos/xema-base",
1087
1043
  "path": "repos/xema-base/biomes/workspace-proxy",
1088
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
1089
- "sourceManifestHash": "bea507d7dd40ef06877c282c2d6ff510d2ac080d054f919251b4dc09a9386e44",
1044
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
1045
+ "sourceManifestHash": "af67a6088c6c6eadacc855ed3d1cd04f8d90945cd0cf0452e28a1cb369704bcb",
1090
1046
  "requiredPlatforms": [
1091
1047
  {
1092
1048
  "os": "linux",
@@ -1104,11 +1060,11 @@
1104
1060
  "kind": "service",
1105
1061
  "id": "workspace-orchestrator-api",
1106
1062
  "imageRef": "ghcr.io/xema-dev/workspace-orchestrator-api",
1107
- "contentHash": "0bc11f605af503e38369b771a7d411e2362d8b11eb2c68eee53f79ea38589e3f",
1063
+ "contentHash": "a2711bdb904975bf212284f1164a3c19e12bfcb2bb18fff1f42a906be94277be",
1108
1064
  "repo": "repos/xema-base",
1109
1065
  "path": "repos/xema-base/biomes/workspace-orchestrator",
1110
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
1111
- "sourceManifestHash": "814721b231b42931c8a73e08bce5453615202c38e0c591c067689ae957dbf597",
1066
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
1067
+ "sourceManifestHash": "0aecdda7583c24ac2ff3a8dc4a1826e1862c1c30179c40611f2b5d48fd9ece5e",
1112
1068
  "requiredPlatforms": [
1113
1069
  {
1114
1070
  "os": "linux",
@@ -1126,11 +1082,11 @@
1126
1082
  "kind": "service",
1127
1083
  "id": "workspace-storage-pool-api",
1128
1084
  "imageRef": "ghcr.io/xema-dev/workspace-storage-pool-api",
1129
- "contentHash": "d431d1220b992f99f9feef06981aea01a8917a53062a79fa1e23c6e4b647bc9f",
1085
+ "contentHash": "f6ed79df0e78bd08c556c685bda0dd7335f938caec97c3a4cec49a17298dc7cf",
1130
1086
  "repo": "repos/xema-base",
1131
1087
  "path": "repos/xema-base/biomes/workspace-storage-pool",
1132
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
1133
- "sourceManifestHash": "f475fe25a456374f9457fff57335aaeac83a4cb68c60c5138f66dc84d6e70798",
1088
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
1089
+ "sourceManifestHash": "c9f7267307357ae1bab279148e3befa80564ccf384dcbfd630d40cca03c76dc5",
1134
1090
  "requiredPlatforms": [
1135
1091
  {
1136
1092
  "os": "linux",
@@ -1148,11 +1104,11 @@
1148
1104
  "kind": "service",
1149
1105
  "id": "xema-biome-runner",
1150
1106
  "imageRef": "ghcr.io/xema-dev/xema-biome-runner",
1151
- "contentHash": "ddd28d0d27ed1f4279f78375adb4d0d18f024c8d6601bf69589bd304a01d2a89",
1107
+ "contentHash": "860769bc8bc00455d3dc02aed860b1428769e4e18c95d069d22aa45c05ac293c",
1152
1108
  "repo": "repos/xema-base",
1153
1109
  "path": "repos/xema-base/biomes/xema-biome-runner",
1154
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
1155
- "sourceManifestHash": "82b3aae1301362054bb0d4e738814d14254ac2acdf0587cf3e9f6fd477b94b54",
1110
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
1111
+ "sourceManifestHash": "6248b2d64a02a754003aa25f82f3d9ef046162ba2a97d1ad2bb78d2e92be545a",
1156
1112
  "requiredPlatforms": [
1157
1113
  {
1158
1114
  "os": "linux",
@@ -1170,11 +1126,11 @@
1170
1126
  "kind": "service",
1171
1127
  "id": "xema-capability-router",
1172
1128
  "imageRef": "ghcr.io/xema-dev/xema-capability-router",
1173
- "contentHash": "7d68bdce07ceb7fc97e45af36f8311fba76c8f1143fb41f11acd8cce39644be0",
1129
+ "contentHash": "c9d0f9dcee55b82bc595f4ba5a59e72cc9b84dab5a6d484c4657a0e7f7b0b36f",
1174
1130
  "repo": "repos/xema-base",
1175
1131
  "path": "repos/xema-base/biomes/xema-capability-router",
1176
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
1177
- "sourceManifestHash": "c32b2cb325a600423172dea6b861941209a7531cdbb4a9b61951c365b696bfb0",
1132
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
1133
+ "sourceManifestHash": "b4e88f13d45733830e74f98185ac2bd7a68f7911e49080a94b0a97ffcfcedc0d",
1178
1134
  "requiredPlatforms": [
1179
1135
  {
1180
1136
  "os": "linux",
@@ -1192,11 +1148,11 @@
1192
1148
  "kind": "service",
1193
1149
  "id": "xema-kernel-server",
1194
1150
  "imageRef": "ghcr.io/xema-dev/xema-kernel-server",
1195
- "contentHash": "dbafb1b4a6dba155b66edfb4772eec266d74fd5425f79800e6263a2915644b95",
1151
+ "contentHash": "5187d5cf9ed06538d733249bff12e86cefe2a0d4a1805e3bbd5d0eea1ea544ca",
1196
1152
  "repo": "repos/xema-base",
1197
1153
  "path": "repos/xema-base/kernel/xema-kernel-server",
1198
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
1199
- "sourceManifestHash": "bc703114d8cbf65575bb4a4a136090631bf7ee0a65123c1f9aff9c821c4b1bf6",
1154
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
1155
+ "sourceManifestHash": "60eb695ab29b4178a400f68f3e9271f03501b85cbd01095b0e0b6efdb9412742",
1200
1156
  "requiredPlatforms": [
1201
1157
  {
1202
1158
  "os": "linux",
@@ -1214,11 +1170,11 @@
1214
1170
  "kind": "service",
1215
1171
  "id": "xema-platform-worker",
1216
1172
  "imageRef": "ghcr.io/xema-dev/xema-platform-worker",
1217
- "contentHash": "e4b1bfa7292b9e6f811e7207495745b29cdc15405cf50c7bca6dd13c78faf874",
1173
+ "contentHash": "67fba088c3f82c2ac878f1056348c291837e1848670aa8d1e0b65b012664d8a7",
1218
1174
  "repo": "repos/xema-base",
1219
1175
  "path": "repos/xema-base/biomes/xema-platform-worker",
1220
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
1221
- "sourceManifestHash": "c39cbaad138e860538808ef6c4bd6b07825f01f028aedc8515cbf9b000429af2",
1176
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
1177
+ "sourceManifestHash": "0ef3e7848fc230bdda1ce236675d2e84e53b9c51abdc8a5e65e6594f4a0a1ce0",
1222
1178
  "requiredPlatforms": [
1223
1179
  {
1224
1180
  "os": "linux",
@@ -1232,37 +1188,15 @@
1232
1188
  }
1233
1189
  ]
1234
1190
  },
1235
- {
1236
- "kind": "service",
1237
- "id": "xema-shell-api",
1238
- "imageRef": "ghcr.io/xema-dev/xema-shell-api",
1239
- "contentHash": "258617a96c97f35c14b4e55a6f560cd74b90c479b414bb69666222f9a81c7d76",
1240
- "repo": "repos/xema-base",
1241
- "path": "repos/xema-base/biomes/xema-shell",
1242
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
1243
- "sourceManifestHash": "9497558ce2c1b611e067dd4bf5904e38d9f4b2e38afc802d5e6cdc32f7d9be30",
1244
- "requiredPlatforms": [
1245
- {
1246
- "os": "linux",
1247
- "architecture": "amd64"
1248
- }
1249
- ],
1250
- "owners": [
1251
- {
1252
- "kind": "biome",
1253
- "biomeId": "xema-shell"
1254
- }
1255
- ]
1256
- },
1257
1191
  {
1258
1192
  "kind": "service",
1259
1193
  "id": "xema-store-api",
1260
1194
  "imageRef": "ghcr.io/xema-dev/xema-store-api",
1261
- "contentHash": "6673f83bec8801fb553954d83b1b23e2dfc54d7a79a9ff1f0874841988c3774d",
1195
+ "contentHash": "6cfee39e8982623b025e9ef7c5dcb24e23e64f455a09743a77b72adb1f48d5a5",
1262
1196
  "repo": "repos/xema-store-api",
1263
1197
  "path": "repos/xema-store-api/biomes/xema-store",
1264
- "sourceCommit": "2810c5763e39df92af2ceac6fec4341ebaa2c317",
1265
- "sourceManifestHash": "947366c481040434f1ec19852249e3b034dc820ea1ee7255f2dff31f9a9d1dff",
1198
+ "sourceCommit": "a1d4db640ecae6f949a766bf6d19e99ff10ecdfa",
1199
+ "sourceManifestHash": "44f33b6e33ac2a4b7783f69af81b5e19158154a1a3d61de09f797b7ef2d3c37f",
1266
1200
  "requiredPlatforms": [
1267
1201
  {
1268
1202
  "os": "linux",
@@ -1329,105 +1263,105 @@
1329
1263
  "biomeId": "activity-web",
1330
1264
  "repo": "submodules/xema-host-web",
1331
1265
  "path": "submodules/xema-host-web/biomes/system/activity-web",
1332
- "sourceCommit": "3a033439caf2f89f691346e807a5a7ce1f4c7282",
1266
+ "sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
1333
1267
  "sourceManifestHash": "4243795eb988fd49f02f0ddf568d113f490e3dcf35cdcfc8aa1453e4956a685a"
1334
1268
  },
1335
1269
  {
1336
1270
  "biomeId": "capabilities-web",
1337
1271
  "repo": "submodules/xema-host-web",
1338
1272
  "path": "submodules/xema-host-web/biomes/system/capabilities-web",
1339
- "sourceCommit": "3a033439caf2f89f691346e807a5a7ce1f4c7282",
1273
+ "sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
1340
1274
  "sourceManifestHash": "c06afc998c1cfae62cbe2ac659d39078eb1356dd9e40a9f442d2d061903e14ef"
1341
1275
  },
1342
1276
  {
1343
1277
  "biomeId": "concepts-web",
1344
1278
  "repo": "submodules/xema-host-web",
1345
1279
  "path": "submodules/xema-host-web/biomes/system/concepts-web",
1346
- "sourceCommit": "3a033439caf2f89f691346e807a5a7ce1f4c7282",
1280
+ "sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
1347
1281
  "sourceManifestHash": "a842e01e7b38bf2cdecc46da59699c5dbf5bad9948dac5143367cf9e2c1b4a28"
1348
1282
  },
1349
1283
  {
1350
1284
  "biomeId": "container-registry-web",
1351
1285
  "repo": "submodules/xema-host-web",
1352
1286
  "path": "submodules/xema-host-web/biomes/system/container-registry-web",
1353
- "sourceCommit": "3a033439caf2f89f691346e807a5a7ce1f4c7282",
1287
+ "sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
1354
1288
  "sourceManifestHash": "33ea1e235dc558a71e49869e01f5acf2301df0d83c924a42a549aa0f0f94c43d"
1355
1289
  },
1356
1290
  {
1357
1291
  "biomeId": "environments-web",
1358
1292
  "repo": "submodules/xema-host-web",
1359
1293
  "path": "submodules/xema-host-web/biomes/system/environments-web",
1360
- "sourceCommit": "3a033439caf2f89f691346e807a5a7ce1f4c7282",
1294
+ "sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
1361
1295
  "sourceManifestHash": "cf854b4160465ba5c4e785ab9791d0c85a13f17586a1a3800c95e70839a83080"
1362
1296
  },
1363
1297
  {
1364
1298
  "biomeId": "gateway-routes-web",
1365
1299
  "repo": "submodules/xema-host-web",
1366
1300
  "path": "submodules/xema-host-web/biomes/system/gateway-routes-web",
1367
- "sourceCommit": "3a033439caf2f89f691346e807a5a7ce1f4c7282",
1301
+ "sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
1368
1302
  "sourceManifestHash": "d7e7e7c89354101e68be8111b8afacb0f5141acfcaf523ef6141e1d2bcfe9cbe"
1369
1303
  },
1370
1304
  {
1371
1305
  "biomeId": "grants-web",
1372
1306
  "repo": "submodules/xema-host-web",
1373
1307
  "path": "submodules/xema-host-web/biomes/system/grants-web",
1374
- "sourceCommit": "3a033439caf2f89f691346e807a5a7ce1f4c7282",
1308
+ "sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
1375
1309
  "sourceManifestHash": "72d6de134598d129b53ea34c2522fd931dc47fb19ad8115b741eff178b9f8569"
1376
1310
  },
1377
1311
  {
1378
1312
  "biomeId": "mailops-web",
1379
1313
  "repo": "submodules/xema-host-web",
1380
1314
  "path": "submodules/xema-host-web/biomes/system/mailops-web",
1381
- "sourceCommit": "3a033439caf2f89f691346e807a5a7ce1f4c7282",
1315
+ "sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
1382
1316
  "sourceManifestHash": "e71b0fa62af5261eaf1bbc92258f45b17975bd5b98ec204c86e13eb6994020d2"
1383
1317
  },
1384
1318
  {
1385
1319
  "biomeId": "objects-web",
1386
1320
  "repo": "submodules/xema-host-web",
1387
1321
  "path": "submodules/xema-host-web/biomes/system/objects-web",
1388
- "sourceCommit": "3a033439caf2f89f691346e807a5a7ce1f4c7282",
1322
+ "sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
1389
1323
  "sourceManifestHash": "23d313f5d5bae4b1864c3ebd2409f6e495b939fad074db83bd4fe30d481caba1"
1390
1324
  },
1391
1325
  {
1392
1326
  "biomeId": "policies-web",
1393
1327
  "repo": "submodules/xema-host-web",
1394
1328
  "path": "submodules/xema-host-web/biomes/system/policies-web",
1395
- "sourceCommit": "3a033439caf2f89f691346e807a5a7ce1f4c7282",
1396
- "sourceManifestHash": "720f536934ca9e5a3f138fcdaf05b52416fb6e74548ce74f0c8917a8a5580e5e"
1329
+ "sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
1330
+ "sourceManifestHash": "eb26a67299f082c445d1cfc187a97ff77c46c0d46cc22477c535f8cc46f44030"
1397
1331
  },
1398
1332
  {
1399
1333
  "biomeId": "runners-web",
1400
1334
  "repo": "submodules/xema-host-web",
1401
1335
  "path": "submodules/xema-host-web/biomes/system/runners-web",
1402
- "sourceCommit": "3a033439caf2f89f691346e807a5a7ce1f4c7282",
1336
+ "sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
1403
1337
  "sourceManifestHash": "469a04d8a7ff2e8dc55ab05fc4f6b874c46981a987d30393a469541f61b7cda3"
1404
1338
  },
1405
1339
  {
1406
1340
  "biomeId": "search-web",
1407
1341
  "repo": "submodules/xema-host-web",
1408
1342
  "path": "submodules/xema-host-web/biomes/system/search-web",
1409
- "sourceCommit": "3a033439caf2f89f691346e807a5a7ce1f4c7282",
1343
+ "sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
1410
1344
  "sourceManifestHash": "82c0a04f2ad3e6ba84a85e8d14e6dc4ed65c0581ca7ec168e066ebcf0da07944"
1411
1345
  },
1412
1346
  {
1413
1347
  "biomeId": "service-registry-web",
1414
1348
  "repo": "submodules/xema-host-web",
1415
1349
  "path": "submodules/xema-host-web/biomes/system/service-registry-web",
1416
- "sourceCommit": "3a033439caf2f89f691346e807a5a7ce1f4c7282",
1350
+ "sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
1417
1351
  "sourceManifestHash": "4e6de6c3d7fb2edd030b9d346833c7ce6e99aff3d2e46e40ef61670abc302839"
1418
1352
  },
1419
1353
  {
1420
1354
  "biomeId": "spaces-web",
1421
1355
  "repo": "submodules/xema-host-web",
1422
1356
  "path": "submodules/xema-host-web/biomes/system/spaces-web",
1423
- "sourceCommit": "3a033439caf2f89f691346e807a5a7ce1f4c7282",
1357
+ "sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
1424
1358
  "sourceManifestHash": "ca0317b58364d048e70ac47801fa4f74d57f4ddd3647f99e8e1186dbc2581629"
1425
1359
  },
1426
1360
  {
1427
1361
  "biomeId": "user-hub-web",
1428
1362
  "repo": "submodules/xema-host-web",
1429
1363
  "path": "submodules/xema-host-web/biomes/system/user-hub-web",
1430
- "sourceCommit": "3a033439caf2f89f691346e807a5a7ce1f4c7282",
1364
+ "sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
1431
1365
  "sourceManifestHash": "4162422cfc654ae58368d4825e97857f3a1a7693cc4a09d88059961289c51eda"
1432
1366
  }
1433
1367
  ]