@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": "agent-session-api",
182
182
  "imageRef": "ghcr.io/xema-dev/agent-session-api",
183
- "contentHash": "e3a1e7fc60e31c2f0885d83180a87217df7433c57b076edbf5e26974d0d74d5d",
183
+ "contentHash": "8be283843be2f885c0607cc2aedf50067ebb1f708b871c6d8e381a6476f2ea07",
184
184
  "repo": "repos/xema-base",
185
185
  "path": "repos/xema-base/biomes/agent-runtime",
186
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
187
- "sourceManifestHash": "2359f7b22ac81db4061fc19cc481fb5710cc13721e6e3e76f8a1f1af6c485ca8",
186
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
187
+ "sourceManifestHash": "43fe42646ccb71bc829c40a7406c7a49d5707307b9f93a47b78a19e5ec39d9bc",
188
188
  "requiredPlatforms": [
189
189
  {
190
190
  "os": "linux",
@@ -202,11 +202,11 @@
202
202
  "kind": "service",
203
203
  "id": "app-platform-api",
204
204
  "imageRef": "ghcr.io/xema-dev/app-platform-api",
205
- "contentHash": "b932fcac08386e3864f0f8f3df9e9ed245a08c93ad8942fbf360f57068dfa80d",
205
+ "contentHash": "90ed88b78bed19a89bfa8c7fe2d7e938b2a495fe6ac3f7220bf88ef8023d0f89",
206
206
  "repo": "repos/xema-base",
207
207
  "path": "repos/xema-base/biomes/app-platform",
208
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
209
- "sourceManifestHash": "dcd05224d49b0833f71cef2008685d383ff49b393e16a26a9e458c764ac83604",
208
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
209
+ "sourceManifestHash": "f5f51d776b71789a069b2638ed42391337be42ac46610df6d6f42d01b89b6ecd",
210
210
  "requiredPlatforms": [
211
211
  {
212
212
  "os": "linux",
@@ -224,11 +224,11 @@
224
224
  "kind": "service",
225
225
  "id": "artifact-store-api",
226
226
  "imageRef": "ghcr.io/xema-dev/artifact-store-api",
227
- "contentHash": "44d624f2654a3abf15b7fd8a924d5431af854fa28cb3aeb1694910c2b2efd7b7",
227
+ "contentHash": "d217693a98d85c3e02197ecba32eed7405af75a00889abb86343c8e7f2543be1",
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": "audit-log-api",
248
248
  "imageRef": "ghcr.io/xema-dev/audit-log-api",
249
- "contentHash": "637fc5aeb8beadc693026ffc1b3f6cc9d764f5083920204466fade4f78c5efaf",
249
+ "contentHash": "21f056d69fbda7d3e24150c8f367345a1fba56ea4374ae83871227086ffa7ece",
250
250
  "repo": "repos/xema-base",
251
251
  "path": "repos/xema-base/biomes/audit",
252
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
253
- "sourceManifestHash": "5d13a34bb01d7f97c3b489cc8c683861e6a5104dca6630a300d7b56ab01240eb",
252
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
253
+ "sourceManifestHash": "b55bfee2da7f8fe6e3c3506a0b6e515f56cc86c18332b9d3d7a8ab6c9a71504d",
254
254
  "requiredPlatforms": [
255
255
  {
256
256
  "os": "linux",
@@ -268,11 +268,11 @@
268
268
  "kind": "service",
269
269
  "id": "authorization-api",
270
270
  "imageRef": "ghcr.io/xema-dev/authorization-api",
271
- "contentHash": "0fb68a23a2e3a07c2f581e8d3cb484ff32e09749056a4f18aa1b726dea7b2913",
271
+ "contentHash": "fa16773b07368a129db00dbd87ab0acd20de58a99d86e2cba054ee5276cc095f",
272
272
  "repo": "repos/xema-base",
273
273
  "path": "repos/xema-base/biomes/authorization",
274
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
275
- "sourceManifestHash": "f1b20d7ddccb52fc5c26c263b98a3efbc9565b6cbd5a1d3945f296cdf42004f4",
274
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
275
+ "sourceManifestHash": "214fc48f2e68e3755a0630d92bbae8769f8ebfdd44bee9d2ae622b6e1758ad00",
276
276
  "requiredPlatforms": [
277
277
  {
278
278
  "os": "linux",
@@ -290,10 +290,10 @@
290
290
  "kind": "service",
291
291
  "id": "backlog-api",
292
292
  "imageRef": "ghcr.io/xema-dev/backlog-api",
293
- "contentHash": "00ebdce7659df573977865dfd7ec383084f4b8cf0e792162b41eab82c69ba55f",
293
+ "contentHash": "9fd8f7519267a51273af3b8dec107353601754e7fcb95a5afda1d93e939b9e24",
294
294
  "repo": "repos/xema-community",
295
295
  "path": "repos/xema-community/biomes/backlog",
296
- "sourceCommit": "3ff01803dc36b2f5d0edd4bfd42aa16d27bab48b",
296
+ "sourceCommit": "3957408a61b00a5881645a173f7139d70fbaef04",
297
297
  "sourceManifestHash": "5661755e6e3bf66b571375d37664574203df82364241b4734a5fc05f5a8b4d08",
298
298
  "requiredPlatforms": [
299
299
  {
@@ -312,11 +312,11 @@
312
312
  "kind": "service",
313
313
  "id": "biome-fetcher-api",
314
314
  "imageRef": "ghcr.io/xema-dev/biome-fetcher-api",
315
- "contentHash": "5c25cf435f51f88963f448738be20f93b79b709d91e78b15273fa0c8e9d74975",
315
+ "contentHash": "c1a765ab9f69a60522fb4a55f03e6f3baa47a8a890a29f38e736ef9a5de9b870",
316
316
  "repo": "repos/xema-base",
317
317
  "path": "repos/xema-base/biomes/biome-fetcher",
318
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
319
- "sourceManifestHash": "aa8eb35d67becde1218339b116dca984f1464ac5cd001e49d1f99a1d1caa11a2",
318
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
319
+ "sourceManifestHash": "ec7cf835b650b00808eee92e5a9910afc56c627ac03b503c852789b27a768a6d",
320
320
  "requiredPlatforms": [
321
321
  {
322
322
  "os": "linux",
@@ -334,11 +334,11 @@
334
334
  "kind": "service",
335
335
  "id": "biome-host-api",
336
336
  "imageRef": "ghcr.io/xema-dev/biome-host-api",
337
- "contentHash": "222fc6ff09c0526716877f7e6196e847568c2fbd1da528638011f1b463ab086c",
337
+ "contentHash": "e4eeddec7f4259e43730944208f4d966d1d6c008fc453372330c74defd825283",
338
338
  "repo": "repos/xema-base",
339
339
  "path": "repos/xema-base/biomes/biome-host",
340
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
341
- "sourceManifestHash": "a1e8408ca995a8238ed1c70148c6fc9c6b566d7ae544f9bcd6c41d1f075cbdd3",
340
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
341
+ "sourceManifestHash": "a02a55b39b83b38c0a2965989d3a443e4aae1a83b3eb53b33fa03d4e78261028",
342
342
  "requiredPlatforms": [
343
343
  {
344
344
  "os": "linux",
@@ -352,37 +352,15 @@
352
352
  }
353
353
  ]
354
354
  },
355
- {
356
- "kind": "service",
357
- "id": "canopy-api",
358
- "imageRef": "ghcr.io/xema-dev/canopy-api",
359
- "contentHash": "c11a10ca8772ab3a43a0414548b161c08912e86298f766df4d4c2cfe3266ee85",
360
- "repo": "repos/xema-base",
361
- "path": "repos/xema-base/biomes/canopy",
362
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
363
- "sourceManifestHash": "0f437205d30b2594678c0ebb4f0c7f205f61e87ffb12d096c788bdba39cdcae9",
364
- "requiredPlatforms": [
365
- {
366
- "os": "linux",
367
- "architecture": "amd64"
368
- }
369
- ],
370
- "owners": [
371
- {
372
- "kind": "biome",
373
- "biomeId": "canopy"
374
- }
375
- ]
376
- },
377
355
  {
378
356
  "kind": "service",
379
357
  "id": "capability-registry-api",
380
358
  "imageRef": "ghcr.io/xema-dev/capability-registry-api",
381
- "contentHash": "2d078221cfc4a3f78da4b20258349d585c406da7d5a303eca42c399596a486f2",
359
+ "contentHash": "a85f2159ddd83a7274a179e049fcacd75d203607fede4fcd4c59518c7de2b00d",
382
360
  "repo": "repos/xema-base",
383
361
  "path": "repos/xema-base/biomes/capability-registry",
384
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
385
- "sourceManifestHash": "52ee909aa20d1389b33dfc802860a839ae84d0d459429e9239f4654ad1695df7",
362
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
363
+ "sourceManifestHash": "401a9a8557ddf5f9df34aae449a70659c4a6999cfdbc22c123689e4990c8a46b",
386
364
  "requiredPlatforms": [
387
365
  {
388
366
  "os": "linux",
@@ -400,11 +378,11 @@
400
378
  "kind": "service",
401
379
  "id": "connector-gateway-api",
402
380
  "imageRef": "ghcr.io/xema-dev/connector-gateway-api",
403
- "contentHash": "12d7c85969b4feadd6153106b15b7d2303e6d3e3c958dc134217622a579a84df",
381
+ "contentHash": "3cc7dfda3f5cba0d9c233b4c0707251780534b07936a23ca5f57fd13a94a4bdc",
404
382
  "repo": "repos/xema-base",
405
383
  "path": "repos/xema-base/biomes/connector-platform",
406
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
407
- "sourceManifestHash": "d5d0a859f8cb04b7b286396417d435c6391c0a47ec9380fcf599c48b465024da",
384
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
385
+ "sourceManifestHash": "4876ee119e503b501a0cb8bd2c191092ff239fd6c7146e14b5ce8c5a234a2a76",
408
386
  "requiredPlatforms": [
409
387
  {
410
388
  "os": "linux",
@@ -422,11 +400,11 @@
422
400
  "kind": "service",
423
401
  "id": "container-registry-api",
424
402
  "imageRef": "ghcr.io/xema-dev/container-registry-api",
425
- "contentHash": "b6f7557f76ce3207498ff3e14a3267f2a49445928c490a5c2aca3af93397aa57",
403
+ "contentHash": "a4e0310f9edac79e2e956bf83b002a31cecb4fc07ca1760e93ca062b8ac73b23",
426
404
  "repo": "repos/xema-base",
427
405
  "path": "repos/xema-base/biomes/container-registry",
428
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
429
- "sourceManifestHash": "d3f95e01b91241209c3ad56ee33b70cb0f836cf87847292c29b574e3bef72a46",
406
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
407
+ "sourceManifestHash": "c781e962c4eca669d926b171f33d15f87080b007c0f8b451c090bafee6141693",
430
408
  "requiredPlatforms": [
431
409
  {
432
410
  "os": "linux",
@@ -444,11 +422,11 @@
444
422
  "kind": "service",
445
423
  "id": "credential-broker-api",
446
424
  "imageRef": "ghcr.io/xema-dev/credential-broker-api",
447
- "contentHash": "18e89ee6160e98e427d72e71e4136af500909e88371784703dc8249b458907dd",
425
+ "contentHash": "51038ed9e8fc9d55b75faf84e2a618c5a452c6cb36d02242f8b5174cbbef0560",
448
426
  "repo": "repos/xema-base",
449
427
  "path": "repos/xema-base/biomes/connector-platform",
450
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
451
- "sourceManifestHash": "d5d0a859f8cb04b7b286396417d435c6391c0a47ec9380fcf599c48b465024da",
428
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
429
+ "sourceManifestHash": "4876ee119e503b501a0cb8bd2c191092ff239fd6c7146e14b5ce8c5a234a2a76",
452
430
  "requiredPlatforms": [
453
431
  {
454
432
  "os": "linux",
@@ -466,11 +444,11 @@
466
444
  "kind": "service",
467
445
  "id": "decision-api",
468
446
  "imageRef": "ghcr.io/xema-dev/decision-api",
469
- "contentHash": "c7328783ce5c157f5c1203f9b840e2a8f597a369b665bc71ae2fc2c229157068",
447
+ "contentHash": "3af5114a8974b0b46f62873c3bc630935be720560a4db44a00e2cc598c47867d",
470
448
  "repo": "repos/xema-base",
471
449
  "path": "repos/xema-base/biomes/decision",
472
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
473
- "sourceManifestHash": "7c6b2cf62d1a8460d470e1ff34b1d0748af649da0f8db7fd0bd42cae3f00c434",
450
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
451
+ "sourceManifestHash": "f5f50845612d2ce40cf4642f264b3e4542c1b1e20ad87f886f7eaca13a976310",
474
452
  "requiredPlatforms": [
475
453
  {
476
454
  "os": "linux",
@@ -488,11 +466,11 @@
488
466
  "kind": "service",
489
467
  "id": "deliverable-specs-api",
490
468
  "imageRef": "ghcr.io/xema-dev/deliverable-specs-api",
491
- "contentHash": "928fd89e9bb40cbbd2d987e8917dbebeb81b3bed8b0209e4300a203526ad9a50",
469
+ "contentHash": "4122ffb210ec03be9f28002723d4ee0ed8c6c565313267869092345f0f2fc12e",
492
470
  "repo": "repos/xema-base",
493
471
  "path": "repos/xema-base/biomes/workflow-runtime",
494
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
495
- "sourceManifestHash": "5a2f029b3bc1db1cf10fb2ee507927f660a4fdd02b1363242369339711198434",
472
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
473
+ "sourceManifestHash": "5c45633e117b94ff11931ba034fc0751a095b4b22ef3b03994ab995849c67372",
496
474
  "requiredPlatforms": [
497
475
  {
498
476
  "os": "linux",
@@ -510,10 +488,10 @@
510
488
  "kind": "service",
511
489
  "id": "docs-api",
512
490
  "imageRef": "ghcr.io/xema-dev/docs-api",
513
- "contentHash": "4e58c40d38ea6f9bbd47daeaa1466137a15754f4a3a0048f2983afe30b0680ae",
491
+ "contentHash": "dc52236b818ba18bfcc73ad3d3c5a57e49138b325aa3ad7825161e49f7f2c805",
514
492
  "repo": "repos/xema-docs",
515
493
  "path": "repos/xema-docs",
516
- "sourceCommit": "b26d4724d3301db8843c624392d0e1e56a3f4b92",
494
+ "sourceCommit": "1c384927f2905d5f8cfdbc84913850ec9be7d1dc",
517
495
  "sourceManifestHash": "10770a77153a2549a3e1af1142e3c52f1125f9b7a178937f1c05f76ce88e7cbc",
518
496
  "requiredPlatforms": [
519
497
  {
@@ -532,11 +510,11 @@
532
510
  "kind": "service",
533
511
  "id": "knowledge-base-api",
534
512
  "imageRef": "ghcr.io/xema-dev/knowledge-base-api",
535
- "contentHash": "0ed0527da0a617da0a0b82920a8a65425a7b162d2f118157d6f304ac7cbbab40",
513
+ "contentHash": "2ef02610cdf6eb0857363f5573db50fa22cbf418076a807750a9239a3fb0b71d",
536
514
  "repo": "repos/xema-base",
537
515
  "path": "repos/xema-base/biomes/knowledge-base",
538
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
539
- "sourceManifestHash": "adf2d3d601ab92897e675fe048def464e627e22e299668bf68bbb6c05055407e",
516
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
517
+ "sourceManifestHash": "b6fb02b287c6e86c34dbdd021f529ade391307bfe1f6c301c12c04364820d420",
540
518
  "requiredPlatforms": [
541
519
  {
542
520
  "os": "linux",
@@ -554,11 +532,11 @@
554
532
  "kind": "service",
555
533
  "id": "llm-registry-api",
556
534
  "imageRef": "ghcr.io/xema-dev/llm-registry-api",
557
- "contentHash": "98601dd18c82276e5d72d85d8d3eb9b3e7d1ee4f93242f672f0448a80420dab5",
535
+ "contentHash": "b49c1dc1fbac6337ff5a921b92ae8edd43897c91417a460989410acd2e4f5444",
558
536
  "repo": "repos/xema-base",
559
537
  "path": "repos/xema-base/biomes/agent-runtime",
560
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
561
- "sourceManifestHash": "2359f7b22ac81db4061fc19cc481fb5710cc13721e6e3e76f8a1f1af6c485ca8",
538
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
539
+ "sourceManifestHash": "43fe42646ccb71bc829c40a7406c7a49d5707307b9f93a47b78a19e5ec39d9bc",
562
540
  "requiredPlatforms": [
563
541
  {
564
542
  "os": "linux",
@@ -576,10 +554,10 @@
576
554
  "kind": "service",
577
555
  "id": "mailops-api",
578
556
  "imageRef": "ghcr.io/xema-dev/mailops-api",
579
- "contentHash": "b82a8ec17da70007ba673a6f910110326e5d469f88a8b45bca37915fb499a501",
557
+ "contentHash": "e28f045b7cde9921333147ae1911d15aaa9b2146fe64f1b9ebe95600ca0314ae",
580
558
  "repo": "repos/xema-cultivars",
581
559
  "path": "repos/xema-cultivars/biomes/platform/mailops",
582
- "sourceCommit": "6598d8870a0141340dad0b65c9ee55c9f19dfc25",
560
+ "sourceCommit": "6ab52cdb9a34900c025fe57224bbc6f3545be41f",
583
561
  "sourceManifestHash": "770abc9ddacd90debb5b98c0acd61250fc2e2d7d2a0140c7dfd291d23cc66d93",
584
562
  "requiredPlatforms": [
585
563
  {
@@ -598,11 +576,11 @@
598
576
  "kind": "service",
599
577
  "id": "mcp-gateway-api",
600
578
  "imageRef": "ghcr.io/xema-dev/mcp-gateway-api",
601
- "contentHash": "3efa60f76b13716fafab99441e1f033891159f1097850e237bbadc384e2a3721",
579
+ "contentHash": "33c28c35ceb8353e5a15514fc1cc322a51ff42912309a2bf675cd499c274c5bc",
602
580
  "repo": "repos/xema-base",
603
581
  "path": "repos/xema-base/biomes/mcp-router",
604
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
605
- "sourceManifestHash": "76950828b7e9b86b57e2307d8f4ebbd2638fb29ca2ab64ccceb8b50370ba63de",
582
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
583
+ "sourceManifestHash": "53ce021e0299559ba26fa38fdc0a0e55617bd47c3c2ec4142a970480204deb1e",
606
584
  "requiredPlatforms": [
607
585
  {
608
586
  "os": "linux",
@@ -620,11 +598,11 @@
620
598
  "kind": "service",
621
599
  "id": "object-registry-api",
622
600
  "imageRef": "ghcr.io/xema-dev/object-registry-api",
623
- "contentHash": "728cf6dd878fdf15d1f9e55e2c4e8bd1a07ada07795c9d584dd507c27969a8bd",
601
+ "contentHash": "4eb02c037379a3b5322074f6fa6f87524e7e08fe3596a1a9d0cc6547ddde1de3",
624
602
  "repo": "repos/xema-base",
625
603
  "path": "repos/xema-base/biomes/object-registry",
626
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
627
- "sourceManifestHash": "7e12c0745a993a2efa188b4f28d977f48c3db174a29274d264f79777b6952285",
604
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
605
+ "sourceManifestHash": "894cf77f65759065e3a391f27106f8d128aa98fd75b280b774b540179bd53dda",
628
606
  "requiredPlatforms": [
629
607
  {
630
608
  "os": "linux",
@@ -642,11 +620,11 @@
642
620
  "kind": "service",
643
621
  "id": "org-database-pool-api",
644
622
  "imageRef": "ghcr.io/xema-dev/org-database-pool-api",
645
- "contentHash": "89dcea65bbf206da56e1bc429e50b5caae85ef3e826473a565fd54e8c53f250d",
623
+ "contentHash": "b5d1019928614ce938eeab06f2fa7ddc8d9509b304a9d7b6d1e5c061d315d85f",
646
624
  "repo": "repos/xema-base",
647
625
  "path": "repos/xema-base/biomes/org-database-pool",
648
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
649
- "sourceManifestHash": "16b76edf1ba1a5f529615de0748f9915de8c9b4f16605a873b0c56574c4fc781",
626
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
627
+ "sourceManifestHash": "70e27e3cc9aab6c8334b8f96ee4fc906fc9067dfd90ec93e1c50fc3d11a19120",
650
628
  "requiredPlatforms": [
651
629
  {
652
630
  "os": "linux",
@@ -664,11 +642,11 @@
664
642
  "kind": "service",
665
643
  "id": "project-registry-api",
666
644
  "imageRef": "ghcr.io/xema-dev/project-registry-api",
667
- "contentHash": "f594aa8bd18e2ca3499dde04e4d36ebeea5d6e2b87bc297823601efa8f4681dc",
645
+ "contentHash": "e89e2a75719fd332a64ef73e782aa6959b2af7ba029806e457153c2a8a7868b5",
668
646
  "repo": "repos/xema-base",
669
647
  "path": "repos/xema-base/biomes/project-registry",
670
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
671
- "sourceManifestHash": "91e9412e408eae5f1d5161292f93fd2925931d7fce0beb6f4caa5a5475491960",
648
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
649
+ "sourceManifestHash": "ef99a31b9c2191bb036c0bbc13e8da5d407ef916f074b65e1727694759282498",
672
650
  "requiredPlatforms": [
673
651
  {
674
652
  "os": "linux",
@@ -686,11 +664,11 @@
686
664
  "kind": "service",
687
665
  "id": "public-gateway-api",
688
666
  "imageRef": "ghcr.io/xema-dev/public-gateway-api",
689
- "contentHash": "2bbf4122ae1f3c1e9e47b965216b4bed7cfaddfaf94fdb1a23d9fb37c4356407",
667
+ "contentHash": "6590f51a2ad12bc58d4dc012b6a9f27955742d33d69d11b3706a16126bf6b612",
690
668
  "repo": "repos/xema-base",
691
669
  "path": "repos/xema-base/biomes/public-gateway",
692
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
693
- "sourceManifestHash": "21e8a81310ac734c90861139b0a7ccf4d2d787c99b42eb2bc8bf7e7c7fcf734b",
670
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
671
+ "sourceManifestHash": "f54675d51b001980dbb805dd4fa5a3923d5a88e6745f54dd22dbdd844785488a",
694
672
  "requiredPlatforms": [
695
673
  {
696
674
  "os": "linux",
@@ -708,11 +686,11 @@
708
686
  "kind": "service",
709
687
  "id": "redis-pool-api",
710
688
  "imageRef": "ghcr.io/xema-dev/redis-pool-api",
711
- "contentHash": "1c0f16075be6d6396ad7e55197bfa2b06570c1dcdded6c77ff36e8f304d2e87a",
689
+ "contentHash": "8a2a2404873ef859bf94cf08e357cfe81b5ac732aa802beddf26a3264693d279",
712
690
  "repo": "repos/xema-base",
713
691
  "path": "repos/xema-base/biomes/redis-pool",
714
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
715
- "sourceManifestHash": "87b1cc0aef3d46fc9769dc4c6e02143617a4d4e0db9529b948e049eb51bff9df",
692
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
693
+ "sourceManifestHash": "729009f73ec62d2c0e5e4f6d7692ea015f8dcf03a33f6abf0386c8c30c850a0d",
716
694
  "requiredPlatforms": [
717
695
  {
718
696
  "os": "linux",
@@ -730,11 +708,11 @@
730
708
  "kind": "service",
731
709
  "id": "resource-governance-api",
732
710
  "imageRef": "ghcr.io/xema-dev/resource-governance-api",
733
- "contentHash": "8db28490a9fbbe81c5f2bbd68334b16b2bb603d417fc1ed9de2d354f3a180fa8",
711
+ "contentHash": "e73f59abe5f2c4ac9f8bedae5035eaed92b6538022ffa44af009552108a2f123",
734
712
  "repo": "repos/xema-base",
735
713
  "path": "repos/xema-base/biomes/resource-governance",
736
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
737
- "sourceManifestHash": "ac3c41291e02870c1e73116f64338de5142a99eab1c1aea29fd7c049edecd653",
714
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
715
+ "sourceManifestHash": "19f9548481a47279e72de7bd69d414e9085c666dc6a81da6e51895226b0cc725",
738
716
  "requiredPlatforms": [
739
717
  {
740
718
  "os": "linux",
@@ -752,11 +730,11 @@
752
730
  "kind": "service",
753
731
  "id": "search-api",
754
732
  "imageRef": "ghcr.io/xema-dev/search-api",
755
- "contentHash": "fbab3b4303ed9101f18e7adf2b4936b07bc1eb82b6ae9d8c10802966985c7ad8",
733
+ "contentHash": "6e2187062015cb13d5dd7a8d9d4790758300e5441216260f52188f72921cf6f9",
756
734
  "repo": "repos/xema-cultivars",
757
735
  "path": "repos/xema-cultivars/biomes/platform/search",
758
- "sourceCommit": "6598d8870a0141340dad0b65c9ee55c9f19dfc25",
759
- "sourceManifestHash": "4c711b8d8413415722f9800358dcda95a1589d9b1bdea2f288abeb3da96e15b8",
736
+ "sourceCommit": "6ab52cdb9a34900c025fe57224bbc6f3545be41f",
737
+ "sourceManifestHash": "b3d0d38591f34629e6c584de612a8cd9bcb8c7e48f7d86dddfd3b58dfa5e788f",
760
738
  "requiredPlatforms": [
761
739
  {
762
740
  "os": "linux",
@@ -774,11 +752,11 @@
774
752
  "kind": "service",
775
753
  "id": "skill-registry-api",
776
754
  "imageRef": "ghcr.io/xema-dev/skill-registry-api",
777
- "contentHash": "b7310aa510c49a8c92245f648d349c495b8f22af792fb281d0208871a50c774b",
755
+ "contentHash": "30110d0df89d33d7cd823cadd91552a1259e1f8512a405b1c36d629b79513df9",
778
756
  "repo": "repos/xema-base",
779
757
  "path": "repos/xema-base/biomes/agent-runtime",
780
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
781
- "sourceManifestHash": "2359f7b22ac81db4061fc19cc481fb5710cc13721e6e3e76f8a1f1af6c485ca8",
758
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
759
+ "sourceManifestHash": "43fe42646ccb71bc829c40a7406c7a49d5707307b9f93a47b78a19e5ec39d9bc",
782
760
  "requiredPlatforms": [
783
761
  {
784
762
  "os": "linux",
@@ -796,11 +774,11 @@
796
774
  "kind": "service",
797
775
  "id": "space-registry-api",
798
776
  "imageRef": "ghcr.io/xema-dev/space-registry-api",
799
- "contentHash": "f11c2e6e97e698fd453290da4f8c8228783cc23950f7f67563862ba9857d7aff",
777
+ "contentHash": "5248b195e51dda1ca4b7ea23b0dd245c99ee03d98ba96ce079da4015ee6853a6",
800
778
  "repo": "repos/xema-base",
801
779
  "path": "repos/xema-base/biomes/space-registry",
802
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
803
- "sourceManifestHash": "7baa5e808e1c118a45fa4fbf133ca243a40d0fed899c512114d7279c4218103c",
780
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
781
+ "sourceManifestHash": "bb34ca8d372283eabf01faf749b1ccd1b434ab9d6bd6adde4e7a98839290647b",
804
782
  "requiredPlatforms": [
805
783
  {
806
784
  "os": "linux",
@@ -818,11 +796,11 @@
818
796
  "kind": "service",
819
797
  "id": "template-registry-api",
820
798
  "imageRef": "ghcr.io/xema-dev/template-registry-api",
821
- "contentHash": "b863be3eb4adda6c76594c4a676f3cfe2594ddec9183bb629752f0a85b2431b6",
799
+ "contentHash": "2166030fc3b28b3f1019f34ec08391be9ba6acb53fc85c879902e12e4bba2ba7",
822
800
  "repo": "repos/xema-base",
823
801
  "path": "repos/xema-base/biomes/template-registry",
824
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
825
- "sourceManifestHash": "7d85c2da331bd2e43269a755738adf33c8586548fb9cc7e3fde669d8f25781c2",
802
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
803
+ "sourceManifestHash": "90017df87e929988be45c037f82d9e8a56d0e02480671f3f20cd7b5eb4200134",
826
804
  "requiredPlatforms": [
827
805
  {
828
806
  "os": "linux",
@@ -840,11 +818,11 @@
840
818
  "kind": "service",
841
819
  "id": "web-access-api",
842
820
  "imageRef": "ghcr.io/xema-dev/web-access-api",
843
- "contentHash": "e0fc4cc7a8eef91adab701c82b83d1845d9218613df54cfb53d63ee6ea629b31",
821
+ "contentHash": "568ac6611d5d8d7887a2eb3a9d1b94ab45cd3a8c9265af03d654111647f3a71b",
844
822
  "repo": "repos/xema-base",
845
823
  "path": "repos/xema-base/biomes/web-access",
846
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
847
- "sourceManifestHash": "39a25edc98592e183de0b8f56b7d719e4f6778106613d3ac7f895194859447c5",
824
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
825
+ "sourceManifestHash": "50b43320e9d3754601dbf5a69bd8ed8cb5230dc2803cf1b4f101eee4e765b559",
848
826
  "requiredPlatforms": [
849
827
  {
850
828
  "os": "linux",
@@ -862,11 +840,11 @@
862
840
  "kind": "service",
863
841
  "id": "workflow-engine-api",
864
842
  "imageRef": "ghcr.io/xema-dev/workflow-engine-api",
865
- "contentHash": "68c68dab2ab623d7176540fc81153ed54451a721e259ff1ed5023e6379c868b9",
843
+ "contentHash": "5f7506f276bed4319bc84400ac4180a236d7bd634dd603a03bb14afab70d160e",
866
844
  "repo": "repos/xema-base",
867
845
  "path": "repos/xema-base/biomes/workflow-runtime",
868
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
869
- "sourceManifestHash": "5a2f029b3bc1db1cf10fb2ee507927f660a4fdd02b1363242369339711198434",
846
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
847
+ "sourceManifestHash": "5c45633e117b94ff11931ba034fc0751a095b4b22ef3b03994ab995849c67372",
870
848
  "requiredPlatforms": [
871
849
  {
872
850
  "os": "linux",
@@ -884,11 +862,11 @@
884
862
  "kind": "service",
885
863
  "id": "workflow-runtime-worker",
886
864
  "imageRef": "ghcr.io/xema-dev/workflow-runtime-worker",
887
- "contentHash": "34850862da0db4d4adc9b0d6c9a4e5bb5711cf044e485419bbcbea3ee2ee4a0d",
865
+ "contentHash": "e5076fd96c90a13a0104474a3f07aff90fd5918f245f25fdf76278a946b0013a",
888
866
  "repo": "repos/xema-base",
889
867
  "path": "repos/xema-base/biomes/workflow-runtime",
890
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
891
- "sourceManifestHash": "5a2f029b3bc1db1cf10fb2ee507927f660a4fdd02b1363242369339711198434",
868
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
869
+ "sourceManifestHash": "5c45633e117b94ff11931ba034fc0751a095b4b22ef3b03994ab995849c67372",
892
870
  "requiredPlatforms": [
893
871
  {
894
872
  "os": "linux",
@@ -906,11 +884,11 @@
906
884
  "kind": "service",
907
885
  "id": "workload-runtime-api",
908
886
  "imageRef": "ghcr.io/xema-dev/workload-runtime-api",
909
- "contentHash": "166e31281e34534d4f7774e77cbb381194e0cf1829620864f863f1db881deada",
887
+ "contentHash": "856cdab2f0d32f966191e371927bc8896daefc39eccf72e63179a2fa6a19c3cc",
910
888
  "repo": "repos/xema-base",
911
889
  "path": "repos/xema-base/biomes/workload-runtime",
912
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
913
- "sourceManifestHash": "f0b9aaac2bd59992d02829049b4c8a727816e0ec5a91b9fb77389251207b4bd0",
890
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
891
+ "sourceManifestHash": "dc43ed4394be35e68ec38803c3cb774e00e4d8d126aa38687a3d61b3505b80b4",
914
892
  "requiredPlatforms": [
915
893
  {
916
894
  "os": "linux",
@@ -928,11 +906,11 @@
928
906
  "kind": "service",
929
907
  "id": "workspace-orchestrator-api",
930
908
  "imageRef": "ghcr.io/xema-dev/workspace-orchestrator-api",
931
- "contentHash": "0bc11f605af503e38369b771a7d411e2362d8b11eb2c68eee53f79ea38589e3f",
909
+ "contentHash": "a2711bdb904975bf212284f1164a3c19e12bfcb2bb18fff1f42a906be94277be",
932
910
  "repo": "repos/xema-base",
933
911
  "path": "repos/xema-base/biomes/workspace-orchestrator",
934
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
935
- "sourceManifestHash": "814721b231b42931c8a73e08bce5453615202c38e0c591c067689ae957dbf597",
912
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
913
+ "sourceManifestHash": "0aecdda7583c24ac2ff3a8dc4a1826e1862c1c30179c40611f2b5d48fd9ece5e",
936
914
  "requiredPlatforms": [
937
915
  {
938
916
  "os": "linux",
@@ -950,11 +928,11 @@
950
928
  "kind": "service",
951
929
  "id": "workspace-storage-pool-api",
952
930
  "imageRef": "ghcr.io/xema-dev/workspace-storage-pool-api",
953
- "contentHash": "d431d1220b992f99f9feef06981aea01a8917a53062a79fa1e23c6e4b647bc9f",
931
+ "contentHash": "f6ed79df0e78bd08c556c685bda0dd7335f938caec97c3a4cec49a17298dc7cf",
954
932
  "repo": "repos/xema-base",
955
933
  "path": "repos/xema-base/biomes/workspace-storage-pool",
956
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
957
- "sourceManifestHash": "f475fe25a456374f9457fff57335aaeac83a4cb68c60c5138f66dc84d6e70798",
934
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
935
+ "sourceManifestHash": "c9f7267307357ae1bab279148e3befa80564ccf384dcbfd630d40cca03c76dc5",
958
936
  "requiredPlatforms": [
959
937
  {
960
938
  "os": "linux",
@@ -972,11 +950,11 @@
972
950
  "kind": "service",
973
951
  "id": "xema-capability-router",
974
952
  "imageRef": "ghcr.io/xema-dev/xema-capability-router",
975
- "contentHash": "7d68bdce07ceb7fc97e45af36f8311fba76c8f1143fb41f11acd8cce39644be0",
953
+ "contentHash": "c9d0f9dcee55b82bc595f4ba5a59e72cc9b84dab5a6d484c4657a0e7f7b0b36f",
976
954
  "repo": "repos/xema-base",
977
955
  "path": "repos/xema-base/biomes/xema-capability-router",
978
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
979
- "sourceManifestHash": "c32b2cb325a600423172dea6b861941209a7531cdbb4a9b61951c365b696bfb0",
956
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
957
+ "sourceManifestHash": "b4e88f13d45733830e74f98185ac2bd7a68f7911e49080a94b0a97ffcfcedc0d",
980
958
  "requiredPlatforms": [
981
959
  {
982
960
  "os": "linux",
@@ -994,11 +972,11 @@
994
972
  "kind": "service",
995
973
  "id": "xema-kernel-server",
996
974
  "imageRef": "ghcr.io/xema-dev/xema-kernel-server",
997
- "contentHash": "dbafb1b4a6dba155b66edfb4772eec266d74fd5425f79800e6263a2915644b95",
975
+ "contentHash": "5187d5cf9ed06538d733249bff12e86cefe2a0d4a1805e3bbd5d0eea1ea544ca",
998
976
  "repo": "repos/xema-base",
999
977
  "path": "repos/xema-base/kernel/xema-kernel-server",
1000
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
1001
- "sourceManifestHash": "bc703114d8cbf65575bb4a4a136090631bf7ee0a65123c1f9aff9c821c4b1bf6",
978
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
979
+ "sourceManifestHash": "60eb695ab29b4178a400f68f3e9271f03501b85cbd01095b0e0b6efdb9412742",
1002
980
  "requiredPlatforms": [
1003
981
  {
1004
982
  "os": "linux",
@@ -1016,11 +994,11 @@
1016
994
  "kind": "service",
1017
995
  "id": "xema-platform-worker",
1018
996
  "imageRef": "ghcr.io/xema-dev/xema-platform-worker",
1019
- "contentHash": "e4b1bfa7292b9e6f811e7207495745b29cdc15405cf50c7bca6dd13c78faf874",
997
+ "contentHash": "67fba088c3f82c2ac878f1056348c291837e1848670aa8d1e0b65b012664d8a7",
1020
998
  "repo": "repos/xema-base",
1021
999
  "path": "repos/xema-base/biomes/xema-platform-worker",
1022
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
1023
- "sourceManifestHash": "c39cbaad138e860538808ef6c4bd6b07825f01f028aedc8515cbf9b000429af2",
1000
+ "sourceCommit": "861348afc903c9a4cf55c0d8bc09e568102b5d2d",
1001
+ "sourceManifestHash": "0ef3e7848fc230bdda1ce236675d2e84e53b9c51abdc8a5e65e6594f4a0a1ce0",
1024
1002
  "requiredPlatforms": [
1025
1003
  {
1026
1004
  "os": "linux",
@@ -1033,28 +1011,6 @@
1033
1011
  "biomeId": "xema-platform-worker"
1034
1012
  }
1035
1013
  ]
1036
- },
1037
- {
1038
- "kind": "service",
1039
- "id": "xema-shell-api",
1040
- "imageRef": "ghcr.io/xema-dev/xema-shell-api",
1041
- "contentHash": "258617a96c97f35c14b4e55a6f560cd74b90c479b414bb69666222f9a81c7d76",
1042
- "repo": "repos/xema-base",
1043
- "path": "repos/xema-base/biomes/xema-shell",
1044
- "sourceCommit": "e6960d850057fca9fa09974e2739ed18b2788526",
1045
- "sourceManifestHash": "9497558ce2c1b611e067dd4bf5904e38d9f4b2e38afc802d5e6cdc32f7d9be30",
1046
- "requiredPlatforms": [
1047
- {
1048
- "os": "linux",
1049
- "architecture": "amd64"
1050
- }
1051
- ],
1052
- "owners": [
1053
- {
1054
- "kind": "biome",
1055
- "biomeId": "xema-shell"
1056
- }
1057
- ]
1058
1014
  }
1059
1015
  ],
1060
1016
  "platformServiceBindings": [
@@ -1104,84 +1060,84 @@
1104
1060
  "biomeId": "capabilities-web",
1105
1061
  "repo": "submodules/xema-host-web",
1106
1062
  "path": "submodules/xema-host-web/biomes/system/capabilities-web",
1107
- "sourceCommit": "3a033439caf2f89f691346e807a5a7ce1f4c7282",
1063
+ "sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
1108
1064
  "sourceManifestHash": "c06afc998c1cfae62cbe2ac659d39078eb1356dd9e40a9f442d2d061903e14ef"
1109
1065
  },
1110
1066
  {
1111
1067
  "biomeId": "concepts-web",
1112
1068
  "repo": "submodules/xema-host-web",
1113
1069
  "path": "submodules/xema-host-web/biomes/system/concepts-web",
1114
- "sourceCommit": "3a033439caf2f89f691346e807a5a7ce1f4c7282",
1070
+ "sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
1115
1071
  "sourceManifestHash": "a842e01e7b38bf2cdecc46da59699c5dbf5bad9948dac5143367cf9e2c1b4a28"
1116
1072
  },
1117
1073
  {
1118
1074
  "biomeId": "environments-web",
1119
1075
  "repo": "submodules/xema-host-web",
1120
1076
  "path": "submodules/xema-host-web/biomes/system/environments-web",
1121
- "sourceCommit": "3a033439caf2f89f691346e807a5a7ce1f4c7282",
1077
+ "sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
1122
1078
  "sourceManifestHash": "cf854b4160465ba5c4e785ab9791d0c85a13f17586a1a3800c95e70839a83080"
1123
1079
  },
1124
1080
  {
1125
1081
  "biomeId": "gateway-routes-web",
1126
1082
  "repo": "submodules/xema-host-web",
1127
1083
  "path": "submodules/xema-host-web/biomes/system/gateway-routes-web",
1128
- "sourceCommit": "3a033439caf2f89f691346e807a5a7ce1f4c7282",
1084
+ "sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
1129
1085
  "sourceManifestHash": "d7e7e7c89354101e68be8111b8afacb0f5141acfcaf523ef6141e1d2bcfe9cbe"
1130
1086
  },
1131
1087
  {
1132
1088
  "biomeId": "grants-web",
1133
1089
  "repo": "submodules/xema-host-web",
1134
1090
  "path": "submodules/xema-host-web/biomes/system/grants-web",
1135
- "sourceCommit": "3a033439caf2f89f691346e807a5a7ce1f4c7282",
1091
+ "sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
1136
1092
  "sourceManifestHash": "72d6de134598d129b53ea34c2522fd931dc47fb19ad8115b741eff178b9f8569"
1137
1093
  },
1138
1094
  {
1139
1095
  "biomeId": "mailops-web",
1140
1096
  "repo": "submodules/xema-host-web",
1141
1097
  "path": "submodules/xema-host-web/biomes/system/mailops-web",
1142
- "sourceCommit": "3a033439caf2f89f691346e807a5a7ce1f4c7282",
1098
+ "sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
1143
1099
  "sourceManifestHash": "e71b0fa62af5261eaf1bbc92258f45b17975bd5b98ec204c86e13eb6994020d2"
1144
1100
  },
1145
1101
  {
1146
1102
  "biomeId": "objects-web",
1147
1103
  "repo": "submodules/xema-host-web",
1148
1104
  "path": "submodules/xema-host-web/biomes/system/objects-web",
1149
- "sourceCommit": "3a033439caf2f89f691346e807a5a7ce1f4c7282",
1105
+ "sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
1150
1106
  "sourceManifestHash": "23d313f5d5bae4b1864c3ebd2409f6e495b939fad074db83bd4fe30d481caba1"
1151
1107
  },
1152
1108
  {
1153
1109
  "biomeId": "policies-web",
1154
1110
  "repo": "submodules/xema-host-web",
1155
1111
  "path": "submodules/xema-host-web/biomes/system/policies-web",
1156
- "sourceCommit": "3a033439caf2f89f691346e807a5a7ce1f4c7282",
1157
- "sourceManifestHash": "720f536934ca9e5a3f138fcdaf05b52416fb6e74548ce74f0c8917a8a5580e5e"
1112
+ "sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
1113
+ "sourceManifestHash": "eb26a67299f082c445d1cfc187a97ff77c46c0d46cc22477c535f8cc46f44030"
1158
1114
  },
1159
1115
  {
1160
1116
  "biomeId": "runners-web",
1161
1117
  "repo": "submodules/xema-host-web",
1162
1118
  "path": "submodules/xema-host-web/biomes/system/runners-web",
1163
- "sourceCommit": "3a033439caf2f89f691346e807a5a7ce1f4c7282",
1119
+ "sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
1164
1120
  "sourceManifestHash": "469a04d8a7ff2e8dc55ab05fc4f6b874c46981a987d30393a469541f61b7cda3"
1165
1121
  },
1166
1122
  {
1167
1123
  "biomeId": "search-web",
1168
1124
  "repo": "submodules/xema-host-web",
1169
1125
  "path": "submodules/xema-host-web/biomes/system/search-web",
1170
- "sourceCommit": "3a033439caf2f89f691346e807a5a7ce1f4c7282",
1126
+ "sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
1171
1127
  "sourceManifestHash": "82c0a04f2ad3e6ba84a85e8d14e6dc4ed65c0581ca7ec168e066ebcf0da07944"
1172
1128
  },
1173
1129
  {
1174
1130
  "biomeId": "service-registry-web",
1175
1131
  "repo": "submodules/xema-host-web",
1176
1132
  "path": "submodules/xema-host-web/biomes/system/service-registry-web",
1177
- "sourceCommit": "3a033439caf2f89f691346e807a5a7ce1f4c7282",
1133
+ "sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
1178
1134
  "sourceManifestHash": "4e6de6c3d7fb2edd030b9d346833c7ce6e99aff3d2e46e40ef61670abc302839"
1179
1135
  },
1180
1136
  {
1181
1137
  "biomeId": "spaces-web",
1182
1138
  "repo": "submodules/xema-host-web",
1183
1139
  "path": "submodules/xema-host-web/biomes/system/spaces-web",
1184
- "sourceCommit": "3a033439caf2f89f691346e807a5a7ce1f4c7282",
1140
+ "sourceCommit": "9b4f9ddda715e96f458b08cdd31491a13220e946",
1185
1141
  "sourceManifestHash": "ca0317b58364d048e70ac47801fa4f74d57f4ddd3647f99e8e1186dbc2581629"
1186
1142
  }
1187
1143
  ]