@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": "event-hub-api",
46
46
  "imageRef": "ghcr.io/xema-dev/event-hub-api",
47
- "contentHash": "4da14758899ae3d6cf3df996fa1cf12d10cef87fc263b41c69c080dad27ef53e",
47
+ "contentHash": "28c34e719174987de9dc2f307de9f1be7aa602b444d1a5bb0588cb2eba38e3d1",
48
48
  "repo": "submodules/event-hub-api",
49
49
  "path": "submodules/event-hub-api",
50
- "sourceCommit": "309ad37f75674b35847820e522ef36c07a310d47",
50
+ "sourceCommit": "cabeee0a17576f671ea531e00b141392b4919d23",
51
51
  "sourceManifestHash": "2e57d7356ed288b00e35f3ee4aa542cdbb1eb25d94a8fecbc2bda76cedd5f995",
52
52
  "requiredPlatforms": [
53
53
  {
@@ -66,10 +66,10 @@
66
66
  "kind": "platform",
67
67
  "id": "identity-api",
68
68
  "imageRef": "ghcr.io/xema-dev/identity-api",
69
- "contentHash": "7e08f349fa626433487fc468e9f89f4ff16015af7bb4ad022c3fa2409ab589db",
69
+ "contentHash": "b7949773dd6533fefb9f3f74d24167b776a31540ca8d43e9b5278df52ba803b0",
70
70
  "repo": "submodules/identity-api",
71
71
  "path": "submodules/identity-api",
72
- "sourceCommit": "c88d56727e57783ba5f959e34f0d755e09ffb194",
72
+ "sourceCommit": "0531b190e604909fd1717b236104e6e1a9f0e7d7",
73
73
  "sourceManifestHash": "f0acc5e81bb3b00f98e1fde709e9dc24903bdf2ce5bdc6eeec0d5b9338bf5c1b",
74
74
  "requiredPlatforms": [
75
75
  {
@@ -88,10 +88,10 @@
88
88
  "kind": "platform",
89
89
  "id": "llm-gateway-api",
90
90
  "imageRef": "ghcr.io/xema-dev/llm-gateway-api",
91
- "contentHash": "1eaf34b555ba15b95d682eccf1aacd462230c87091b60817f6feaa9fe8027347",
91
+ "contentHash": "e56ee7641b414632e2915d73307e0ac021eed25987c5fd52fc3ed1654b37a2ba",
92
92
  "repo": "submodules/llm-gateway-api",
93
93
  "path": "submodules/llm-gateway-api",
94
- "sourceCommit": "0041f351523fa22e7276dd58ba5e581743463248",
94
+ "sourceCommit": "b79e7ef7e44613fc37764b0252b5372eb8ec5e50",
95
95
  "sourceManifestHash": "89a532314ab470aba850033344e2eca97de452bd89f0d6949770b0d837333d8d",
96
96
  "requiredPlatforms": [
97
97
  {
@@ -110,10 +110,10 @@
110
110
  "kind": "platform",
111
111
  "id": "secrets-api",
112
112
  "imageRef": "ghcr.io/xema-dev/secrets-api",
113
- "contentHash": "92fdda838b1bfc8ce4aa15dd16f777658b1aea12ae5d36e219288a2fb0424812",
113
+ "contentHash": "3864e5cd2ce8089d9998f78cf63fd69cf66c17f070243dedb845c7d3b3cd820b",
114
114
  "repo": "submodules/secrets-api",
115
115
  "path": "submodules/secrets-api",
116
- "sourceCommit": "461bac3bd96e9aa3ddf3a287523f021e811f244a",
116
+ "sourceCommit": "e6b31e15a059823b2552d26fec5c3a15b1effdb2",
117
117
  "sourceManifestHash": "51d6db6fac73a58b167eb7615c371fc75dfdb13a294c22ddb98c18d99df620a7",
118
118
  "requiredPlatforms": [
119
119
  {
@@ -132,11 +132,11 @@
132
132
  "kind": "runtime-component",
133
133
  "id": "biome-adapter-host",
134
134
  "imageRef": "ghcr.io/xema-dev/biome-adapter-host",
135
- "contentHash": "d439351e252639b8eb4c2fc215d9ff437dc031208f1ba81a7c111f19825d207e",
135
+ "contentHash": "5e028ccd895e0ecb8a1b0986e2dc787a5fdea1b3f0f4f25c1ff8e19bbecac3d4",
136
136
  "repo": "repos/xema-base",
137
137
  "path": "repos/xema-base/biomes/biome-adapter-host",
138
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
139
- "sourceManifestHash": "bfb188bd4a0c2ed374dd0b26297348ab4a140cf61b6ae1974f13d62b596af462",
138
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
139
+ "sourceManifestHash": "b1a0bb72096f9b4f415182204fc776527cfe2fb9caf820034ca77d962b8120ef",
140
140
  "requiredPlatforms": [
141
141
  {
142
142
  "os": "linux",
@@ -154,11 +154,11 @@
154
154
  "kind": "runtime-component",
155
155
  "id": "opencode-worker",
156
156
  "imageRef": "ghcr.io/xema-dev/opencode-worker",
157
- "contentHash": "d0df2319249cd08211764c39818e7f97858bc07a50e9808ed21ca2d993a70f3d",
157
+ "contentHash": "44deaa6da2428fa28036a32e163675033d67bcbd23c9fa739f3034ffdec17efb",
158
158
  "repo": "repos/xema-base",
159
159
  "path": "repos/xema-base/biomes/opencode-runtime",
160
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
161
- "sourceManifestHash": "df23015c5e22b96bfdedeefc4d9244236ac0c7f4d9068b23139ebecee7a79c59",
160
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
161
+ "sourceManifestHash": "1f193a66f63ab5e16d117893806477a04d18e79b4802f5343497aa16864da28a",
162
162
  "requiredPlatforms": [
163
163
  {
164
164
  "os": "linux",
@@ -180,11 +180,11 @@
180
180
  "kind": "service",
181
181
  "id": "activity-feed-api",
182
182
  "imageRef": "ghcr.io/xema-dev/activity-feed-api",
183
- "contentHash": "791b973f3ef77b4c1ed0911473a8ebaf419a074ce90805acbae8cbc9d82ccae7",
183
+ "contentHash": "166f258255901f60622443d6d43647e1dd9543e1510c31539b365d5b078bf9c6",
184
184
  "repo": "repos/xema-base",
185
185
  "path": "repos/xema-base/biomes/activity-feed",
186
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
187
- "sourceManifestHash": "630722948831c9943c328e0d626cf5fb34eaf581e73afb80ccc45636bc3b7540",
186
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
187
+ "sourceManifestHash": "823f7f6fe9abfbe0b4b3dd45b875d2eae928b0c109a7bfebf58dc55f4b3a3d6c",
188
188
  "requiredPlatforms": [
189
189
  {
190
190
  "os": "linux",
@@ -202,11 +202,11 @@
202
202
  "kind": "service",
203
203
  "id": "agent-session-api",
204
204
  "imageRef": "ghcr.io/xema-dev/agent-session-api",
205
- "contentHash": "e3a1e7fc60e31c2f0885d83180a87217df7433c57b076edbf5e26974d0d74d5d",
205
+ "contentHash": "8be283843be2f885c0607cc2aedf50067ebb1f708b871c6d8e381a6476f2ea07",
206
206
  "repo": "repos/xema-base",
207
207
  "path": "repos/xema-base/biomes/agent-runtime",
208
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
209
- "sourceManifestHash": "2359f7b22ac81db4061fc19cc481fb5710cc13721e6e3e76f8a1f1af6c485ca8",
208
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
209
+ "sourceManifestHash": "43fe42646ccb71bc829c40a7406c7a49d5707307b9f93a47b78a19e5ec39d9bc",
210
210
  "requiredPlatforms": [
211
211
  {
212
212
  "os": "linux",
@@ -224,11 +224,11 @@
224
224
  "kind": "service",
225
225
  "id": "app-platform-api",
226
226
  "imageRef": "ghcr.io/xema-dev/app-platform-api",
227
- "contentHash": "b932fcac08386e3864f0f8f3df9e9ed245a08c93ad8942fbf360f57068dfa80d",
227
+ "contentHash": "90ed88b78bed19a89bfa8c7fe2d7e938b2a495fe6ac3f7220bf88ef8023d0f89",
228
228
  "repo": "repos/xema-base",
229
229
  "path": "repos/xema-base/biomes/app-platform",
230
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
231
- "sourceManifestHash": "dcd05224d49b0833f71cef2008685d383ff49b393e16a26a9e458c764ac83604",
230
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
231
+ "sourceManifestHash": "f5f51d776b71789a069b2638ed42391337be42ac46610df6d6f42d01b89b6ecd",
232
232
  "requiredPlatforms": [
233
233
  {
234
234
  "os": "linux",
@@ -246,11 +246,11 @@
246
246
  "kind": "service",
247
247
  "id": "artifact-store-api",
248
248
  "imageRef": "ghcr.io/xema-dev/artifact-store-api",
249
- "contentHash": "44d624f2654a3abf15b7fd8a924d5431af854fa28cb3aeb1694910c2b2efd7b7",
249
+ "contentHash": "d217693a98d85c3e02197ecba32eed7405af75a00889abb86343c8e7f2543be1",
250
250
  "repo": "repos/xema-base",
251
251
  "path": "repos/xema-base/biomes/agent-runtime",
252
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
253
- "sourceManifestHash": "2359f7b22ac81db4061fc19cc481fb5710cc13721e6e3e76f8a1f1af6c485ca8",
252
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
253
+ "sourceManifestHash": "43fe42646ccb71bc829c40a7406c7a49d5707307b9f93a47b78a19e5ec39d9bc",
254
254
  "requiredPlatforms": [
255
255
  {
256
256
  "os": "linux",
@@ -268,11 +268,11 @@
268
268
  "kind": "service",
269
269
  "id": "audit-log-api",
270
270
  "imageRef": "ghcr.io/xema-dev/audit-log-api",
271
- "contentHash": "637fc5aeb8beadc693026ffc1b3f6cc9d764f5083920204466fade4f78c5efaf",
271
+ "contentHash": "21f056d69fbda7d3e24150c8f367345a1fba56ea4374ae83871227086ffa7ece",
272
272
  "repo": "repos/xema-base",
273
273
  "path": "repos/xema-base/biomes/audit",
274
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
275
- "sourceManifestHash": "5d13a34bb01d7f97c3b489cc8c683861e6a5104dca6630a300d7b56ab01240eb",
274
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
275
+ "sourceManifestHash": "b55bfee2da7f8fe6e3c3506a0b6e515f56cc86c18332b9d3d7a8ab6c9a71504d",
276
276
  "requiredPlatforms": [
277
277
  {
278
278
  "os": "linux",
@@ -290,11 +290,11 @@
290
290
  "kind": "service",
291
291
  "id": "authorization-api",
292
292
  "imageRef": "ghcr.io/xema-dev/authorization-api",
293
- "contentHash": "0fb68a23a2e3a07c2f581e8d3cb484ff32e09749056a4f18aa1b726dea7b2913",
293
+ "contentHash": "fa16773b07368a129db00dbd87ab0acd20de58a99d86e2cba054ee5276cc095f",
294
294
  "repo": "repos/xema-base",
295
295
  "path": "repos/xema-base/biomes/authorization",
296
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
297
- "sourceManifestHash": "f1b20d7ddccb52fc5c26c263b98a3efbc9565b6cbd5a1d3945f296cdf42004f4",
296
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
297
+ "sourceManifestHash": "214fc48f2e68e3755a0630d92bbae8769f8ebfdd44bee9d2ae622b6e1758ad00",
298
298
  "requiredPlatforms": [
299
299
  {
300
300
  "os": "linux",
@@ -312,10 +312,10 @@
312
312
  "kind": "service",
313
313
  "id": "backlog-api",
314
314
  "imageRef": "ghcr.io/xema-dev/backlog-api",
315
- "contentHash": "00ebdce7659df573977865dfd7ec383084f4b8cf0e792162b41eab82c69ba55f",
315
+ "contentHash": "9fd8f7519267a51273af3b8dec107353601754e7fcb95a5afda1d93e939b9e24",
316
316
  "repo": "repos/xema-community",
317
317
  "path": "repos/xema-community/biomes/backlog",
318
- "sourceCommit": "3ff01803dc36b2f5d0edd4bfd42aa16d27bab48b",
318
+ "sourceCommit": "3957408a61b00a5881645a173f7139d70fbaef04",
319
319
  "sourceManifestHash": "5661755e6e3bf66b571375d37664574203df82364241b4734a5fc05f5a8b4d08",
320
320
  "requiredPlatforms": [
321
321
  {
@@ -334,11 +334,11 @@
334
334
  "kind": "service",
335
335
  "id": "biome-fetcher-api",
336
336
  "imageRef": "ghcr.io/xema-dev/biome-fetcher-api",
337
- "contentHash": "5c25cf435f51f88963f448738be20f93b79b709d91e78b15273fa0c8e9d74975",
337
+ "contentHash": "c1a765ab9f69a60522fb4a55f03e6f3baa47a8a890a29f38e736ef9a5de9b870",
338
338
  "repo": "repos/xema-base",
339
339
  "path": "repos/xema-base/biomes/biome-fetcher",
340
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
341
- "sourceManifestHash": "aa8eb35d67becde1218339b116dca984f1464ac5cd001e49d1f99a1d1caa11a2",
340
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
341
+ "sourceManifestHash": "ec7cf835b650b00808eee92e5a9910afc56c627ac03b503c852789b27a768a6d",
342
342
  "requiredPlatforms": [
343
343
  {
344
344
  "os": "linux",
@@ -356,11 +356,11 @@
356
356
  "kind": "service",
357
357
  "id": "biome-host-api",
358
358
  "imageRef": "ghcr.io/xema-dev/biome-host-api",
359
- "contentHash": "222fc6ff09c0526716877f7e6196e847568c2fbd1da528638011f1b463ab086c",
359
+ "contentHash": "e4eeddec7f4259e43730944208f4d966d1d6c008fc453372330c74defd825283",
360
360
  "repo": "repos/xema-base",
361
361
  "path": "repos/xema-base/biomes/biome-host",
362
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
363
- "sourceManifestHash": "a1e8408ca995a8238ed1c70148c6fc9c6b566d7ae544f9bcd6c41d1f075cbdd3",
362
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
363
+ "sourceManifestHash": "a02a55b39b83b38c0a2965989d3a443e4aae1a83b3eb53b33fa03d4e78261028",
364
364
  "requiredPlatforms": [
365
365
  {
366
366
  "os": "linux",
@@ -378,11 +378,11 @@
378
378
  "kind": "service",
379
379
  "id": "canopy-api",
380
380
  "imageRef": "ghcr.io/xema-dev/canopy-api",
381
- "contentHash": "c11a10ca8772ab3a43a0414548b161c08912e86298f766df4d4c2cfe3266ee85",
381
+ "contentHash": "23d530e8be9a28234847a4affafb38870af8827a7ffb739146cca4b87ebe0fb3",
382
382
  "repo": "repos/xema-base",
383
383
  "path": "repos/xema-base/biomes/canopy",
384
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
385
- "sourceManifestHash": "0f437205d30b2594678c0ebb4f0c7f205f61e87ffb12d096c788bdba39cdcae9",
384
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
385
+ "sourceManifestHash": "8a661423f059c933bddbf372d3a3eb235f1f3912b0efe8221f359e053686c923",
386
386
  "requiredPlatforms": [
387
387
  {
388
388
  "os": "linux",
@@ -400,11 +400,11 @@
400
400
  "kind": "service",
401
401
  "id": "capability-registry-api",
402
402
  "imageRef": "ghcr.io/xema-dev/capability-registry-api",
403
- "contentHash": "2d078221cfc4a3f78da4b20258349d585c406da7d5a303eca42c399596a486f2",
403
+ "contentHash": "a85f2159ddd83a7274a179e049fcacd75d203607fede4fcd4c59518c7de2b00d",
404
404
  "repo": "repos/xema-base",
405
405
  "path": "repos/xema-base/biomes/capability-registry",
406
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
407
- "sourceManifestHash": "52ee909aa20d1389b33dfc802860a839ae84d0d459429e9239f4654ad1695df7",
406
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
407
+ "sourceManifestHash": "401a9a8557ddf5f9df34aae449a70659c4a6999cfdbc22c123689e4990c8a46b",
408
408
  "requiredPlatforms": [
409
409
  {
410
410
  "os": "linux",
@@ -422,11 +422,11 @@
422
422
  "kind": "service",
423
423
  "id": "connector-gateway-api",
424
424
  "imageRef": "ghcr.io/xema-dev/connector-gateway-api",
425
- "contentHash": "12d7c85969b4feadd6153106b15b7d2303e6d3e3c958dc134217622a579a84df",
425
+ "contentHash": "3cc7dfda3f5cba0d9c233b4c0707251780534b07936a23ca5f57fd13a94a4bdc",
426
426
  "repo": "repos/xema-base",
427
427
  "path": "repos/xema-base/biomes/connector-platform",
428
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
429
- "sourceManifestHash": "d5d0a859f8cb04b7b286396417d435c6391c0a47ec9380fcf599c48b465024da",
428
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
429
+ "sourceManifestHash": "4876ee119e503b501a0cb8bd2c191092ff239fd6c7146e14b5ce8c5a234a2a76",
430
430
  "requiredPlatforms": [
431
431
  {
432
432
  "os": "linux",
@@ -444,11 +444,11 @@
444
444
  "kind": "service",
445
445
  "id": "container-registry-api",
446
446
  "imageRef": "ghcr.io/xema-dev/container-registry-api",
447
- "contentHash": "b6f7557f76ce3207498ff3e14a3267f2a49445928c490a5c2aca3af93397aa57",
447
+ "contentHash": "a4e0310f9edac79e2e956bf83b002a31cecb4fc07ca1760e93ca062b8ac73b23",
448
448
  "repo": "repos/xema-base",
449
449
  "path": "repos/xema-base/biomes/container-registry",
450
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
451
- "sourceManifestHash": "d3f95e01b91241209c3ad56ee33b70cb0f836cf87847292c29b574e3bef72a46",
450
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
451
+ "sourceManifestHash": "c781e962c4eca669d926b171f33d15f87080b007c0f8b451c090bafee6141693",
452
452
  "requiredPlatforms": [
453
453
  {
454
454
  "os": "linux",
@@ -466,11 +466,11 @@
466
466
  "kind": "service",
467
467
  "id": "credential-broker-api",
468
468
  "imageRef": "ghcr.io/xema-dev/credential-broker-api",
469
- "contentHash": "18e89ee6160e98e427d72e71e4136af500909e88371784703dc8249b458907dd",
469
+ "contentHash": "51038ed9e8fc9d55b75faf84e2a618c5a452c6cb36d02242f8b5174cbbef0560",
470
470
  "repo": "repos/xema-base",
471
471
  "path": "repos/xema-base/biomes/connector-platform",
472
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
473
- "sourceManifestHash": "d5d0a859f8cb04b7b286396417d435c6391c0a47ec9380fcf599c48b465024da",
472
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
473
+ "sourceManifestHash": "4876ee119e503b501a0cb8bd2c191092ff239fd6c7146e14b5ce8c5a234a2a76",
474
474
  "requiredPlatforms": [
475
475
  {
476
476
  "os": "linux",
@@ -488,11 +488,11 @@
488
488
  "kind": "service",
489
489
  "id": "decision-api",
490
490
  "imageRef": "ghcr.io/xema-dev/decision-api",
491
- "contentHash": "c7328783ce5c157f5c1203f9b840e2a8f597a369b665bc71ae2fc2c229157068",
491
+ "contentHash": "3af5114a8974b0b46f62873c3bc630935be720560a4db44a00e2cc598c47867d",
492
492
  "repo": "repos/xema-base",
493
493
  "path": "repos/xema-base/biomes/decision",
494
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
495
- "sourceManifestHash": "7c6b2cf62d1a8460d470e1ff34b1d0748af649da0f8db7fd0bd42cae3f00c434",
494
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
495
+ "sourceManifestHash": "f5f50845612d2ce40cf4642f264b3e4542c1b1e20ad87f886f7eaca13a976310",
496
496
  "requiredPlatforms": [
497
497
  {
498
498
  "os": "linux",
@@ -510,11 +510,11 @@
510
510
  "kind": "service",
511
511
  "id": "deliverable-specs-api",
512
512
  "imageRef": "ghcr.io/xema-dev/deliverable-specs-api",
513
- "contentHash": "928fd89e9bb40cbbd2d987e8917dbebeb81b3bed8b0209e4300a203526ad9a50",
513
+ "contentHash": "4122ffb210ec03be9f28002723d4ee0ed8c6c565313267869092345f0f2fc12e",
514
514
  "repo": "repos/xema-base",
515
515
  "path": "repos/xema-base/biomes/workflow-runtime",
516
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
517
- "sourceManifestHash": "5a2f029b3bc1db1cf10fb2ee507927f660a4fdd02b1363242369339711198434",
516
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
517
+ "sourceManifestHash": "5c45633e117b94ff11931ba034fc0751a095b4b22ef3b03994ab995849c67372",
518
518
  "requiredPlatforms": [
519
519
  {
520
520
  "os": "linux",
@@ -532,10 +532,10 @@
532
532
  "kind": "service",
533
533
  "id": "docs-api",
534
534
  "imageRef": "ghcr.io/xema-dev/docs-api",
535
- "contentHash": "4e58c40d38ea6f9bbd47daeaa1466137a15754f4a3a0048f2983afe30b0680ae",
535
+ "contentHash": "dc52236b818ba18bfcc73ad3d3c5a57e49138b325aa3ad7825161e49f7f2c805",
536
536
  "repo": "repos/xema-docs",
537
537
  "path": "repos/xema-docs",
538
- "sourceCommit": "b26d4724d3301db8843c624392d0e1e56a3f4b92",
538
+ "sourceCommit": "1c384927f2905d5f8cfdbc84913850ec9be7d1dc",
539
539
  "sourceManifestHash": "10770a77153a2549a3e1af1142e3c52f1125f9b7a178937f1c05f76ce88e7cbc",
540
540
  "requiredPlatforms": [
541
541
  {
@@ -554,11 +554,11 @@
554
554
  "kind": "service",
555
555
  "id": "knowledge-base-api",
556
556
  "imageRef": "ghcr.io/xema-dev/knowledge-base-api",
557
- "contentHash": "0ed0527da0a617da0a0b82920a8a65425a7b162d2f118157d6f304ac7cbbab40",
557
+ "contentHash": "2ef02610cdf6eb0857363f5573db50fa22cbf418076a807750a9239a3fb0b71d",
558
558
  "repo": "repos/xema-base",
559
559
  "path": "repos/xema-base/biomes/knowledge-base",
560
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
561
- "sourceManifestHash": "adf2d3d601ab92897e675fe048def464e627e22e299668bf68bbb6c05055407e",
560
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
561
+ "sourceManifestHash": "b6fb02b287c6e86c34dbdd021f529ade391307bfe1f6c301c12c04364820d420",
562
562
  "requiredPlatforms": [
563
563
  {
564
564
  "os": "linux",
@@ -576,11 +576,11 @@
576
576
  "kind": "service",
577
577
  "id": "llm-registry-api",
578
578
  "imageRef": "ghcr.io/xema-dev/llm-registry-api",
579
- "contentHash": "98601dd18c82276e5d72d85d8d3eb9b3e7d1ee4f93242f672f0448a80420dab5",
579
+ "contentHash": "b49c1dc1fbac6337ff5a921b92ae8edd43897c91417a460989410acd2e4f5444",
580
580
  "repo": "repos/xema-base",
581
581
  "path": "repos/xema-base/biomes/agent-runtime",
582
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
583
- "sourceManifestHash": "2359f7b22ac81db4061fc19cc481fb5710cc13721e6e3e76f8a1f1af6c485ca8",
582
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
583
+ "sourceManifestHash": "43fe42646ccb71bc829c40a7406c7a49d5707307b9f93a47b78a19e5ec39d9bc",
584
584
  "requiredPlatforms": [
585
585
  {
586
586
  "os": "linux",
@@ -598,10 +598,10 @@
598
598
  "kind": "service",
599
599
  "id": "mailops-api",
600
600
  "imageRef": "ghcr.io/xema-dev/mailops-api",
601
- "contentHash": "b82a8ec17da70007ba673a6f910110326e5d469f88a8b45bca37915fb499a501",
601
+ "contentHash": "e28f045b7cde9921333147ae1911d15aaa9b2146fe64f1b9ebe95600ca0314ae",
602
602
  "repo": "repos/xema-cultivars",
603
603
  "path": "repos/xema-cultivars/biomes/platform/mailops",
604
- "sourceCommit": "6598d8870a0141340dad0b65c9ee55c9f19dfc25",
604
+ "sourceCommit": "6ab52cdb9a34900c025fe57224bbc6f3545be41f",
605
605
  "sourceManifestHash": "770abc9ddacd90debb5b98c0acd61250fc2e2d7d2a0140c7dfd291d23cc66d93",
606
606
  "requiredPlatforms": [
607
607
  {
@@ -620,11 +620,11 @@
620
620
  "kind": "service",
621
621
  "id": "mcp-gateway-api",
622
622
  "imageRef": "ghcr.io/xema-dev/mcp-gateway-api",
623
- "contentHash": "3efa60f76b13716fafab99441e1f033891159f1097850e237bbadc384e2a3721",
623
+ "contentHash": "33c28c35ceb8353e5a15514fc1cc322a51ff42912309a2bf675cd499c274c5bc",
624
624
  "repo": "repos/xema-base",
625
625
  "path": "repos/xema-base/biomes/mcp-router",
626
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
627
- "sourceManifestHash": "76950828b7e9b86b57e2307d8f4ebbd2638fb29ca2ab64ccceb8b50370ba63de",
626
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
627
+ "sourceManifestHash": "53ce021e0299559ba26fa38fdc0a0e55617bd47c3c2ec4142a970480204deb1e",
628
628
  "requiredPlatforms": [
629
629
  {
630
630
  "os": "linux",
@@ -642,11 +642,11 @@
642
642
  "kind": "service",
643
643
  "id": "object-registry-api",
644
644
  "imageRef": "ghcr.io/xema-dev/object-registry-api",
645
- "contentHash": "728cf6dd878fdf15d1f9e55e2c4e8bd1a07ada07795c9d584dd507c27969a8bd",
645
+ "contentHash": "4eb02c037379a3b5322074f6fa6f87524e7e08fe3596a1a9d0cc6547ddde1de3",
646
646
  "repo": "repos/xema-base",
647
647
  "path": "repos/xema-base/biomes/object-registry",
648
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
649
- "sourceManifestHash": "7e12c0745a993a2efa188b4f28d977f48c3db174a29274d264f79777b6952285",
648
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
649
+ "sourceManifestHash": "894cf77f65759065e3a391f27106f8d128aa98fd75b280b774b540179bd53dda",
650
650
  "requiredPlatforms": [
651
651
  {
652
652
  "os": "linux",
@@ -664,11 +664,11 @@
664
664
  "kind": "service",
665
665
  "id": "org-database-pool-api",
666
666
  "imageRef": "ghcr.io/xema-dev/org-database-pool-api",
667
- "contentHash": "89dcea65bbf206da56e1bc429e50b5caae85ef3e826473a565fd54e8c53f250d",
667
+ "contentHash": "b5d1019928614ce938eeab06f2fa7ddc8d9509b304a9d7b6d1e5c061d315d85f",
668
668
  "repo": "repos/xema-base",
669
669
  "path": "repos/xema-base/biomes/org-database-pool",
670
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
671
- "sourceManifestHash": "16b76edf1ba1a5f529615de0748f9915de8c9b4f16605a873b0c56574c4fc781",
670
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
671
+ "sourceManifestHash": "70e27e3cc9aab6c8334b8f96ee4fc906fc9067dfd90ec93e1c50fc3d11a19120",
672
672
  "requiredPlatforms": [
673
673
  {
674
674
  "os": "linux",
@@ -682,37 +682,15 @@
682
682
  }
683
683
  ]
684
684
  },
685
- {
686
- "kind": "service",
687
- "id": "policy-distributor-api",
688
- "imageRef": "ghcr.io/xema-dev/policy-distributor-api",
689
- "contentHash": "9ad3156e01943a9a77e1728e92351cd07661c5f1c86462d4db31d21fce66b1b4",
690
- "repo": "repos/xema-base",
691
- "path": "repos/xema-base/biomes/policy-distributor",
692
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
693
- "sourceManifestHash": "1e4eff54963ee3d0a2607b00d43b5c45f67aba6997d2be7db1a28f41eed8b127",
694
- "requiredPlatforms": [
695
- {
696
- "os": "linux",
697
- "architecture": "arm64"
698
- }
699
- ],
700
- "owners": [
701
- {
702
- "kind": "biome",
703
- "biomeId": "policy-distributor"
704
- }
705
- ]
706
- },
707
685
  {
708
686
  "kind": "service",
709
687
  "id": "project-registry-api",
710
688
  "imageRef": "ghcr.io/xema-dev/project-registry-api",
711
- "contentHash": "f594aa8bd18e2ca3499dde04e4d36ebeea5d6e2b87bc297823601efa8f4681dc",
689
+ "contentHash": "e89e2a75719fd332a64ef73e782aa6959b2af7ba029806e457153c2a8a7868b5",
712
690
  "repo": "repos/xema-base",
713
691
  "path": "repos/xema-base/biomes/project-registry",
714
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
715
- "sourceManifestHash": "91e9412e408eae5f1d5161292f93fd2925931d7fce0beb6f4caa5a5475491960",
692
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
693
+ "sourceManifestHash": "ef99a31b9c2191bb036c0bbc13e8da5d407ef916f074b65e1727694759282498",
716
694
  "requiredPlatforms": [
717
695
  {
718
696
  "os": "linux",
@@ -730,11 +708,11 @@
730
708
  "kind": "service",
731
709
  "id": "public-gateway-api",
732
710
  "imageRef": "ghcr.io/xema-dev/public-gateway-api",
733
- "contentHash": "2bbf4122ae1f3c1e9e47b965216b4bed7cfaddfaf94fdb1a23d9fb37c4356407",
711
+ "contentHash": "6590f51a2ad12bc58d4dc012b6a9f27955742d33d69d11b3706a16126bf6b612",
734
712
  "repo": "repos/xema-base",
735
713
  "path": "repos/xema-base/biomes/public-gateway",
736
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
737
- "sourceManifestHash": "21e8a81310ac734c90861139b0a7ccf4d2d787c99b42eb2bc8bf7e7c7fcf734b",
714
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
715
+ "sourceManifestHash": "f54675d51b001980dbb805dd4fa5a3923d5a88e6745f54dd22dbdd844785488a",
738
716
  "requiredPlatforms": [
739
717
  {
740
718
  "os": "linux",
@@ -752,11 +730,11 @@
752
730
  "kind": "service",
753
731
  "id": "redis-pool-api",
754
732
  "imageRef": "ghcr.io/xema-dev/redis-pool-api",
755
- "contentHash": "1c0f16075be6d6396ad7e55197bfa2b06570c1dcdded6c77ff36e8f304d2e87a",
733
+ "contentHash": "8a2a2404873ef859bf94cf08e357cfe81b5ac732aa802beddf26a3264693d279",
756
734
  "repo": "repos/xema-base",
757
735
  "path": "repos/xema-base/biomes/redis-pool",
758
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
759
- "sourceManifestHash": "87b1cc0aef3d46fc9769dc4c6e02143617a4d4e0db9529b948e049eb51bff9df",
736
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
737
+ "sourceManifestHash": "729009f73ec62d2c0e5e4f6d7692ea015f8dcf03a33f6abf0386c8c30c850a0d",
760
738
  "requiredPlatforms": [
761
739
  {
762
740
  "os": "linux",
@@ -774,11 +752,11 @@
774
752
  "kind": "service",
775
753
  "id": "resource-governance-api",
776
754
  "imageRef": "ghcr.io/xema-dev/resource-governance-api",
777
- "contentHash": "8db28490a9fbbe81c5f2bbd68334b16b2bb603d417fc1ed9de2d354f3a180fa8",
755
+ "contentHash": "e73f59abe5f2c4ac9f8bedae5035eaed92b6538022ffa44af009552108a2f123",
778
756
  "repo": "repos/xema-base",
779
757
  "path": "repos/xema-base/biomes/resource-governance",
780
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
781
- "sourceManifestHash": "ac3c41291e02870c1e73116f64338de5142a99eab1c1aea29fd7c049edecd653",
758
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
759
+ "sourceManifestHash": "19f9548481a47279e72de7bd69d414e9085c666dc6a81da6e51895226b0cc725",
782
760
  "requiredPlatforms": [
783
761
  {
784
762
  "os": "linux",
@@ -796,11 +774,11 @@
796
774
  "kind": "service",
797
775
  "id": "search-api",
798
776
  "imageRef": "ghcr.io/xema-dev/search-api",
799
- "contentHash": "fbab3b4303ed9101f18e7adf2b4936b07bc1eb82b6ae9d8c10802966985c7ad8",
777
+ "contentHash": "6e2187062015cb13d5dd7a8d9d4790758300e5441216260f52188f72921cf6f9",
800
778
  "repo": "repos/xema-cultivars",
801
779
  "path": "repos/xema-cultivars/biomes/platform/search",
802
- "sourceCommit": "6598d8870a0141340dad0b65c9ee55c9f19dfc25",
803
- "sourceManifestHash": "4c711b8d8413415722f9800358dcda95a1589d9b1bdea2f288abeb3da96e15b8",
780
+ "sourceCommit": "6ab52cdb9a34900c025fe57224bbc6f3545be41f",
781
+ "sourceManifestHash": "b3d0d38591f34629e6c584de612a8cd9bcb8c7e48f7d86dddfd3b58dfa5e788f",
804
782
  "requiredPlatforms": [
805
783
  {
806
784
  "os": "linux",
@@ -818,11 +796,11 @@
818
796
  "kind": "service",
819
797
  "id": "skill-registry-api",
820
798
  "imageRef": "ghcr.io/xema-dev/skill-registry-api",
821
- "contentHash": "b7310aa510c49a8c92245f648d349c495b8f22af792fb281d0208871a50c774b",
799
+ "contentHash": "30110d0df89d33d7cd823cadd91552a1259e1f8512a405b1c36d629b79513df9",
822
800
  "repo": "repos/xema-base",
823
801
  "path": "repos/xema-base/biomes/agent-runtime",
824
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
825
- "sourceManifestHash": "2359f7b22ac81db4061fc19cc481fb5710cc13721e6e3e76f8a1f1af6c485ca8",
802
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
803
+ "sourceManifestHash": "43fe42646ccb71bc829c40a7406c7a49d5707307b9f93a47b78a19e5ec39d9bc",
826
804
  "requiredPlatforms": [
827
805
  {
828
806
  "os": "linux",
@@ -840,11 +818,11 @@
840
818
  "kind": "service",
841
819
  "id": "space-registry-api",
842
820
  "imageRef": "ghcr.io/xema-dev/space-registry-api",
843
- "contentHash": "f11c2e6e97e698fd453290da4f8c8228783cc23950f7f67563862ba9857d7aff",
821
+ "contentHash": "5248b195e51dda1ca4b7ea23b0dd245c99ee03d98ba96ce079da4015ee6853a6",
844
822
  "repo": "repos/xema-base",
845
823
  "path": "repos/xema-base/biomes/space-registry",
846
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
847
- "sourceManifestHash": "7baa5e808e1c118a45fa4fbf133ca243a40d0fed899c512114d7279c4218103c",
824
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
825
+ "sourceManifestHash": "bb34ca8d372283eabf01faf749b1ccd1b434ab9d6bd6adde4e7a98839290647b",
848
826
  "requiredPlatforms": [
849
827
  {
850
828
  "os": "linux",
@@ -862,11 +840,11 @@
862
840
  "kind": "service",
863
841
  "id": "template-registry-api",
864
842
  "imageRef": "ghcr.io/xema-dev/template-registry-api",
865
- "contentHash": "b863be3eb4adda6c76594c4a676f3cfe2594ddec9183bb629752f0a85b2431b6",
843
+ "contentHash": "2166030fc3b28b3f1019f34ec08391be9ba6acb53fc85c879902e12e4bba2ba7",
866
844
  "repo": "repos/xema-base",
867
845
  "path": "repos/xema-base/biomes/template-registry",
868
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
869
- "sourceManifestHash": "7d85c2da331bd2e43269a755738adf33c8586548fb9cc7e3fde669d8f25781c2",
846
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
847
+ "sourceManifestHash": "90017df87e929988be45c037f82d9e8a56d0e02480671f3f20cd7b5eb4200134",
870
848
  "requiredPlatforms": [
871
849
  {
872
850
  "os": "linux",
@@ -884,11 +862,11 @@
884
862
  "kind": "service",
885
863
  "id": "web-access-api",
886
864
  "imageRef": "ghcr.io/xema-dev/web-access-api",
887
- "contentHash": "e0fc4cc7a8eef91adab701c82b83d1845d9218613df54cfb53d63ee6ea629b31",
865
+ "contentHash": "568ac6611d5d8d7887a2eb3a9d1b94ab45cd3a8c9265af03d654111647f3a71b",
888
866
  "repo": "repos/xema-base",
889
867
  "path": "repos/xema-base/biomes/web-access",
890
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
891
- "sourceManifestHash": "39a25edc98592e183de0b8f56b7d719e4f6778106613d3ac7f895194859447c5",
868
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
869
+ "sourceManifestHash": "50b43320e9d3754601dbf5a69bd8ed8cb5230dc2803cf1b4f101eee4e765b559",
892
870
  "requiredPlatforms": [
893
871
  {
894
872
  "os": "linux",
@@ -906,11 +884,11 @@
906
884
  "kind": "service",
907
885
  "id": "workflow-engine-api",
908
886
  "imageRef": "ghcr.io/xema-dev/workflow-engine-api",
909
- "contentHash": "68c68dab2ab623d7176540fc81153ed54451a721e259ff1ed5023e6379c868b9",
887
+ "contentHash": "5f7506f276bed4319bc84400ac4180a236d7bd634dd603a03bb14afab70d160e",
910
888
  "repo": "repos/xema-base",
911
889
  "path": "repos/xema-base/biomes/workflow-runtime",
912
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
913
- "sourceManifestHash": "5a2f029b3bc1db1cf10fb2ee507927f660a4fdd02b1363242369339711198434",
890
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
891
+ "sourceManifestHash": "5c45633e117b94ff11931ba034fc0751a095b4b22ef3b03994ab995849c67372",
914
892
  "requiredPlatforms": [
915
893
  {
916
894
  "os": "linux",
@@ -928,11 +906,11 @@
928
906
  "kind": "service",
929
907
  "id": "workflow-runtime-worker",
930
908
  "imageRef": "ghcr.io/xema-dev/workflow-runtime-worker",
931
- "contentHash": "34850862da0db4d4adc9b0d6c9a4e5bb5711cf044e485419bbcbea3ee2ee4a0d",
909
+ "contentHash": "e5076fd96c90a13a0104474a3f07aff90fd5918f245f25fdf76278a946b0013a",
932
910
  "repo": "repos/xema-base",
933
911
  "path": "repos/xema-base/biomes/workflow-runtime",
934
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
935
- "sourceManifestHash": "5a2f029b3bc1db1cf10fb2ee507927f660a4fdd02b1363242369339711198434",
912
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
913
+ "sourceManifestHash": "5c45633e117b94ff11931ba034fc0751a095b4b22ef3b03994ab995849c67372",
936
914
  "requiredPlatforms": [
937
915
  {
938
916
  "os": "linux",
@@ -950,11 +928,11 @@
950
928
  "kind": "service",
951
929
  "id": "workload-runtime-api",
952
930
  "imageRef": "ghcr.io/xema-dev/workload-runtime-api",
953
- "contentHash": "166e31281e34534d4f7774e77cbb381194e0cf1829620864f863f1db881deada",
931
+ "contentHash": "856cdab2f0d32f966191e371927bc8896daefc39eccf72e63179a2fa6a19c3cc",
954
932
  "repo": "repos/xema-base",
955
933
  "path": "repos/xema-base/biomes/workload-runtime",
956
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
957
- "sourceManifestHash": "f0b9aaac2bd59992d02829049b4c8a727816e0ec5a91b9fb77389251207b4bd0",
934
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
935
+ "sourceManifestHash": "dc43ed4394be35e68ec38803c3cb774e00e4d8d126aa38687a3d61b3505b80b4",
958
936
  "requiredPlatforms": [
959
937
  {
960
938
  "os": "linux",
@@ -972,11 +950,11 @@
972
950
  "kind": "service",
973
951
  "id": "workspace-materialization-api",
974
952
  "imageRef": "ghcr.io/xema-dev/workspace-materialization-api",
975
- "contentHash": "56280a038f84bb6e4db5c4730baecdececcecfb4fceecb4557c86b7ab6606310",
953
+ "contentHash": "11a6b1d07aa6abe838a2d5e0b4041ab130550ac076297061cb75115c8bd9552c",
976
954
  "repo": "repos/xema-base",
977
955
  "path": "repos/xema-base/biomes/workspace-proxy",
978
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
979
- "sourceManifestHash": "bea507d7dd40ef06877c282c2d6ff510d2ac080d054f919251b4dc09a9386e44",
956
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
957
+ "sourceManifestHash": "af67a6088c6c6eadacc855ed3d1cd04f8d90945cd0cf0452e28a1cb369704bcb",
980
958
  "requiredPlatforms": [
981
959
  {
982
960
  "os": "linux",
@@ -994,11 +972,11 @@
994
972
  "kind": "service",
995
973
  "id": "workspace-orchestrator-api",
996
974
  "imageRef": "ghcr.io/xema-dev/workspace-orchestrator-api",
997
- "contentHash": "0bc11f605af503e38369b771a7d411e2362d8b11eb2c68eee53f79ea38589e3f",
975
+ "contentHash": "a2711bdb904975bf212284f1164a3c19e12bfcb2bb18fff1f42a906be94277be",
998
976
  "repo": "repos/xema-base",
999
977
  "path": "repos/xema-base/biomes/workspace-orchestrator",
1000
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
1001
- "sourceManifestHash": "814721b231b42931c8a73e08bce5453615202c38e0c591c067689ae957dbf597",
978
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
979
+ "sourceManifestHash": "0aecdda7583c24ac2ff3a8dc4a1826e1862c1c30179c40611f2b5d48fd9ece5e",
1002
980
  "requiredPlatforms": [
1003
981
  {
1004
982
  "os": "linux",
@@ -1016,11 +994,11 @@
1016
994
  "kind": "service",
1017
995
  "id": "workspace-storage-pool-api",
1018
996
  "imageRef": "ghcr.io/xema-dev/workspace-storage-pool-api",
1019
- "contentHash": "d431d1220b992f99f9feef06981aea01a8917a53062a79fa1e23c6e4b647bc9f",
997
+ "contentHash": "f6ed79df0e78bd08c556c685bda0dd7335f938caec97c3a4cec49a17298dc7cf",
1020
998
  "repo": "repos/xema-base",
1021
999
  "path": "repos/xema-base/biomes/workspace-storage-pool",
1022
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
1023
- "sourceManifestHash": "f475fe25a456374f9457fff57335aaeac83a4cb68c60c5138f66dc84d6e70798",
1000
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
1001
+ "sourceManifestHash": "c9f7267307357ae1bab279148e3befa80564ccf384dcbfd630d40cca03c76dc5",
1024
1002
  "requiredPlatforms": [
1025
1003
  {
1026
1004
  "os": "linux",
@@ -1038,11 +1016,11 @@
1038
1016
  "kind": "service",
1039
1017
  "id": "xema-biome-runner",
1040
1018
  "imageRef": "ghcr.io/xema-dev/xema-biome-runner",
1041
- "contentHash": "ddd28d0d27ed1f4279f78375adb4d0d18f024c8d6601bf69589bd304a01d2a89",
1019
+ "contentHash": "860769bc8bc00455d3dc02aed860b1428769e4e18c95d069d22aa45c05ac293c",
1042
1020
  "repo": "repos/xema-base",
1043
1021
  "path": "repos/xema-base/biomes/xema-biome-runner",
1044
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
1045
- "sourceManifestHash": "82b3aae1301362054bb0d4e738814d14254ac2acdf0587cf3e9f6fd477b94b54",
1022
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
1023
+ "sourceManifestHash": "6248b2d64a02a754003aa25f82f3d9ef046162ba2a97d1ad2bb78d2e92be545a",
1046
1024
  "requiredPlatforms": [
1047
1025
  {
1048
1026
  "os": "linux",
@@ -1060,11 +1038,11 @@
1060
1038
  "kind": "service",
1061
1039
  "id": "xema-capability-router",
1062
1040
  "imageRef": "ghcr.io/xema-dev/xema-capability-router",
1063
- "contentHash": "7d68bdce07ceb7fc97e45af36f8311fba76c8f1143fb41f11acd8cce39644be0",
1041
+ "contentHash": "c9d0f9dcee55b82bc595f4ba5a59e72cc9b84dab5a6d484c4657a0e7f7b0b36f",
1064
1042
  "repo": "repos/xema-base",
1065
1043
  "path": "repos/xema-base/biomes/xema-capability-router",
1066
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
1067
- "sourceManifestHash": "c32b2cb325a600423172dea6b861941209a7531cdbb4a9b61951c365b696bfb0",
1044
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
1045
+ "sourceManifestHash": "b4e88f13d45733830e74f98185ac2bd7a68f7911e49080a94b0a97ffcfcedc0d",
1068
1046
  "requiredPlatforms": [
1069
1047
  {
1070
1048
  "os": "linux",
@@ -1082,11 +1060,11 @@
1082
1060
  "kind": "service",
1083
1061
  "id": "xema-kernel-server",
1084
1062
  "imageRef": "ghcr.io/xema-dev/xema-kernel-server",
1085
- "contentHash": "dbafb1b4a6dba155b66edfb4772eec266d74fd5425f79800e6263a2915644b95",
1063
+ "contentHash": "5187d5cf9ed06538d733249bff12e86cefe2a0d4a1805e3bbd5d0eea1ea544ca",
1086
1064
  "repo": "repos/xema-base",
1087
1065
  "path": "repos/xema-base/kernel/xema-kernel-server",
1088
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
1089
- "sourceManifestHash": "bc703114d8cbf65575bb4a4a136090631bf7ee0a65123c1f9aff9c821c4b1bf6",
1066
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
1067
+ "sourceManifestHash": "60eb695ab29b4178a400f68f3e9271f03501b85cbd01095b0e0b6efdb9412742",
1090
1068
  "requiredPlatforms": [
1091
1069
  {
1092
1070
  "os": "linux",
@@ -1104,11 +1082,11 @@
1104
1082
  "kind": "service",
1105
1083
  "id": "xema-platform-worker",
1106
1084
  "imageRef": "ghcr.io/xema-dev/xema-platform-worker",
1107
- "contentHash": "e4b1bfa7292b9e6f811e7207495745b29cdc15405cf50c7bca6dd13c78faf874",
1085
+ "contentHash": "67fba088c3f82c2ac878f1056348c291837e1848670aa8d1e0b65b012664d8a7",
1108
1086
  "repo": "repos/xema-base",
1109
1087
  "path": "repos/xema-base/biomes/xema-platform-worker",
1110
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
1111
- "sourceManifestHash": "c39cbaad138e860538808ef6c4bd6b07825f01f028aedc8515cbf9b000429af2",
1088
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
1089
+ "sourceManifestHash": "0ef3e7848fc230bdda1ce236675d2e84e53b9c51abdc8a5e65e6594f4a0a1ce0",
1112
1090
  "requiredPlatforms": [
1113
1091
  {
1114
1092
  "os": "linux",
@@ -1126,11 +1104,11 @@
1126
1104
  "kind": "service",
1127
1105
  "id": "xema-shell-api",
1128
1106
  "imageRef": "ghcr.io/xema-dev/xema-shell-api",
1129
- "contentHash": "258617a96c97f35c14b4e55a6f560cd74b90c479b414bb69666222f9a81c7d76",
1107
+ "contentHash": "f8415c619ca8a157112ca1e592fdfc78850a8e4d57a6d26b9c00cf9461cb21b3",
1130
1108
  "repo": "repos/xema-base",
1131
1109
  "path": "repos/xema-base/biomes/xema-shell",
1132
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
1133
- "sourceManifestHash": "9497558ce2c1b611e067dd4bf5904e38d9f4b2e38afc802d5e6cdc32f7d9be30",
1110
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
1111
+ "sourceManifestHash": "2cd330c4c4f6b520a8a1fdca0351b1e78bc3042c716b95e84f110d56ede2451c",
1134
1112
  "requiredPlatforms": [
1135
1113
  {
1136
1114
  "os": "linux",
@@ -1192,98 +1170,98 @@
1192
1170
  "biomeId": "activity-web",
1193
1171
  "repo": "submodules/xema-host-web",
1194
1172
  "path": "submodules/xema-host-web/biomes/system/activity-web",
1195
- "sourceCommit": "3a033439caf2f89f691346e807a5a7ce1f4c7282",
1173
+ "sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
1196
1174
  "sourceManifestHash": "4243795eb988fd49f02f0ddf568d113f490e3dcf35cdcfc8aa1453e4956a685a"
1197
1175
  },
1198
1176
  {
1199
1177
  "biomeId": "capabilities-web",
1200
1178
  "repo": "submodules/xema-host-web",
1201
1179
  "path": "submodules/xema-host-web/biomes/system/capabilities-web",
1202
- "sourceCommit": "3a033439caf2f89f691346e807a5a7ce1f4c7282",
1180
+ "sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
1203
1181
  "sourceManifestHash": "c06afc998c1cfae62cbe2ac659d39078eb1356dd9e40a9f442d2d061903e14ef"
1204
1182
  },
1205
1183
  {
1206
1184
  "biomeId": "concepts-web",
1207
1185
  "repo": "submodules/xema-host-web",
1208
1186
  "path": "submodules/xema-host-web/biomes/system/concepts-web",
1209
- "sourceCommit": "3a033439caf2f89f691346e807a5a7ce1f4c7282",
1187
+ "sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
1210
1188
  "sourceManifestHash": "a842e01e7b38bf2cdecc46da59699c5dbf5bad9948dac5143367cf9e2c1b4a28"
1211
1189
  },
1212
1190
  {
1213
1191
  "biomeId": "container-registry-web",
1214
1192
  "repo": "submodules/xema-host-web",
1215
1193
  "path": "submodules/xema-host-web/biomes/system/container-registry-web",
1216
- "sourceCommit": "3a033439caf2f89f691346e807a5a7ce1f4c7282",
1194
+ "sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
1217
1195
  "sourceManifestHash": "33ea1e235dc558a71e49869e01f5acf2301df0d83c924a42a549aa0f0f94c43d"
1218
1196
  },
1219
1197
  {
1220
1198
  "biomeId": "environments-web",
1221
1199
  "repo": "submodules/xema-host-web",
1222
1200
  "path": "submodules/xema-host-web/biomes/system/environments-web",
1223
- "sourceCommit": "3a033439caf2f89f691346e807a5a7ce1f4c7282",
1201
+ "sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
1224
1202
  "sourceManifestHash": "cf854b4160465ba5c4e785ab9791d0c85a13f17586a1a3800c95e70839a83080"
1225
1203
  },
1226
1204
  {
1227
1205
  "biomeId": "gateway-routes-web",
1228
1206
  "repo": "submodules/xema-host-web",
1229
1207
  "path": "submodules/xema-host-web/biomes/system/gateway-routes-web",
1230
- "sourceCommit": "3a033439caf2f89f691346e807a5a7ce1f4c7282",
1208
+ "sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
1231
1209
  "sourceManifestHash": "d7e7e7c89354101e68be8111b8afacb0f5141acfcaf523ef6141e1d2bcfe9cbe"
1232
1210
  },
1233
1211
  {
1234
1212
  "biomeId": "grants-web",
1235
1213
  "repo": "submodules/xema-host-web",
1236
1214
  "path": "submodules/xema-host-web/biomes/system/grants-web",
1237
- "sourceCommit": "3a033439caf2f89f691346e807a5a7ce1f4c7282",
1215
+ "sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
1238
1216
  "sourceManifestHash": "72d6de134598d129b53ea34c2522fd931dc47fb19ad8115b741eff178b9f8569"
1239
1217
  },
1240
1218
  {
1241
1219
  "biomeId": "mailops-web",
1242
1220
  "repo": "submodules/xema-host-web",
1243
1221
  "path": "submodules/xema-host-web/biomes/system/mailops-web",
1244
- "sourceCommit": "3a033439caf2f89f691346e807a5a7ce1f4c7282",
1222
+ "sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
1245
1223
  "sourceManifestHash": "e71b0fa62af5261eaf1bbc92258f45b17975bd5b98ec204c86e13eb6994020d2"
1246
1224
  },
1247
1225
  {
1248
1226
  "biomeId": "objects-web",
1249
1227
  "repo": "submodules/xema-host-web",
1250
1228
  "path": "submodules/xema-host-web/biomes/system/objects-web",
1251
- "sourceCommit": "3a033439caf2f89f691346e807a5a7ce1f4c7282",
1229
+ "sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
1252
1230
  "sourceManifestHash": "23d313f5d5bae4b1864c3ebd2409f6e495b939fad074db83bd4fe30d481caba1"
1253
1231
  },
1254
1232
  {
1255
1233
  "biomeId": "policies-web",
1256
1234
  "repo": "submodules/xema-host-web",
1257
1235
  "path": "submodules/xema-host-web/biomes/system/policies-web",
1258
- "sourceCommit": "3a033439caf2f89f691346e807a5a7ce1f4c7282",
1259
- "sourceManifestHash": "720f536934ca9e5a3f138fcdaf05b52416fb6e74548ce74f0c8917a8a5580e5e"
1236
+ "sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
1237
+ "sourceManifestHash": "eb26a67299f082c445d1cfc187a97ff77c46c0d46cc22477c535f8cc46f44030"
1260
1238
  },
1261
1239
  {
1262
1240
  "biomeId": "runners-web",
1263
1241
  "repo": "submodules/xema-host-web",
1264
1242
  "path": "submodules/xema-host-web/biomes/system/runners-web",
1265
- "sourceCommit": "3a033439caf2f89f691346e807a5a7ce1f4c7282",
1243
+ "sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
1266
1244
  "sourceManifestHash": "469a04d8a7ff2e8dc55ab05fc4f6b874c46981a987d30393a469541f61b7cda3"
1267
1245
  },
1268
1246
  {
1269
1247
  "biomeId": "search-web",
1270
1248
  "repo": "submodules/xema-host-web",
1271
1249
  "path": "submodules/xema-host-web/biomes/system/search-web",
1272
- "sourceCommit": "3a033439caf2f89f691346e807a5a7ce1f4c7282",
1250
+ "sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
1273
1251
  "sourceManifestHash": "82c0a04f2ad3e6ba84a85e8d14e6dc4ed65c0581ca7ec168e066ebcf0da07944"
1274
1252
  },
1275
1253
  {
1276
1254
  "biomeId": "service-registry-web",
1277
1255
  "repo": "submodules/xema-host-web",
1278
1256
  "path": "submodules/xema-host-web/biomes/system/service-registry-web",
1279
- "sourceCommit": "3a033439caf2f89f691346e807a5a7ce1f4c7282",
1257
+ "sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
1280
1258
  "sourceManifestHash": "4e6de6c3d7fb2edd030b9d346833c7ce6e99aff3d2e46e40ef61670abc302839"
1281
1259
  },
1282
1260
  {
1283
1261
  "biomeId": "spaces-web",
1284
1262
  "repo": "submodules/xema-host-web",
1285
1263
  "path": "submodules/xema-host-web/biomes/system/spaces-web",
1286
- "sourceCommit": "3a033439caf2f89f691346e807a5a7ce1f4c7282",
1264
+ "sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
1287
1265
  "sourceManifestHash": "ca0317b58364d048e70ac47801fa4f74d57f4ddd3647f99e8e1186dbc2581629"
1288
1266
  }
1289
1267
  ]