@xemahq/xema 0.1.5 → 0.2.0

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 (133) hide show
  1. package/README.md +64 -15
  2. package/dist/assets/boot-graph.json +72 -0
  3. package/dist/assets/core/distribution.lock.json +1244 -0
  4. package/dist/assets/core/images.lock.json +428 -0
  5. package/dist/assets/oss/distribution.lock.json +1978 -0
  6. package/dist/assets/oss/images.lock.json +594 -0
  7. package/dist/cli.d.ts.map +1 -1
  8. package/dist/cli.js +9 -1
  9. package/dist/cli.js.map +1 -1
  10. package/dist/commands/dev.d.ts.map +1 -1
  11. package/dist/commands/dev.js +36 -14
  12. package/dist/commands/dev.js.map +1 -1
  13. package/dist/commands/doctor.js +1 -1
  14. package/dist/commands/doctor.js.map +1 -1
  15. package/dist/commands/down.d.ts +3 -0
  16. package/dist/commands/down.d.ts.map +1 -0
  17. package/dist/commands/down.js +54 -0
  18. package/dist/commands/down.js.map +1 -0
  19. package/dist/commands/logs.d.ts +3 -0
  20. package/dist/commands/logs.d.ts.map +1 -0
  21. package/dist/commands/logs.js +61 -0
  22. package/dist/commands/logs.js.map +1 -0
  23. package/dist/commands/serve.d.ts.map +1 -1
  24. package/dist/commands/serve.js +38 -8
  25. package/dist/commands/serve.js.map +1 -1
  26. package/dist/commands/status.d.ts +3 -0
  27. package/dist/commands/status.d.ts.map +1 -0
  28. package/dist/commands/status.js +41 -0
  29. package/dist/commands/status.js.map +1 -0
  30. package/dist/commands/up.d.ts +3 -0
  31. package/dist/commands/up.d.ts.map +1 -0
  32. package/dist/commands/up.js +44 -0
  33. package/dist/commands/up.js.map +1 -0
  34. package/dist/dev/infra-preflight.js +1 -1
  35. package/dist/dev/infra-preflight.js.map +1 -1
  36. package/dist/lib/command-registry.d.ts +1 -1
  37. package/dist/lib/command-registry.d.ts.map +1 -1
  38. package/dist/lib/command-registry.js +4 -0
  39. package/dist/lib/command-registry.js.map +1 -1
  40. package/dist/runtime/boot-graph-loader.d.ts +17 -0
  41. package/dist/runtime/boot-graph-loader.d.ts.map +1 -0
  42. package/dist/runtime/boot-graph-loader.js +40 -0
  43. package/dist/runtime/boot-graph-loader.js.map +1 -0
  44. package/dist/runtime/config/loader.d.ts +11 -0
  45. package/dist/runtime/config/loader.d.ts.map +1 -0
  46. package/dist/runtime/config/loader.js +38 -0
  47. package/dist/runtime/config/loader.js.map +1 -0
  48. package/dist/runtime/config/schema.d.ts +202 -0
  49. package/dist/runtime/config/schema.d.ts.map +1 -0
  50. package/dist/runtime/config/schema.js +125 -0
  51. package/dist/runtime/config/schema.js.map +1 -0
  52. package/dist/runtime/env-seeder.d.ts +17 -0
  53. package/dist/runtime/env-seeder.d.ts.map +1 -0
  54. package/dist/runtime/env-seeder.js +80 -0
  55. package/dist/runtime/env-seeder.js.map +1 -0
  56. package/dist/runtime/foreground.d.ts +8 -0
  57. package/dist/runtime/foreground.d.ts.map +1 -0
  58. package/dist/runtime/foreground.js +71 -0
  59. package/dist/runtime/foreground.js.map +1 -0
  60. package/dist/runtime/infra/infra-catalog.d.ts +19 -0
  61. package/dist/runtime/infra/infra-catalog.d.ts.map +1 -0
  62. package/dist/runtime/infra/infra-catalog.js +128 -0
  63. package/dist/runtime/infra/infra-catalog.js.map +1 -0
  64. package/dist/runtime/infra/infra-plan.d.ts +16 -0
  65. package/dist/runtime/infra/infra-plan.d.ts.map +1 -0
  66. package/dist/runtime/infra/infra-plan.js +44 -0
  67. package/dist/runtime/infra/infra-plan.js.map +1 -0
  68. package/dist/runtime/infra/infra-runner.d.ts +26 -0
  69. package/dist/runtime/infra/infra-runner.d.ts.map +1 -0
  70. package/dist/runtime/infra/infra-runner.js +135 -0
  71. package/dist/runtime/infra/infra-runner.js.map +1 -0
  72. package/dist/runtime/launch.d.ts +24 -0
  73. package/dist/runtime/launch.d.ts.map +1 -0
  74. package/dist/runtime/launch.js +116 -0
  75. package/dist/runtime/launch.js.map +1 -0
  76. package/dist/runtime/lock-loader.d.ts +26 -0
  77. package/dist/runtime/lock-loader.d.ts.map +1 -0
  78. package/dist/runtime/lock-loader.js +61 -0
  79. package/dist/runtime/lock-loader.js.map +1 -0
  80. package/dist/runtime/paths.d.ts +14 -0
  81. package/dist/runtime/paths.d.ts.map +1 -0
  82. package/dist/runtime/paths.js +109 -0
  83. package/dist/runtime/paths.js.map +1 -0
  84. package/dist/runtime/platform-services.d.ts +2 -0
  85. package/dist/runtime/platform-services.d.ts.map +1 -0
  86. package/dist/runtime/platform-services.js +8 -0
  87. package/dist/runtime/platform-services.js.map +1 -0
  88. package/dist/runtime/port-map.d.ts +3 -0
  89. package/dist/runtime/port-map.d.ts.map +1 -0
  90. package/dist/runtime/port-map.js +25 -0
  91. package/dist/runtime/port-map.js.map +1 -0
  92. package/dist/runtime/roster.d.ts +32 -0
  93. package/dist/runtime/roster.d.ts.map +1 -0
  94. package/dist/runtime/roster.js +106 -0
  95. package/dist/runtime/roster.js.map +1 -0
  96. package/dist/runtime/runner/container-runner.d.ts +14 -0
  97. package/dist/runtime/runner/container-runner.d.ts.map +1 -0
  98. package/dist/runtime/runner/container-runner.js +61 -0
  99. package/dist/runtime/runner/container-runner.js.map +1 -0
  100. package/dist/runtime/runner/docker-cli.d.ts +11 -0
  101. package/dist/runtime/runner/docker-cli.d.ts.map +1 -0
  102. package/dist/runtime/runner/docker-cli.js +53 -0
  103. package/dist/runtime/runner/docker-cli.js.map +1 -0
  104. package/dist/runtime/runner/health-probe.d.ts +2 -0
  105. package/dist/runtime/runner/health-probe.d.ts.map +1 -0
  106. package/dist/runtime/runner/health-probe.js +38 -0
  107. package/dist/runtime/runner/health-probe.js.map +1 -0
  108. package/dist/runtime/runner/helm-runner.d.ts +19 -0
  109. package/dist/runtime/runner/helm-runner.d.ts.map +1 -0
  110. package/dist/runtime/runner/helm-runner.js +70 -0
  111. package/dist/runtime/runner/helm-runner.js.map +1 -0
  112. package/dist/runtime/runner/native-runner.d.ts +9 -0
  113. package/dist/runtime/runner/native-runner.d.ts.map +1 -0
  114. package/dist/runtime/runner/native-runner.js +85 -0
  115. package/dist/runtime/runner/native-runner.js.map +1 -0
  116. package/dist/runtime/runner/service-runner.d.ts +23 -0
  117. package/dist/runtime/runner/service-runner.d.ts.map +1 -0
  118. package/dist/runtime/runner/service-runner.js +10 -0
  119. package/dist/runtime/runner/service-runner.js.map +1 -0
  120. package/dist/runtime/supervisor.d.ts +46 -0
  121. package/dist/runtime/supervisor.d.ts.map +1 -0
  122. package/dist/runtime/supervisor.js +77 -0
  123. package/dist/runtime/supervisor.js.map +1 -0
  124. package/dist/runtime/unit-type.d.ts +9 -0
  125. package/dist/runtime/unit-type.d.ts.map +1 -0
  126. package/dist/runtime/unit-type.js +19 -0
  127. package/dist/runtime/unit-type.js.map +1 -0
  128. package/dist/runtime/waves.d.ts +15 -0
  129. package/dist/runtime/waves.d.ts.map +1 -0
  130. package/dist/runtime/waves.js +77 -0
  131. package/dist/runtime/waves.js.map +1 -0
  132. package/package.json +7 -8
  133. package/xema.config.example.yaml +45 -0
@@ -0,0 +1,1244 @@
1
+ {
2
+ "schemaVersion": 1,
3
+ "distributionId": "core",
4
+ "biomes": [
5
+ {
6
+ "id": "contribution-test",
7
+ "version": "0.0.1",
8
+ "tier": "kernel",
9
+ "target": "server",
10
+ "origin": "third-party",
11
+ "mandatory": true,
12
+ "repo": "repos/xema-community",
13
+ "path": "repos/xema-community/biomes/kernel/contribution-test",
14
+ "services": [],
15
+ "displayName": "Contribution Protocol Test Biome",
16
+ "packageName": "@xemahq/biomes-kernel-contribution-test",
17
+ "requiresServerBiomes": [],
18
+ "optionalServerBiomes": [],
19
+ "audience": "org",
20
+ "storeListed": true,
21
+ "sourceManifestHash": "94f58aa4a354960cee143970c278f8f38b723d9ab8dc7d9020b15ccb2e3877ce"
22
+ },
23
+ {
24
+ "id": "output-surface-control",
25
+ "version": "1.0.0",
26
+ "tier": "kernel",
27
+ "target": "server",
28
+ "origin": "third-party",
29
+ "mandatory": true,
30
+ "repo": "repos/xema-community",
31
+ "path": "repos/xema-community/biomes/kernel/output-surface-control",
32
+ "services": [],
33
+ "displayName": "Output Surface Control",
34
+ "packageName": "@xemahq/biomes-kernel-output-surface-control",
35
+ "requiresServerBiomes": [
36
+ "runtime"
37
+ ],
38
+ "optionalServerBiomes": [],
39
+ "audience": "org",
40
+ "storeListed": true,
41
+ "sourceManifestHash": "2cfffd502ade3dbb4b7dd6bb4896d91a2d0216f4aeb33c5a5d299a4a4dd78a78"
42
+ },
43
+ {
44
+ "id": "output-surface-inspector",
45
+ "version": "1.0.0",
46
+ "tier": "kernel",
47
+ "target": "server",
48
+ "origin": "third-party",
49
+ "mandatory": true,
50
+ "repo": "repos/xema-community",
51
+ "path": "repos/xema-community/biomes/kernel/output-surface-inspector",
52
+ "services": [],
53
+ "displayName": "Output Surface Inspector",
54
+ "packageName": "@xemahq/biomes-kernel-output-surface-inspector",
55
+ "requiresServerBiomes": [
56
+ "output-surface-control",
57
+ "runtime"
58
+ ],
59
+ "optionalServerBiomes": [],
60
+ "audience": "org",
61
+ "storeListed": true,
62
+ "sourceManifestHash": "35838895917078c07efd056eb8677e780b06c50d3ea397998b99642f212cf334"
63
+ },
64
+ {
65
+ "id": "runtime",
66
+ "version": "1.0.0",
67
+ "tier": "kernel",
68
+ "target": "server",
69
+ "origin": "third-party",
70
+ "mandatory": true,
71
+ "repo": "repos/xema-community",
72
+ "path": "repos/xema-community/biomes/kernel/runtime",
73
+ "services": [],
74
+ "displayName": "Xema Runtime Kernel",
75
+ "packageName": "@xemahq/biomes-kernel-runtime",
76
+ "requiresServerBiomes": [],
77
+ "optionalServerBiomes": [],
78
+ "audience": "org",
79
+ "storeListed": true,
80
+ "sourceManifestHash": "850a64aa6ff549fd9f9f356c2aab2d407e9526b715db1ca62c936e26a1b100d2"
81
+ },
82
+ {
83
+ "id": "studio-author",
84
+ "version": "1.0.0",
85
+ "tier": "kernel",
86
+ "target": "server",
87
+ "origin": "third-party",
88
+ "mandatory": true,
89
+ "repo": "repos/xema-community",
90
+ "path": "repos/xema-community/biomes/kernel/studio-author",
91
+ "services": [],
92
+ "displayName": "Studio Author",
93
+ "packageName": "@xemahq/biomes-kernel-studio-author",
94
+ "requiresServerBiomes": [
95
+ "runtime",
96
+ "subagents"
97
+ ],
98
+ "optionalServerBiomes": [],
99
+ "audience": "org",
100
+ "storeListed": true,
101
+ "sourceManifestHash": "66984ccf8671e20fac0b881b4c39191a3b9c2aacfa0652a25df4317776fcbbd3"
102
+ },
103
+ {
104
+ "id": "subagents",
105
+ "version": "1.0.0",
106
+ "tier": "kernel",
107
+ "target": "server",
108
+ "origin": "third-party",
109
+ "mandatory": true,
110
+ "repo": "repos/xema-community",
111
+ "path": "repos/xema-community/biomes/kernel/subagents",
112
+ "services": [],
113
+ "displayName": "Xema Universal Subagents",
114
+ "packageName": "@xemahq/biomes-kernel-subagents",
115
+ "requiresServerBiomes": [
116
+ "runtime"
117
+ ],
118
+ "optionalServerBiomes": [],
119
+ "audience": "org",
120
+ "storeListed": true,
121
+ "sourceManifestHash": "05cfb1d68fd7a868670e2115b0545987d0bc8b71bb27d09a1b0e3859d47d10da"
122
+ },
123
+ {
124
+ "id": "activity-feed",
125
+ "version": "0.1.0",
126
+ "tier": "system",
127
+ "target": "server",
128
+ "origin": "third-party",
129
+ "mandatory": false,
130
+ "repo": "repos/xema-platform",
131
+ "path": "repos/xema-platform/biomes/activity-feed",
132
+ "services": [
133
+ "activity-feed-api"
134
+ ],
135
+ "displayName": "Activity Feed",
136
+ "packageName": "@xemahq/biomes-activity-feed",
137
+ "requiresServerBiomes": [],
138
+ "optionalServerBiomes": [],
139
+ "audience": "org",
140
+ "storeListed": true,
141
+ "sourceManifestHash": "23f91e83b1ba9f93f500034f2de2ef743dc5aaae94d64ce491cbd7c2581e3aa0"
142
+ },
143
+ {
144
+ "id": "activity-web",
145
+ "version": "0.1.0",
146
+ "tier": "system",
147
+ "target": "web",
148
+ "origin": "third-party",
149
+ "mandatory": false,
150
+ "repo": "submodules/xema-host-web",
151
+ "path": "submodules/xema-host-web/biomes/system/activity-web",
152
+ "services": [],
153
+ "displayName": "Activity (Web)",
154
+ "packageName": "@xemahq/biomes-system-activity-web",
155
+ "requiresServerBiomes": [],
156
+ "optionalServerBiomes": [],
157
+ "audience": "org",
158
+ "storeListed": true,
159
+ "sourceManifestHash": "dc55b894e982fcaf0316f3f5d6c7f6d36dda3d0b3b7ede31ec6286ab61538f93",
160
+ "display": {
161
+ "icon": "activity",
162
+ "category": "Observability",
163
+ "summary": "Track activity and audit events."
164
+ }
165
+ },
166
+ {
167
+ "id": "app-runtime",
168
+ "version": "0.1.0",
169
+ "tier": "system",
170
+ "target": "server",
171
+ "origin": "third-party",
172
+ "mandatory": false,
173
+ "repo": "repos/xema-community",
174
+ "path": "repos/xema-community/biomes/app-runtime",
175
+ "services": [
176
+ "app-runtime-api"
177
+ ],
178
+ "displayName": "App Runtime",
179
+ "packageName": "@xemahq/biomes-app-runtime",
180
+ "requiresServerBiomes": [],
181
+ "optionalServerBiomes": [],
182
+ "audience": "org",
183
+ "storeListed": true,
184
+ "sourceManifestHash": "7c90c5dd84d3a30c7a4c9266f87aff381adf832361f72266aaa1d521f3fc21cb"
185
+ },
186
+ {
187
+ "id": "audit",
188
+ "version": "0.1.0",
189
+ "tier": "system",
190
+ "target": "server",
191
+ "origin": "third-party",
192
+ "mandatory": false,
193
+ "repo": "repos/xema-community",
194
+ "path": "repos/xema-community/biomes/audit",
195
+ "services": [
196
+ "audit-log-api"
197
+ ],
198
+ "displayName": "Audit",
199
+ "packageName": "@xemahq/biomes-audit",
200
+ "requiresServerBiomes": [],
201
+ "optionalServerBiomes": [],
202
+ "audience": "org",
203
+ "storeListed": true,
204
+ "sourceManifestHash": "7a2940b6a998a97adcd0d9f4e576874c1ad9f052228dd468bb54c68461a4e616"
205
+ },
206
+ {
207
+ "id": "authorization",
208
+ "version": "0.1.0",
209
+ "tier": "system",
210
+ "target": "server",
211
+ "origin": "third-party",
212
+ "mandatory": false,
213
+ "repo": "repos/xema-community",
214
+ "path": "repos/xema-community/biomes/authorization",
215
+ "services": [
216
+ "authorization-api"
217
+ ],
218
+ "displayName": "Authorization",
219
+ "packageName": "@xemahq/biomes-authorization",
220
+ "requiresServerBiomes": [],
221
+ "optionalServerBiomes": [],
222
+ "audience": "org",
223
+ "storeListed": true,
224
+ "sourceManifestHash": "9a039da6affc3e3b9e192173e457ec93a808a17581953ee058de1faef35103f9"
225
+ },
226
+ {
227
+ "id": "biome-adapter-host",
228
+ "version": "0.1.0",
229
+ "tier": "system",
230
+ "target": "server",
231
+ "origin": "third-party",
232
+ "mandatory": false,
233
+ "repo": "repos/xema-community",
234
+ "path": "repos/xema-community/biomes/biome-adapter-host",
235
+ "services": [
236
+ "biome-adapter-host"
237
+ ],
238
+ "displayName": "Biome Adapter Host",
239
+ "packageName": "@xemahq/biomes-biome-adapter-host",
240
+ "requiresServerBiomes": [],
241
+ "optionalServerBiomes": [],
242
+ "audience": "org",
243
+ "storeListed": true,
244
+ "sourceManifestHash": "481c5eb38abbef047b74017dc4bc2c7b6e84e664b11c34afe35219ae80eacd34"
245
+ },
246
+ {
247
+ "id": "biome-fetcher",
248
+ "version": "0.1.0",
249
+ "tier": "system",
250
+ "target": "server",
251
+ "origin": "third-party",
252
+ "mandatory": false,
253
+ "repo": "repos/xema-community",
254
+ "path": "repos/xema-community/biomes/biome-fetcher",
255
+ "services": [
256
+ "biome-fetcher-api"
257
+ ],
258
+ "displayName": "Biome Fetcher",
259
+ "packageName": "@xemahq/biomes-biome-fetcher",
260
+ "requiresServerBiomes": [],
261
+ "optionalServerBiomes": [],
262
+ "audience": "org",
263
+ "storeListed": true,
264
+ "sourceManifestHash": "c12660f9197d5403ed9352d91287f13d16d2b55b50ea239d860f63f6e99789f3"
265
+ },
266
+ {
267
+ "id": "biome-host",
268
+ "version": "0.1.0",
269
+ "tier": "system",
270
+ "target": "server",
271
+ "origin": "third-party",
272
+ "mandatory": false,
273
+ "repo": "repos/xema-community",
274
+ "path": "repos/xema-community/biomes/biome-host",
275
+ "services": [
276
+ "biome-host-api"
277
+ ],
278
+ "displayName": "Biome Host",
279
+ "packageName": "@xemahq/biomes-biome-host",
280
+ "requiresServerBiomes": [],
281
+ "optionalServerBiomes": [],
282
+ "audience": "org",
283
+ "storeListed": true,
284
+ "sourceManifestHash": "60e88d4cf2c714392324a50163adc05f28866a51160a7e561efa5d84d0ae926d"
285
+ },
286
+ {
287
+ "id": "capabilities-web",
288
+ "version": "0.1.0",
289
+ "tier": "system",
290
+ "target": "web",
291
+ "origin": "third-party",
292
+ "mandatory": false,
293
+ "repo": "submodules/xema-host-web",
294
+ "path": "submodules/xema-host-web/biomes/system/capabilities-web",
295
+ "services": [],
296
+ "displayName": "Capabilities (Web)",
297
+ "packageName": "@xemahq/biomes-system-capabilities-web",
298
+ "requiresServerBiomes": [],
299
+ "optionalServerBiomes": [],
300
+ "audience": "org",
301
+ "storeListed": true,
302
+ "sourceManifestHash": "503ecb752b4a7e520a1dc90e724b88898ddeac5c105d6945d27015979d12b8d6",
303
+ "display": {
304
+ "icon": "puzzle",
305
+ "category": "Platform",
306
+ "summary": "Browse and govern platform capabilities."
307
+ }
308
+ },
309
+ {
310
+ "id": "capability-registry",
311
+ "version": "0.1.0",
312
+ "tier": "system",
313
+ "target": "server",
314
+ "origin": "third-party",
315
+ "mandatory": false,
316
+ "repo": "repos/xema-community",
317
+ "path": "repos/xema-community/biomes/capability-registry",
318
+ "services": [
319
+ "capability-registry-api"
320
+ ],
321
+ "displayName": "Capability Registry",
322
+ "packageName": "@xemahq/biomes-capability-registry",
323
+ "requiresServerBiomes": [],
324
+ "optionalServerBiomes": [],
325
+ "audience": "org",
326
+ "storeListed": true,
327
+ "sourceManifestHash": "ceeec52e1b6c6a81ceabad91101c318829aed6c8f6f2dee86ed76be894d3049c"
328
+ },
329
+ {
330
+ "id": "catalog",
331
+ "version": "0.1.0",
332
+ "tier": "system",
333
+ "target": "server",
334
+ "origin": "third-party",
335
+ "mandatory": false,
336
+ "repo": "repos/xema-platform",
337
+ "path": "repos/xema-platform/biomes/catalog",
338
+ "services": [
339
+ "catalog-api"
340
+ ],
341
+ "displayName": "Catalog",
342
+ "packageName": "@xemahq/biomes-catalog",
343
+ "requiresServerBiomes": [],
344
+ "optionalServerBiomes": [],
345
+ "audience": "org",
346
+ "storeListed": true,
347
+ "sourceManifestHash": "674d3ecff03c9047954939a9ae60da1f0a4b9a559b907a05682e87102115dea5"
348
+ },
349
+ {
350
+ "id": "concepts-web",
351
+ "version": "0.1.0",
352
+ "tier": "system",
353
+ "target": "web",
354
+ "origin": "third-party",
355
+ "mandatory": false,
356
+ "repo": "submodules/xema-host-web",
357
+ "path": "submodules/xema-host-web/biomes/system/concepts-web",
358
+ "services": [],
359
+ "displayName": "Concepts (Web)",
360
+ "packageName": "@xemahq/biomes-system-concepts-web",
361
+ "requiresServerBiomes": [],
362
+ "optionalServerBiomes": [],
363
+ "audience": "org",
364
+ "storeListed": false,
365
+ "sourceManifestHash": "33c7c6d859430e92a45ad15ea0ca6b05f30923431ad10816652fa3e0c4710ea8",
366
+ "display": {
367
+ "icon": "lightbulb",
368
+ "category": "Knowledge",
369
+ "summary": "Manage shared concepts and definitions."
370
+ },
371
+ "systemSurface": true
372
+ },
373
+ {
374
+ "id": "container-registry",
375
+ "version": "0.1.0",
376
+ "tier": "system",
377
+ "target": "server",
378
+ "origin": "third-party",
379
+ "mandatory": false,
380
+ "repo": "repos/xema-community",
381
+ "path": "repos/xema-community/biomes/container-registry",
382
+ "services": [
383
+ "container-registry-api"
384
+ ],
385
+ "displayName": "Container Registry",
386
+ "packageName": "@xemahq/biomes-container-registry",
387
+ "requiresServerBiomes": [],
388
+ "optionalServerBiomes": [],
389
+ "audience": "org",
390
+ "storeListed": true,
391
+ "sourceManifestHash": "8978958f738a605e6c73b22003139823fd85d072b7d1c831b9f27db9c8693988"
392
+ },
393
+ {
394
+ "id": "container-registry-web",
395
+ "version": "0.1.0",
396
+ "tier": "system",
397
+ "target": "web",
398
+ "origin": "third-party",
399
+ "mandatory": false,
400
+ "repo": "submodules/xema-host-web",
401
+ "path": "submodules/xema-host-web/biomes/system/container-registry-web",
402
+ "services": [],
403
+ "displayName": "Container Registry (Web)",
404
+ "packageName": "@xemahq/biomes-system-container-registry-web",
405
+ "requiresServerBiomes": [],
406
+ "optionalServerBiomes": [],
407
+ "audience": "org",
408
+ "storeListed": true,
409
+ "sourceManifestHash": "5b42d251b77fb3c50bc89ddfb8df649c4f1830e7a04c077b811f11932a2c0428",
410
+ "display": {
411
+ "icon": "package",
412
+ "category": "Infrastructure",
413
+ "summary": "Manage container images."
414
+ }
415
+ },
416
+ {
417
+ "id": "environments-web",
418
+ "version": "0.1.0",
419
+ "tier": "system",
420
+ "target": "web",
421
+ "origin": "third-party",
422
+ "mandatory": false,
423
+ "repo": "submodules/xema-host-web",
424
+ "path": "submodules/xema-host-web/biomes/system/environments-web",
425
+ "services": [],
426
+ "displayName": "Environments (Web)",
427
+ "packageName": "@xemahq/biomes-system-environments-web",
428
+ "requiresServerBiomes": [],
429
+ "optionalServerBiomes": [],
430
+ "audience": "org",
431
+ "storeListed": true,
432
+ "sourceManifestHash": "dbd76129bcefb6ce186cfdfa27f6553d40bbfc64e7b673ccd9a7e5e77d40f754",
433
+ "display": {
434
+ "icon": "server",
435
+ "category": "Platform",
436
+ "summary": "Manage execution environments."
437
+ }
438
+ },
439
+ {
440
+ "id": "gateway-routes-web",
441
+ "version": "0.1.0",
442
+ "tier": "system",
443
+ "target": "web",
444
+ "origin": "third-party",
445
+ "mandatory": false,
446
+ "repo": "submodules/xema-host-web",
447
+ "path": "submodules/xema-host-web/biomes/system/gateway-routes-web",
448
+ "services": [],
449
+ "displayName": "Gateway Routes (Web)",
450
+ "packageName": "@xemahq/biomes-system-gateway-routes-web",
451
+ "requiresServerBiomes": [],
452
+ "optionalServerBiomes": [],
453
+ "audience": "org",
454
+ "storeListed": true,
455
+ "sourceManifestHash": "ea0a80000989c2102ef46ffa76a3dae888f2102fe57d0223925815a1b1e2a5f2",
456
+ "display": {
457
+ "icon": "route",
458
+ "category": "Platform",
459
+ "summary": "Configure public gateway routes."
460
+ }
461
+ },
462
+ {
463
+ "id": "grants-web",
464
+ "version": "0.1.0",
465
+ "tier": "system",
466
+ "target": "web",
467
+ "origin": "third-party",
468
+ "mandatory": false,
469
+ "repo": "submodules/xema-host-web",
470
+ "path": "submodules/xema-host-web/biomes/system/grants-web",
471
+ "services": [],
472
+ "displayName": "Grants (Web)",
473
+ "packageName": "@xemahq/biomes-system-grants-web",
474
+ "requiresServerBiomes": [],
475
+ "optionalServerBiomes": [],
476
+ "audience": "org",
477
+ "storeListed": true,
478
+ "sourceManifestHash": "4d20281fbd40e849fdd43c3a923b8cd6e24433341e9cef86de0e099ab7928712",
479
+ "display": {
480
+ "icon": "key",
481
+ "category": "Security",
482
+ "summary": "Review and manage access grants."
483
+ }
484
+ },
485
+ {
486
+ "id": "mailops-web",
487
+ "version": "0.1.0",
488
+ "tier": "system",
489
+ "target": "web",
490
+ "origin": "third-party",
491
+ "mandatory": false,
492
+ "repo": "submodules/xema-host-web",
493
+ "path": "submodules/xema-host-web/biomes/system/mailops-web",
494
+ "services": [],
495
+ "displayName": "MailOps (Web)",
496
+ "packageName": "@xemahq/biomes-system-mailops-web",
497
+ "requiresServerBiomes": [],
498
+ "optionalServerBiomes": [],
499
+ "audience": "org",
500
+ "storeListed": true,
501
+ "sourceManifestHash": "004d250018880413e919454cd664e015c686d962a3606779274ded9285df9a1a",
502
+ "display": {
503
+ "icon": "mail",
504
+ "category": "Communication",
505
+ "summary": "Run email-driven workflows."
506
+ }
507
+ },
508
+ {
509
+ "id": "object-registry",
510
+ "version": "0.1.0",
511
+ "tier": "system",
512
+ "target": "server",
513
+ "origin": "third-party",
514
+ "mandatory": false,
515
+ "repo": "repos/xema-community",
516
+ "path": "repos/xema-community/biomes/object-registry",
517
+ "services": [
518
+ "object-registry-api"
519
+ ],
520
+ "displayName": "Object Registry",
521
+ "packageName": "@xemahq/biomes-object-registry",
522
+ "requiresServerBiomes": [],
523
+ "optionalServerBiomes": [],
524
+ "audience": "org",
525
+ "storeListed": true,
526
+ "sourceManifestHash": "3dcdaa7fbe6c349a6168472af6b885359e840f43c3055dad2305475c77582b14"
527
+ },
528
+ {
529
+ "id": "objects-web",
530
+ "version": "0.1.0",
531
+ "tier": "system",
532
+ "target": "web",
533
+ "origin": "third-party",
534
+ "mandatory": false,
535
+ "repo": "submodules/xema-host-web",
536
+ "path": "submodules/xema-host-web/biomes/system/objects-web",
537
+ "services": [],
538
+ "displayName": "Objects (Web)",
539
+ "packageName": "@xemahq/biomes-system-objects-web",
540
+ "requiresServerBiomes": [],
541
+ "optionalServerBiomes": [],
542
+ "audience": "org",
543
+ "storeListed": false,
544
+ "sourceManifestHash": "43d4bfc41af8dcc701df7d6706820731b51b043791ff9322d04b5e173459e22c",
545
+ "display": {
546
+ "icon": "box",
547
+ "category": "Data",
548
+ "summary": "Browse Xema objects and registries."
549
+ },
550
+ "systemSurface": true
551
+ },
552
+ {
553
+ "id": "opencode-runtime",
554
+ "version": "0.1.0",
555
+ "tier": "system",
556
+ "target": "server",
557
+ "origin": "third-party",
558
+ "mandatory": false,
559
+ "repo": "repos/xema-community",
560
+ "path": "repos/xema-community/biomes/opencode-runtime",
561
+ "services": [
562
+ "opencode-worker"
563
+ ],
564
+ "displayName": "Opencode Runtime",
565
+ "packageName": "@xemahq/biomes-opencode-runtime",
566
+ "requiresServerBiomes": [],
567
+ "optionalServerBiomes": [],
568
+ "audience": "org",
569
+ "storeListed": true,
570
+ "sourceManifestHash": "2d9b6472f826846dbbe970bda02f9d95302ee383f01979217501dc2cac8bf3f8"
571
+ },
572
+ {
573
+ "id": "org-database-pool",
574
+ "version": "0.1.0",
575
+ "tier": "system",
576
+ "target": "server",
577
+ "origin": "third-party",
578
+ "mandatory": false,
579
+ "repo": "repos/xema-platform",
580
+ "path": "repos/xema-platform/biomes/org-database-pool",
581
+ "services": [
582
+ "org-database-pool-api"
583
+ ],
584
+ "displayName": "Org Database Pool",
585
+ "packageName": "@xemahq/biomes-org-database-pool",
586
+ "requiresServerBiomes": [],
587
+ "optionalServerBiomes": [],
588
+ "audience": "org",
589
+ "storeListed": true,
590
+ "sourceManifestHash": "72a901ea53fda51576005e9297c4199d853254ef2da33eaf4b6cc71103342e1b"
591
+ },
592
+ {
593
+ "id": "policies-web",
594
+ "version": "0.1.0",
595
+ "tier": "system",
596
+ "target": "web",
597
+ "origin": "third-party",
598
+ "mandatory": false,
599
+ "repo": "submodules/xema-host-web",
600
+ "path": "submodules/xema-host-web/biomes/system/policies-web",
601
+ "services": [],
602
+ "displayName": "Policies (Web)",
603
+ "packageName": "@xemahq/biomes-system-policies-web",
604
+ "requiresServerBiomes": [],
605
+ "optionalServerBiomes": [],
606
+ "audience": "org",
607
+ "storeListed": true,
608
+ "sourceManifestHash": "c7d91adcc0f721d977f5983214f8b8bb38e7f51eb6ed289ab5851dd44af7185e",
609
+ "display": {
610
+ "icon": "shield",
611
+ "category": "Security",
612
+ "summary": "Author and review policies."
613
+ }
614
+ },
615
+ {
616
+ "id": "policy-distributor",
617
+ "version": "0.1.0",
618
+ "tier": "system",
619
+ "target": "server",
620
+ "origin": "third-party",
621
+ "mandatory": false,
622
+ "repo": "repos/xema-community",
623
+ "path": "repos/xema-community/biomes/policy-distributor",
624
+ "services": [
625
+ "policy-distributor-api"
626
+ ],
627
+ "displayName": "Policy Distributor",
628
+ "packageName": "@xemahq/biomes-policy-distributor",
629
+ "requiresServerBiomes": [],
630
+ "optionalServerBiomes": [],
631
+ "audience": "org",
632
+ "storeListed": true,
633
+ "sourceManifestHash": "3c5f057cbc4b640e955ab924ca151cd72828023194c7f81820f6876f5e660ce4"
634
+ },
635
+ {
636
+ "id": "public-gateway",
637
+ "version": "0.1.0",
638
+ "tier": "system",
639
+ "target": "server",
640
+ "origin": "third-party",
641
+ "mandatory": false,
642
+ "repo": "repos/xema-community",
643
+ "path": "repos/xema-community/biomes/public-gateway",
644
+ "services": [
645
+ "public-gateway-api"
646
+ ],
647
+ "displayName": "Public Gateway",
648
+ "packageName": "@xemahq/biomes-public-gateway",
649
+ "requiresServerBiomes": [],
650
+ "optionalServerBiomes": [],
651
+ "audience": "org",
652
+ "storeListed": true,
653
+ "sourceManifestHash": "fa42d234eeba192679e9f38f4371581f6fcd6c4eb3b3258c5bc9e7da3fbf8891"
654
+ },
655
+ {
656
+ "id": "runners-web",
657
+ "version": "0.1.0",
658
+ "tier": "system",
659
+ "target": "web",
660
+ "origin": "third-party",
661
+ "mandatory": false,
662
+ "repo": "submodules/xema-host-web",
663
+ "path": "submodules/xema-host-web/biomes/system/runners-web",
664
+ "services": [],
665
+ "displayName": "Runners (Web)",
666
+ "packageName": "@xemahq/biomes-system-runners-web",
667
+ "requiresServerBiomes": [],
668
+ "optionalServerBiomes": [],
669
+ "audience": "org",
670
+ "storeListed": true,
671
+ "sourceManifestHash": "35f4307ec06f129900b391c902c8b18449c1a1377bdf62b9cb0d50ef839dc1e7",
672
+ "display": {
673
+ "icon": "cpu",
674
+ "category": "Infrastructure",
675
+ "summary": "Monitor and manage execution runners."
676
+ }
677
+ },
678
+ {
679
+ "id": "search-web",
680
+ "version": "0.1.0",
681
+ "tier": "system",
682
+ "target": "web",
683
+ "origin": "third-party",
684
+ "mandatory": false,
685
+ "repo": "submodules/xema-host-web",
686
+ "path": "submodules/xema-host-web/biomes/system/search-web",
687
+ "services": [],
688
+ "displayName": "Search (Web)",
689
+ "packageName": "@xemahq/biomes-system-search-web",
690
+ "requiresServerBiomes": [],
691
+ "optionalServerBiomes": [],
692
+ "audience": "org",
693
+ "storeListed": true,
694
+ "sourceManifestHash": "9c4d3433c76572ac74ae408df911ed43cff33f54534bbd799766b18fc721ec5c",
695
+ "display": {
696
+ "icon": "search",
697
+ "category": "Platform",
698
+ "summary": "Search across the platform."
699
+ }
700
+ },
701
+ {
702
+ "id": "service-registry-web",
703
+ "version": "0.1.0",
704
+ "tier": "system",
705
+ "target": "web",
706
+ "origin": "third-party",
707
+ "mandatory": false,
708
+ "repo": "submodules/xema-host-web",
709
+ "path": "submodules/xema-host-web/biomes/system/service-registry-web",
710
+ "services": [],
711
+ "displayName": "Service Registry (Web)",
712
+ "packageName": "@xemahq/biomes-system-service-registry-web",
713
+ "requiresServerBiomes": [],
714
+ "optionalServerBiomes": [],
715
+ "audience": "org",
716
+ "storeListed": true,
717
+ "sourceManifestHash": "1e8a88d148b43fe3024d7b3de3a00c09495f9d56e9dc372f416504a56ef59d29",
718
+ "display": {
719
+ "icon": "network",
720
+ "category": "Platform",
721
+ "summary": "Inspect the service registry."
722
+ }
723
+ },
724
+ {
725
+ "id": "space-registry",
726
+ "version": "0.1.0",
727
+ "tier": "system",
728
+ "target": "server",
729
+ "origin": "third-party",
730
+ "mandatory": false,
731
+ "repo": "repos/xema-community",
732
+ "path": "repos/xema-community/biomes/space-registry",
733
+ "services": [
734
+ "space-registry-api"
735
+ ],
736
+ "displayName": "Space Registry",
737
+ "packageName": "@xemahq/biomes-space-registry",
738
+ "requiresServerBiomes": [],
739
+ "optionalServerBiomes": [],
740
+ "audience": "org",
741
+ "storeListed": true,
742
+ "sourceManifestHash": "1e4a7b53d64247c769eaa7450d1734287d9cecab04fc651bf2abcc8a51854c3f"
743
+ },
744
+ {
745
+ "id": "spaces-web",
746
+ "version": "0.1.0",
747
+ "tier": "system",
748
+ "target": "web",
749
+ "origin": "third-party",
750
+ "mandatory": false,
751
+ "repo": "submodules/xema-host-web",
752
+ "path": "submodules/xema-host-web/biomes/system/spaces-web",
753
+ "services": [],
754
+ "displayName": "Spaces (Web)",
755
+ "packageName": "@xemahq/biomes-system-spaces-web",
756
+ "requiresServerBiomes": [],
757
+ "optionalServerBiomes": [],
758
+ "audience": "org",
759
+ "storeListed": false,
760
+ "sourceManifestHash": "e69655eb53188b985778ebf483acb845648dd44fae78eb23acb89e83ff854cbf",
761
+ "display": {
762
+ "icon": "layers",
763
+ "category": "Workspace",
764
+ "summary": "Organize work into spaces."
765
+ },
766
+ "systemSurface": true
767
+ },
768
+ {
769
+ "id": "user-hub",
770
+ "version": "0.1.0",
771
+ "tier": "system",
772
+ "target": "server",
773
+ "origin": "third-party",
774
+ "mandatory": false,
775
+ "repo": "repos/xema-community",
776
+ "path": "repos/xema-community/biomes/user-hub",
777
+ "services": [
778
+ "user-hub-api"
779
+ ],
780
+ "displayName": "User Hub",
781
+ "packageName": "@xemahq/biomes-user-hub",
782
+ "requiresServerBiomes": [],
783
+ "optionalServerBiomes": [],
784
+ "audience": "org",
785
+ "storeListed": true,
786
+ "sourceManifestHash": "7c165b8b54c9d41759cf07c120185f90655245ad919358fb1e75f74d95cbc1ad"
787
+ },
788
+ {
789
+ "id": "user-hub-web",
790
+ "version": "0.1.0",
791
+ "tier": "system",
792
+ "target": "web",
793
+ "origin": "third-party",
794
+ "mandatory": false,
795
+ "repo": "submodules/xema-host-web",
796
+ "path": "submodules/xema-host-web/biomes/system/user-hub-web",
797
+ "services": [],
798
+ "displayName": "User Hub (Web)",
799
+ "packageName": "@xemahq/biomes-system-user-hub-web",
800
+ "requiresServerBiomes": [],
801
+ "optionalServerBiomes": [],
802
+ "audience": "org",
803
+ "storeListed": true,
804
+ "sourceManifestHash": "065a75aa23d071cfed2236b06af8c974e89cf5f916710e899a0679e8ac5f673d",
805
+ "display": {
806
+ "icon": "users",
807
+ "category": "Administration",
808
+ "summary": "Manage users and organizations."
809
+ }
810
+ },
811
+ {
812
+ "id": "workload-runtime",
813
+ "version": "0.1.0",
814
+ "tier": "system",
815
+ "target": "server",
816
+ "origin": "third-party",
817
+ "mandatory": false,
818
+ "repo": "repos/xema-platform",
819
+ "path": "repos/xema-platform/biomes/workload-runtime",
820
+ "services": [
821
+ "workload-runtime-api"
822
+ ],
823
+ "displayName": "Workload Runtime",
824
+ "packageName": "@xemahq/biomes-workload-runtime",
825
+ "requiresServerBiomes": [],
826
+ "optionalServerBiomes": [],
827
+ "audience": "org",
828
+ "storeListed": true,
829
+ "sourceManifestHash": "0f0c2b6c5045c0ef9603cd7e47c45e418cbc33159d75872907571786633c699e"
830
+ },
831
+ {
832
+ "id": "workspace-storage-pool",
833
+ "version": "0.1.0",
834
+ "tier": "system",
835
+ "target": "server",
836
+ "origin": "third-party",
837
+ "mandatory": false,
838
+ "repo": "repos/xema-platform",
839
+ "path": "repos/xema-platform/biomes/workspace-storage-pool",
840
+ "services": [
841
+ "workspace-storage-pool-api"
842
+ ],
843
+ "displayName": "Workspace Storage Pool",
844
+ "packageName": "@xemahq/biomes-workspace-storage-pool",
845
+ "requiresServerBiomes": [],
846
+ "optionalServerBiomes": [],
847
+ "audience": "org",
848
+ "storeListed": true,
849
+ "sourceManifestHash": "0a67bc171cd83ce98e39d305b0a484a5d5f6a5bac5d64dad0169f9bc3b49c045"
850
+ },
851
+ {
852
+ "id": "xema-biome-runner",
853
+ "version": "0.1.0",
854
+ "tier": "system",
855
+ "target": "server",
856
+ "origin": "third-party",
857
+ "mandatory": false,
858
+ "repo": "repos/xema-community",
859
+ "path": "repos/xema-community/biomes/xema-biome-runner",
860
+ "services": [
861
+ "xema-biome-runner"
862
+ ],
863
+ "displayName": "Xema Biome Runner",
864
+ "packageName": "@xemahq/biomes-xema-biome-runner",
865
+ "requiresServerBiomes": [],
866
+ "optionalServerBiomes": [],
867
+ "audience": "org",
868
+ "storeListed": true,
869
+ "sourceManifestHash": "9b7f39a4e1153825bcdcf723e2bb70714b7e48d818033b5ac70395fd3e72a171"
870
+ },
871
+ {
872
+ "id": "xema-capability-router",
873
+ "version": "0.1.0",
874
+ "tier": "system",
875
+ "target": "server",
876
+ "origin": "third-party",
877
+ "mandatory": false,
878
+ "repo": "repos/xema-community",
879
+ "path": "repos/xema-community/biomes/xema-capability-router",
880
+ "services": [
881
+ "xema-capability-router"
882
+ ],
883
+ "displayName": "Xema Capability Router",
884
+ "packageName": "@xemahq/biomes-xema-capability-router",
885
+ "requiresServerBiomes": [],
886
+ "optionalServerBiomes": [],
887
+ "audience": "org",
888
+ "storeListed": true,
889
+ "sourceManifestHash": "9d081473ddcf77eb549b6e672e1627fa188c7b530c18167599ae1b4524971f81"
890
+ },
891
+ {
892
+ "id": "xema-platform-worker",
893
+ "version": "0.1.0",
894
+ "tier": "system",
895
+ "target": "server",
896
+ "origin": "third-party",
897
+ "mandatory": false,
898
+ "repo": "repos/xema-platform",
899
+ "path": "repos/xema-platform/biomes/xema-platform-worker",
900
+ "services": [
901
+ "xema-platform-worker"
902
+ ],
903
+ "displayName": "Xema Platform Worker",
904
+ "packageName": "@xemahq/biomes-xema-platform-worker",
905
+ "requiresServerBiomes": [],
906
+ "optionalServerBiomes": [],
907
+ "audience": "org",
908
+ "storeListed": true,
909
+ "sourceManifestHash": "f1cc7347b36cf86585faac833f644a131974669f08df69d76c468bbc2b0e622c"
910
+ },
911
+ {
912
+ "id": "xema-shell",
913
+ "version": "0.1.0",
914
+ "tier": "system",
915
+ "target": "server",
916
+ "origin": "third-party",
917
+ "mandatory": false,
918
+ "repo": "repos/xema-community",
919
+ "path": "repos/xema-community/biomes/xema-shell",
920
+ "services": [
921
+ "xema-shell-api"
922
+ ],
923
+ "displayName": "Xema Shell",
924
+ "packageName": "@xemahq/biomes-xema-shell",
925
+ "requiresServerBiomes": [],
926
+ "optionalServerBiomes": [],
927
+ "audience": "org",
928
+ "storeListed": true,
929
+ "sourceManifestHash": "cf43bca5231a4c810391020970678504f7e865b7e8a0ef2c02cc23d1b115ef51"
930
+ },
931
+ {
932
+ "id": "xema-store",
933
+ "version": "0.1.0",
934
+ "tier": "system",
935
+ "target": "server",
936
+ "origin": "third-party",
937
+ "mandatory": false,
938
+ "repo": "repos/xema-store-api",
939
+ "path": "repos/xema-store-api/biomes/xema-store",
940
+ "services": [
941
+ "xema-store-api"
942
+ ],
943
+ "displayName": "Xema Store",
944
+ "packageName": "@xemahq/biomes-xema-store",
945
+ "requiresServerBiomes": [],
946
+ "optionalServerBiomes": [],
947
+ "audience": "org",
948
+ "storeListed": true,
949
+ "sourceManifestHash": "f9f238beb7cf38c83b1caf6f3681c0d5dca999960dcce6ccedab7f532814e318"
950
+ },
951
+ {
952
+ "id": "agent-runtime",
953
+ "version": "0.1.0",
954
+ "tier": "base",
955
+ "target": "server",
956
+ "origin": "third-party",
957
+ "mandatory": false,
958
+ "repo": "repos/xema-community",
959
+ "path": "repos/xema-community/biomes/agent-runtime",
960
+ "services": [
961
+ "agent-session-api",
962
+ "artifact-store-api",
963
+ "llm-registry-api",
964
+ "memory-api",
965
+ "skill-registry-api"
966
+ ],
967
+ "displayName": "Agent Runtime",
968
+ "packageName": "@xemahq/biomes-agent-runtime",
969
+ "requiresServerBiomes": [],
970
+ "optionalServerBiomes": [],
971
+ "audience": "org",
972
+ "storeListed": true,
973
+ "sourceManifestHash": "344f1edd9dfdf57c24c29636808d2e12a63e96e0a4eda4a2ee328ee7c22219d7"
974
+ },
975
+ {
976
+ "id": "backlog",
977
+ "version": "0.1.0",
978
+ "tier": "base",
979
+ "target": "server",
980
+ "origin": "third-party",
981
+ "mandatory": false,
982
+ "repo": "repos/xema-community",
983
+ "path": "repos/xema-community/biomes/backlog",
984
+ "services": [
985
+ "backlog-api"
986
+ ],
987
+ "displayName": "Backlog",
988
+ "packageName": "@xemahq/biomes-backlog",
989
+ "requiresServerBiomes": [],
990
+ "optionalServerBiomes": [],
991
+ "audience": "org",
992
+ "storeListed": true,
993
+ "sourceManifestHash": "7be13f88e41e4435b8b50032a0fee7a6ae5fca44a4b54819087aea52357882a7"
994
+ },
995
+ {
996
+ "id": "control-plane",
997
+ "version": "0.1.0",
998
+ "tier": "base",
999
+ "target": "server",
1000
+ "origin": "third-party",
1001
+ "mandatory": false,
1002
+ "repo": "repos/xema-community",
1003
+ "path": "repos/xema-community/biomes/control-plane",
1004
+ "services": [
1005
+ "control-plane-api"
1006
+ ],
1007
+ "displayName": "Control Plane",
1008
+ "packageName": "@xemahq/biomes-control-plane",
1009
+ "requiresServerBiomes": [],
1010
+ "optionalServerBiomes": [],
1011
+ "audience": "org",
1012
+ "storeListed": true,
1013
+ "sourceManifestHash": "08a6aa80d0428c7063699bf7d5eceeb336dd9348a671d671946c120f098be72c"
1014
+ },
1015
+ {
1016
+ "id": "conversation-channels",
1017
+ "version": "0.1.0",
1018
+ "tier": "base",
1019
+ "target": "server",
1020
+ "origin": "third-party",
1021
+ "mandatory": false,
1022
+ "repo": "repos/xema-community",
1023
+ "path": "repos/xema-community/biomes/conversation-channels",
1024
+ "services": [
1025
+ "channel-gateway-api"
1026
+ ],
1027
+ "displayName": "Conversation Channels",
1028
+ "packageName": "@xemahq/biomes-conversation-channels",
1029
+ "requiresServerBiomes": [],
1030
+ "optionalServerBiomes": [],
1031
+ "audience": "org",
1032
+ "storeListed": true,
1033
+ "sourceManifestHash": "40421b36a3aeaf894530b8cb2274e6375f06fa8559e7614776576d65d3b472be"
1034
+ },
1035
+ {
1036
+ "id": "document-rendering",
1037
+ "version": "0.1.0",
1038
+ "tier": "base",
1039
+ "target": "server",
1040
+ "origin": "third-party",
1041
+ "mandatory": false,
1042
+ "repo": "repos/xema-platform",
1043
+ "path": "repos/xema-platform/biomes/document-rendering",
1044
+ "services": [
1045
+ "document-render-api"
1046
+ ],
1047
+ "displayName": "Document Rendering",
1048
+ "packageName": "@xemahq/biomes-document-rendering",
1049
+ "requiresServerBiomes": [],
1050
+ "optionalServerBiomes": [],
1051
+ "audience": "org",
1052
+ "storeListed": true,
1053
+ "sourceManifestHash": "f03816a9181f5bc8870baa7867a966437b9816e81c4c67a1df2e323d92fb427b"
1054
+ },
1055
+ {
1056
+ "id": "integration-platform",
1057
+ "version": "0.1.0",
1058
+ "tier": "base",
1059
+ "target": "server",
1060
+ "origin": "third-party",
1061
+ "mandatory": false,
1062
+ "repo": "repos/xema-platform",
1063
+ "path": "repos/xema-platform/biomes/integration-platform",
1064
+ "services": [
1065
+ "connector-gateway-api",
1066
+ "credential-broker-api"
1067
+ ],
1068
+ "displayName": "Integration Platform",
1069
+ "packageName": "@xemahq/biomes-integration-platform",
1070
+ "requiresServerBiomes": [],
1071
+ "optionalServerBiomes": [],
1072
+ "audience": "org",
1073
+ "storeListed": true,
1074
+ "sourceManifestHash": "bbbe34c2b7de0159f354f56b9abe61607f67ef41a4ac313dd9bd081d124f2071"
1075
+ },
1076
+ {
1077
+ "id": "knowledge-base",
1078
+ "version": "0.1.0",
1079
+ "tier": "base",
1080
+ "target": "server",
1081
+ "origin": "third-party",
1082
+ "mandatory": false,
1083
+ "repo": "repos/xema-community",
1084
+ "path": "repos/xema-community/biomes/knowledge-base",
1085
+ "services": [
1086
+ "knowledge-base-api"
1087
+ ],
1088
+ "displayName": "Knowledge Base",
1089
+ "packageName": "@xemahq/biomes-knowledge-base",
1090
+ "requiresServerBiomes": [],
1091
+ "optionalServerBiomes": [],
1092
+ "audience": "org",
1093
+ "storeListed": true,
1094
+ "sourceManifestHash": "766263a26659a545af2942897efb33f0188a865e7584507b519794704656aaf8"
1095
+ },
1096
+ {
1097
+ "id": "mcp-router",
1098
+ "version": "0.1.0",
1099
+ "tier": "base",
1100
+ "target": "server",
1101
+ "origin": "third-party",
1102
+ "mandatory": false,
1103
+ "repo": "repos/xema-community",
1104
+ "path": "repos/xema-community/biomes/mcp-router",
1105
+ "services": [
1106
+ "mcp-gateway-api"
1107
+ ],
1108
+ "displayName": "Mcp Router",
1109
+ "packageName": "@xemahq/biomes-mcp-router",
1110
+ "requiresServerBiomes": [],
1111
+ "optionalServerBiomes": [],
1112
+ "audience": "org",
1113
+ "storeListed": true,
1114
+ "sourceManifestHash": "c88d39d943a574794e2ad01873c7f98e01b684ce5b435ec19fea0866a3ceac2b"
1115
+ },
1116
+ {
1117
+ "id": "project-registry",
1118
+ "version": "0.1.0",
1119
+ "tier": "base",
1120
+ "target": "server",
1121
+ "origin": "third-party",
1122
+ "mandatory": false,
1123
+ "repo": "repos/xema-community",
1124
+ "path": "repos/xema-community/biomes/project-registry",
1125
+ "services": [
1126
+ "project-registry-api"
1127
+ ],
1128
+ "displayName": "Project Registry",
1129
+ "packageName": "@xemahq/biomes-project-registry",
1130
+ "requiresServerBiomes": [],
1131
+ "optionalServerBiomes": [],
1132
+ "audience": "org",
1133
+ "storeListed": true,
1134
+ "sourceManifestHash": "93624e28d15e360b7bd05cffa690f4d1112ef3681fd2ebbbf9683c3f4ebd49a6"
1135
+ },
1136
+ {
1137
+ "id": "search",
1138
+ "version": "0.1.0",
1139
+ "tier": "base",
1140
+ "target": "server",
1141
+ "origin": "third-party",
1142
+ "mandatory": false,
1143
+ "repo": "repos/xema-platform",
1144
+ "path": "repos/xema-platform/biomes/search",
1145
+ "services": [
1146
+ "search-api"
1147
+ ],
1148
+ "displayName": "Search",
1149
+ "packageName": "@xemahq/biomes-search",
1150
+ "requiresServerBiomes": [],
1151
+ "optionalServerBiomes": [],
1152
+ "audience": "org",
1153
+ "storeListed": true,
1154
+ "sourceManifestHash": "187a46e837d51ead9f7cd0e03cbae447c7b0b0c0f7a13dc3751dd5d8e1de97d5"
1155
+ },
1156
+ {
1157
+ "id": "workflow-runtime",
1158
+ "version": "0.1.0",
1159
+ "tier": "base",
1160
+ "target": "server",
1161
+ "origin": "third-party",
1162
+ "mandatory": false,
1163
+ "repo": "repos/xema-community",
1164
+ "path": "repos/xema-community/biomes/workflow-runtime",
1165
+ "services": [
1166
+ "deliverable-specs-api",
1167
+ "workflow-engine-api",
1168
+ "workflow-runtime-worker"
1169
+ ],
1170
+ "displayName": "Workflow Runtime",
1171
+ "packageName": "@xemahq/biomes-workflow-runtime",
1172
+ "requiresServerBiomes": [],
1173
+ "optionalServerBiomes": [],
1174
+ "audience": "org",
1175
+ "storeListed": true,
1176
+ "sourceManifestHash": "67b083e207c8b37ba286219c9367b9bdb06a7e70765ff3ba11c58487ff3d2914"
1177
+ },
1178
+ {
1179
+ "id": "workspace-orchestrator",
1180
+ "version": "0.1.0",
1181
+ "tier": "base",
1182
+ "target": "server",
1183
+ "origin": "third-party",
1184
+ "mandatory": false,
1185
+ "repo": "repos/xema-platform",
1186
+ "path": "repos/xema-platform/biomes/workspace-orchestrator",
1187
+ "services": [
1188
+ "workspace-orchestrator-api"
1189
+ ],
1190
+ "displayName": "Workspace Orchestrator",
1191
+ "packageName": "@xemahq/biomes-workspace-orchestrator",
1192
+ "requiresServerBiomes": [],
1193
+ "optionalServerBiomes": [],
1194
+ "audience": "org",
1195
+ "storeListed": true,
1196
+ "sourceManifestHash": "39a039b3417b4c562dc61188901497d442a502003ec8cc119aa57ec25ca8de7d"
1197
+ },
1198
+ {
1199
+ "id": "workspace-proxy",
1200
+ "version": "0.1.0",
1201
+ "tier": "base",
1202
+ "target": "server",
1203
+ "origin": "third-party",
1204
+ "mandatory": false,
1205
+ "repo": "repos/xema-community",
1206
+ "path": "repos/xema-community/biomes/workspace-proxy",
1207
+ "services": [
1208
+ "workspace-materialization-api",
1209
+ "workspace-proxy"
1210
+ ],
1211
+ "displayName": "Workspace Proxy",
1212
+ "packageName": "@xemahq/biomes-workspace-proxy",
1213
+ "requiresServerBiomes": [],
1214
+ "optionalServerBiomes": [],
1215
+ "audience": "org",
1216
+ "storeListed": true,
1217
+ "sourceManifestHash": "4a3b6670a973fe73847ff47ede16a09fe43da0898118d612246aab325c87835e"
1218
+ }
1219
+ ],
1220
+ "platformServices": [
1221
+ {
1222
+ "name": "xema-kernel-server",
1223
+ "tier": "kernel"
1224
+ },
1225
+ {
1226
+ "name": "docs-api",
1227
+ "tier": "platform"
1228
+ },
1229
+ {
1230
+ "name": "opencode-image-prepuller",
1231
+ "tier": "platform"
1232
+ },
1233
+ {
1234
+ "name": "opencode-workers",
1235
+ "tier": "platform"
1236
+ },
1237
+ {
1238
+ "name": "xema-host-web",
1239
+ "tier": "edge"
1240
+ }
1241
+ ],
1242
+ "resolvedAt": "2026-06-27T10:42:07.917Z",
1243
+ "inputHash": "583f54c04cbc65f1a65187695ae4642e0608f9160070f44e6ca63aa6489c19de"
1244
+ }