@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,1978 @@
1
+ {
2
+ "schemaVersion": 1,
3
+ "distributionId": "oss",
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
+ "id": "agents-tools-web",
1221
+ "version": "0.1.0",
1222
+ "tier": "platform",
1223
+ "target": "web",
1224
+ "origin": "third-party",
1225
+ "mandatory": false,
1226
+ "repo": "submodules/xema-host-web",
1227
+ "path": "submodules/xema-host-web/biomes/platform/agents-tools-web",
1228
+ "services": [],
1229
+ "displayName": "Agents & Tools (Web)",
1230
+ "packageName": "@xemahq/biomes-platform-agents-tools-web",
1231
+ "requiresServerBiomes": [
1232
+ "agent-runtime"
1233
+ ],
1234
+ "optionalServerBiomes": [],
1235
+ "audience": "org",
1236
+ "storeListed": true,
1237
+ "sourceManifestHash": "25aa053c6d17079f314045ba7371f58d69574a3d3ae73835a0529a8e92fb7ac8",
1238
+ "display": {
1239
+ "icon": "users",
1240
+ "category": "Build",
1241
+ "summary": "Browse and configure the four kernel primitives — Agents, Agent Compositions, Skills, Tools (MCP servers + catalogs), and Models (provider catalog + Model Resolution Matrix) — that power every agent surface in a project."
1242
+ }
1243
+ },
1244
+ {
1245
+ "id": "apps-web",
1246
+ "version": "0.1.0",
1247
+ "tier": "platform",
1248
+ "target": "web",
1249
+ "origin": "third-party",
1250
+ "mandatory": false,
1251
+ "repo": "submodules/xema-host-web",
1252
+ "path": "submodules/xema-host-web/biomes/platform/apps-web",
1253
+ "services": [],
1254
+ "displayName": "Apps (Web)",
1255
+ "packageName": "@xemahq/biomes-platform-apps-web",
1256
+ "requiresServerBiomes": [
1257
+ "app-runtime"
1258
+ ],
1259
+ "optionalServerBiomes": [],
1260
+ "audience": "org",
1261
+ "storeListed": true,
1262
+ "sourceManifestHash": "53fdeb7f96de8f56d2793408fb52c5afd7c9d02eba47bab4138dcd2179d6c217",
1263
+ "display": {
1264
+ "icon": "app-window",
1265
+ "category": "Engineering",
1266
+ "summary": "Compose installed biomes into audience-aware apps with branding, environments, and embed clients."
1267
+ }
1268
+ },
1269
+ {
1270
+ "id": "aws-integration",
1271
+ "version": "1.0.0",
1272
+ "tier": "platform",
1273
+ "target": "server",
1274
+ "origin": "third-party",
1275
+ "mandatory": false,
1276
+ "repo": "repos/xema-biomes-community",
1277
+ "path": "repos/xema-biomes-community/biomes/platform/aws-integration",
1278
+ "services": [],
1279
+ "displayName": "AWS Integration",
1280
+ "packageName": "@xemahq/biomes-platform-aws-integration",
1281
+ "requiresServerBiomes": [],
1282
+ "optionalServerBiomes": [],
1283
+ "audience": "org",
1284
+ "storeListed": true,
1285
+ "sourceManifestHash": "e2951a9a45f247419159f0257402143ca7da7ecc557a539d8c6478ac30ac0444"
1286
+ },
1287
+ {
1288
+ "id": "backlog-web",
1289
+ "version": "0.1.0",
1290
+ "tier": "platform",
1291
+ "target": "web",
1292
+ "origin": "third-party",
1293
+ "mandatory": false,
1294
+ "repo": "submodules/xema-host-web",
1295
+ "path": "submodules/xema-host-web/biomes/platform/backlog-web",
1296
+ "services": [],
1297
+ "displayName": "Backlog (Web)",
1298
+ "packageName": "@xemahq/biomes-platform-backlog-web",
1299
+ "requiresServerBiomes": [
1300
+ "backlog"
1301
+ ],
1302
+ "optionalServerBiomes": [],
1303
+ "audience": "org",
1304
+ "storeListed": true,
1305
+ "sourceManifestHash": "886f0cba19a472cab2de3c4283240dd9b2142a27cd07e8f2725821b586487fe1",
1306
+ "display": {
1307
+ "icon": "list-todo",
1308
+ "category": "Engineering",
1309
+ "summary": "Plan and track work items on the project backlog."
1310
+ }
1311
+ },
1312
+ {
1313
+ "id": "database-buddy",
1314
+ "version": "1.0.0",
1315
+ "tier": "platform",
1316
+ "target": "server",
1317
+ "origin": "third-party",
1318
+ "mandatory": false,
1319
+ "repo": "repos/xema-cultivars",
1320
+ "path": "repos/xema-cultivars/biomes/platform/database-buddy",
1321
+ "services": [],
1322
+ "displayName": "Database Buddy",
1323
+ "packageName": "@xemahq/biomes-platform-database-buddy",
1324
+ "requiresServerBiomes": [],
1325
+ "optionalServerBiomes": [],
1326
+ "audience": "org",
1327
+ "storeListed": true,
1328
+ "sourceManifestHash": "c88921c3614c4aa58d3894c6d494fc5d1f0710c255a805d57a0eb34846ffa531"
1329
+ },
1330
+ {
1331
+ "id": "demo",
1332
+ "version": "1.0.0",
1333
+ "tier": "platform",
1334
+ "target": "server",
1335
+ "origin": "third-party",
1336
+ "mandatory": false,
1337
+ "repo": "repos/xema-biomes-community",
1338
+ "path": "repos/xema-biomes-community/biomes/platform/demo",
1339
+ "services": [],
1340
+ "displayName": "Xema Demo Lab",
1341
+ "packageName": "@xemahq/biomes-platform-demo",
1342
+ "requiresServerBiomes": [],
1343
+ "optionalServerBiomes": [],
1344
+ "audience": "org",
1345
+ "storeListed": true,
1346
+ "sourceManifestHash": "4431388bd35e3eaf02bc1fbe4edd29655af0692b285fd6b6c4da610386555ef3"
1347
+ },
1348
+ {
1349
+ "id": "design-system-builder",
1350
+ "version": "1.0.0",
1351
+ "tier": "platform",
1352
+ "target": "server",
1353
+ "origin": "third-party",
1354
+ "mandatory": false,
1355
+ "repo": "repos/xema-cultivars",
1356
+ "path": "repos/xema-cultivars/biomes/platform/design-system-builder",
1357
+ "services": [
1358
+ "design-system-builder-api"
1359
+ ],
1360
+ "displayName": "Design System Builder",
1361
+ "packageName": "@xemahq/biomes-platform-design-system-builder",
1362
+ "requiresServerBiomes": [],
1363
+ "optionalServerBiomes": [],
1364
+ "audience": "org",
1365
+ "storeListed": true,
1366
+ "sourceManifestHash": "7309e1a5328968d3f183b1c4fffa10f9efe5cb80c9688fb7c06421658af3528f"
1367
+ },
1368
+ {
1369
+ "id": "document-buddy",
1370
+ "version": "1.0.0",
1371
+ "tier": "platform",
1372
+ "target": "server",
1373
+ "origin": "third-party",
1374
+ "mandatory": false,
1375
+ "repo": "repos/xema-cultivars",
1376
+ "path": "repos/xema-cultivars/biomes/platform/document-buddy",
1377
+ "services": [],
1378
+ "displayName": "Document Buddy",
1379
+ "packageName": "@xemahq/biomes-platform-document-buddy",
1380
+ "requiresServerBiomes": [],
1381
+ "optionalServerBiomes": [],
1382
+ "audience": "org",
1383
+ "storeListed": true,
1384
+ "sourceManifestHash": "e0544c645a47c08d7da640d21c488909f99931cba41712389096176ca7f90e60"
1385
+ },
1386
+ {
1387
+ "id": "document-buddy-reference",
1388
+ "version": "1.0.0",
1389
+ "tier": "platform",
1390
+ "target": "server",
1391
+ "origin": "third-party",
1392
+ "mandatory": false,
1393
+ "repo": "repos/xema-biomes-community",
1394
+ "path": "repos/xema-biomes-community/biomes/document-buddy-reference",
1395
+ "services": [],
1396
+ "displayName": "Document Buddy (reference)",
1397
+ "packageName": "@xemahq/biomes-community-document-buddy-reference",
1398
+ "requiresServerBiomes": [],
1399
+ "optionalServerBiomes": [],
1400
+ "audience": "org",
1401
+ "storeListed": true,
1402
+ "sourceManifestHash": "b3008a00fe5010aa492c33a52bbd609dc0005ad8af4e17b1281daabe09376099"
1403
+ },
1404
+ {
1405
+ "id": "documents-web",
1406
+ "version": "0.1.0",
1407
+ "tier": "platform",
1408
+ "target": "web",
1409
+ "origin": "third-party",
1410
+ "mandatory": false,
1411
+ "repo": "submodules/xema-host-web",
1412
+ "path": "submodules/xema-host-web/biomes/platform/documents-web",
1413
+ "services": [],
1414
+ "displayName": "Documents (Web)",
1415
+ "packageName": "@xemahq/biomes-platform-documents-web",
1416
+ "requiresServerBiomes": [
1417
+ "knowledge-base"
1418
+ ],
1419
+ "optionalServerBiomes": [],
1420
+ "audience": "org",
1421
+ "storeListed": true,
1422
+ "sourceManifestHash": "74ab828a8d8ce40b55fc4fa7fc2a08103df3fa11e15421656383ddfe6359f083",
1423
+ "display": {
1424
+ "icon": "book-open",
1425
+ "category": "Knowledge",
1426
+ "summary": "Read and edit knowledge-base pages, design artifacts, and pipeline-produced documents."
1427
+ }
1428
+ },
1429
+ {
1430
+ "id": "gmail-connector",
1431
+ "version": "0.1.0",
1432
+ "tier": "platform",
1433
+ "target": "server",
1434
+ "origin": "first-party",
1435
+ "mandatory": false,
1436
+ "repo": "repos/xema-biomes-community",
1437
+ "path": "repos/xema-biomes-community/biomes/platform/gmail-connector",
1438
+ "services": [],
1439
+ "displayName": "Gmail Connector",
1440
+ "packageName": "@xemahq/biomes-platform-gmail",
1441
+ "requiresServerBiomes": [],
1442
+ "optionalServerBiomes": [],
1443
+ "audience": "org",
1444
+ "storeListed": true,
1445
+ "sourceManifestHash": "0ab0db9016e13996fab4a69e6b4f84bcf8aebc52b9f5806400d8470b06f8a250"
1446
+ },
1447
+ {
1448
+ "id": "imap-fetcher",
1449
+ "version": "0.1.0",
1450
+ "tier": "platform",
1451
+ "target": "server",
1452
+ "origin": "first-party",
1453
+ "mandatory": false,
1454
+ "repo": "repos/xema-biomes-community",
1455
+ "path": "repos/xema-biomes-community/biomes/platform/imap-fetcher",
1456
+ "services": [],
1457
+ "displayName": "Email Fetch (IMAP)",
1458
+ "packageName": "@xemahq/biomes-platform-imap-fetcher",
1459
+ "requiresServerBiomes": [],
1460
+ "optionalServerBiomes": [],
1461
+ "audience": "org",
1462
+ "storeListed": true,
1463
+ "sourceManifestHash": "3dbfe3c843d5a216f21a0839ca4926d0702d5e2d4a4ed0af0e3594b93aef2e61"
1464
+ },
1465
+ {
1466
+ "id": "inbox-web",
1467
+ "version": "0.1.0",
1468
+ "tier": "platform",
1469
+ "target": "web",
1470
+ "origin": "third-party",
1471
+ "mandatory": false,
1472
+ "repo": "submodules/xema-host-web",
1473
+ "path": "submodules/xema-host-web/biomes/platform/inbox-web",
1474
+ "services": [],
1475
+ "displayName": "Inbox (Web)",
1476
+ "packageName": "@xemahq/biomes-platform-inbox-web",
1477
+ "requiresServerBiomes": [
1478
+ "user-hub"
1479
+ ],
1480
+ "optionalServerBiomes": [],
1481
+ "audience": "org",
1482
+ "storeListed": true,
1483
+ "sourceManifestHash": "be8385663cd38752b3f6013ce0351415f78be8e3dcd2fe2909ea8dfc81f21877",
1484
+ "display": {
1485
+ "icon": "inbox",
1486
+ "category": "Engineering",
1487
+ "summary": "Notifications, questions, and tasks waiting on you across the project."
1488
+ }
1489
+ },
1490
+ {
1491
+ "id": "linear-integration",
1492
+ "version": "0.1.0",
1493
+ "tier": "platform",
1494
+ "target": "server",
1495
+ "origin": "first-party",
1496
+ "mandatory": false,
1497
+ "repo": "repos/xema-biomes-community",
1498
+ "path": "repos/xema-biomes-community/biomes/platform/linear-integration",
1499
+ "services": [],
1500
+ "displayName": "Linear Integration",
1501
+ "packageName": "@xemahq/biomes-platform-linear",
1502
+ "requiresServerBiomes": [],
1503
+ "optionalServerBiomes": [],
1504
+ "audience": "org",
1505
+ "storeListed": true,
1506
+ "sourceManifestHash": "1f92cb7e8cbf497ae6e4ee9b87347bab7bfe72694171e51c920598c038f7bab5"
1507
+ },
1508
+ {
1509
+ "id": "mailops",
1510
+ "version": "0.1.0",
1511
+ "tier": "platform",
1512
+ "target": "server",
1513
+ "origin": "third-party",
1514
+ "mandatory": false,
1515
+ "repo": "repos/xema-platform",
1516
+ "path": "repos/xema-platform/biomes/mailops",
1517
+ "services": [
1518
+ "mailops-api"
1519
+ ],
1520
+ "displayName": "MailOps",
1521
+ "packageName": "@xemahq/biomes-mailops",
1522
+ "requiresServerBiomes": [],
1523
+ "optionalServerBiomes": [],
1524
+ "audience": "org",
1525
+ "storeListed": true,
1526
+ "sourceManifestHash": "4992ed577d8c4bdd4a73a7a26c8612b59f7a23d41b9565088b7172b99f01e533"
1527
+ },
1528
+ {
1529
+ "id": "memory-maintenance",
1530
+ "version": "1.0.0",
1531
+ "tier": "platform",
1532
+ "target": "server",
1533
+ "origin": "third-party",
1534
+ "mandatory": false,
1535
+ "repo": "repos/xema-biomes-community",
1536
+ "path": "repos/xema-biomes-community/biomes/platform/memory-maintenance",
1537
+ "services": [],
1538
+ "displayName": "Memory Maintenance",
1539
+ "packageName": "@xemahq/biomes-platform-memory-maintenance",
1540
+ "requiresServerBiomes": [],
1541
+ "optionalServerBiomes": [],
1542
+ "audience": "org",
1543
+ "storeListed": true,
1544
+ "sourceManifestHash": "17a395fc10804c58c6bc819402e97e081dad4903348d58987f0c9d2eb2fd2c79"
1545
+ },
1546
+ {
1547
+ "id": "memory-web",
1548
+ "version": "0.1.0",
1549
+ "tier": "platform",
1550
+ "target": "web",
1551
+ "origin": "third-party",
1552
+ "mandatory": false,
1553
+ "repo": "submodules/xema-host-web",
1554
+ "path": "submodules/xema-host-web/biomes/platform/memory-web",
1555
+ "services": [],
1556
+ "displayName": "Memory (Web)",
1557
+ "packageName": "@xemahq/biomes-platform-memory-web",
1558
+ "requiresServerBiomes": [
1559
+ "agent-runtime"
1560
+ ],
1561
+ "optionalServerBiomes": [],
1562
+ "audience": "org",
1563
+ "storeListed": true,
1564
+ "sourceManifestHash": "027ee1b82984cbce8951d5f86ceae6dec0c32a0401e6eb7c02fa672ffdfc32ff",
1565
+ "display": {
1566
+ "icon": "brain",
1567
+ "category": "Knowledge",
1568
+ "summary": "Browse and edit the long-term memories agents author at runtime — lessons, patterns, corrections, and preferences scoped to the org, project, or user — plus the org-admin maintenance dashboard."
1569
+ }
1570
+ },
1571
+ {
1572
+ "id": "ms365-connector",
1573
+ "version": "0.1.0",
1574
+ "tier": "platform",
1575
+ "target": "server",
1576
+ "origin": "first-party",
1577
+ "mandatory": false,
1578
+ "repo": "repos/xema-biomes-community",
1579
+ "path": "repos/xema-biomes-community/biomes/platform/ms365-connector",
1580
+ "services": [],
1581
+ "displayName": "Microsoft 365 Connector",
1582
+ "packageName": "@xemahq/biomes-platform-ms365",
1583
+ "requiresServerBiomes": [],
1584
+ "optionalServerBiomes": [],
1585
+ "audience": "org",
1586
+ "storeListed": true,
1587
+ "sourceManifestHash": "94d9eb8dc1c15a8bb73763e87149ba5098da20237fffcd55a7f5f864edfb42e9"
1588
+ },
1589
+ {
1590
+ "id": "org-database-client",
1591
+ "version": "0.1.0",
1592
+ "tier": "platform",
1593
+ "target": "web",
1594
+ "origin": "third-party",
1595
+ "mandatory": false,
1596
+ "repo": "repos/xema-biomes-community",
1597
+ "path": "repos/xema-biomes-community/biomes/platform/org-database-client",
1598
+ "services": [],
1599
+ "displayName": "Database Client",
1600
+ "packageName": "@xemahq/biome-org-database-client",
1601
+ "requiresServerBiomes": [],
1602
+ "optionalServerBiomes": [],
1603
+ "audience": "org",
1604
+ "storeListed": true,
1605
+ "sourceManifestHash": "63e0346d02cd36b73b60c2f837c803f94db221796f9dbafc8d095596e8ae4944",
1606
+ "display": {
1607
+ "icon": "database",
1608
+ "category": "Data",
1609
+ "summary": "Connect to organization databases."
1610
+ }
1611
+ },
1612
+ {
1613
+ "id": "org-databases",
1614
+ "version": "0.1.0",
1615
+ "tier": "platform",
1616
+ "target": "web",
1617
+ "origin": "third-party",
1618
+ "mandatory": false,
1619
+ "repo": "repos/xema-cultivars",
1620
+ "path": "repos/xema-cultivars/biomes/platform/org-databases",
1621
+ "services": [],
1622
+ "displayName": "Organization Databases",
1623
+ "packageName": "@xemahq/biome-org-databases",
1624
+ "requiresServerBiomes": [],
1625
+ "optionalServerBiomes": [],
1626
+ "audience": "org",
1627
+ "storeListed": true,
1628
+ "sourceManifestHash": "2ae51922e756abc2a9298f10687c7f0a9b6fbcc92216dbe3f76196b48e13dfa5",
1629
+ "display": {
1630
+ "icon": "database",
1631
+ "category": "Data",
1632
+ "summary": "Organization database management."
1633
+ }
1634
+ },
1635
+ {
1636
+ "id": "org-databases-web",
1637
+ "version": "0.1.0",
1638
+ "tier": "platform",
1639
+ "target": "web",
1640
+ "origin": "third-party",
1641
+ "mandatory": false,
1642
+ "repo": "submodules/xema-host-web",
1643
+ "path": "submodules/xema-host-web/biomes/platform/org-databases-web",
1644
+ "services": [],
1645
+ "displayName": "Organization Databases (Web)",
1646
+ "packageName": "@xemahq/biomes-platform-org-databases-web",
1647
+ "requiresServerBiomes": [],
1648
+ "optionalServerBiomes": [],
1649
+ "audience": "org",
1650
+ "storeListed": true,
1651
+ "sourceManifestHash": "e9a1a47ea736abfa55fb36526511a0cf55fe5b5021849f10c19dcc5f94cbd12d",
1652
+ "display": {
1653
+ "icon": "database",
1654
+ "category": "Data",
1655
+ "summary": "Provision and operate organization databases."
1656
+ }
1657
+ },
1658
+ {
1659
+ "id": "project-biomes-web",
1660
+ "version": "0.1.0",
1661
+ "tier": "platform",
1662
+ "target": "web",
1663
+ "origin": "third-party",
1664
+ "mandatory": false,
1665
+ "repo": "submodules/xema-host-web",
1666
+ "path": "submodules/xema-host-web/biomes/platform/project-biomes-web",
1667
+ "services": [],
1668
+ "displayName": "Project Biomes (Web)",
1669
+ "packageName": "@xemahq/biomes-platform-project-biomes-web",
1670
+ "requiresServerBiomes": [
1671
+ "biome-host"
1672
+ ],
1673
+ "optionalServerBiomes": [],
1674
+ "audience": "org",
1675
+ "storeListed": true,
1676
+ "sourceManifestHash": "5840fe199b5d2e1a906944ae341d4a2617b9ac2b29760c970be149f064e0c143",
1677
+ "display": {
1678
+ "icon": "boxes",
1679
+ "category": "Build",
1680
+ "summary": "Install, configure, and control the biomes available to a project."
1681
+ }
1682
+ },
1683
+ {
1684
+ "id": "sessions-web",
1685
+ "version": "0.1.0",
1686
+ "tier": "platform",
1687
+ "target": "web",
1688
+ "origin": "third-party",
1689
+ "mandatory": false,
1690
+ "repo": "submodules/xema-host-web",
1691
+ "path": "submodules/xema-host-web/biomes/platform/sessions-web",
1692
+ "services": [],
1693
+ "displayName": "Sessions (Web)",
1694
+ "packageName": "@xemahq/biomes-platform-sessions-web",
1695
+ "requiresServerBiomes": [
1696
+ "agent-runtime"
1697
+ ],
1698
+ "optionalServerBiomes": [],
1699
+ "audience": "org",
1700
+ "storeListed": true,
1701
+ "sourceManifestHash": "d65a06ddd4a7fadcb323f66c396b7287ca1788ae32ec6df1617a369db53bb58c",
1702
+ "display": {
1703
+ "icon": "terminal",
1704
+ "category": "Engineering",
1705
+ "summary": "Interactive agent sessions: live chat, workspace preview, threads, branches, and reusable session templates."
1706
+ }
1707
+ },
1708
+ {
1709
+ "id": "skills-toolkit",
1710
+ "version": "1.0.0",
1711
+ "tier": "platform",
1712
+ "target": "server",
1713
+ "origin": "third-party",
1714
+ "mandatory": false,
1715
+ "repo": "repos/xema-biomes-community",
1716
+ "path": "repos/xema-biomes-community/biomes/platform/skills-toolkit",
1717
+ "services": [],
1718
+ "displayName": "Skills Toolkit",
1719
+ "packageName": "@xemahq/biomes-platform-skills-toolkit",
1720
+ "requiresServerBiomes": [],
1721
+ "optionalServerBiomes": [],
1722
+ "audience": "org",
1723
+ "storeListed": true,
1724
+ "sourceManifestHash": "9c0310e1a3f25a6fc4c47f12e52d766edd4e2e7c5964d00694dda75704cfae6f"
1725
+ },
1726
+ {
1727
+ "id": "smtp-sender",
1728
+ "version": "0.1.0",
1729
+ "tier": "platform",
1730
+ "target": "server",
1731
+ "origin": "first-party",
1732
+ "mandatory": false,
1733
+ "repo": "repos/xema-biomes-community",
1734
+ "path": "repos/xema-biomes-community/biomes/platform/smtp-sender",
1735
+ "services": [],
1736
+ "displayName": "Email Send (SMTP)",
1737
+ "packageName": "@xemahq/biomes-platform-smtp-sender",
1738
+ "requiresServerBiomes": [],
1739
+ "optionalServerBiomes": [],
1740
+ "audience": "org",
1741
+ "storeListed": true,
1742
+ "sourceManifestHash": "09bd7e7b5f88e9763fd13b146cc513597adce829a8bcb0b49c4ba967ab35afbf"
1743
+ },
1744
+ {
1745
+ "id": "software-dev",
1746
+ "version": "1.0.0",
1747
+ "tier": "platform",
1748
+ "target": "server",
1749
+ "origin": "third-party",
1750
+ "mandatory": false,
1751
+ "repo": "repos/xema-community",
1752
+ "path": "repos/xema-community/biomes/platform/software-dev",
1753
+ "services": [],
1754
+ "displayName": "Software Development",
1755
+ "packageName": "@xemahq/biomes-platform-software-dev",
1756
+ "requiresServerBiomes": [],
1757
+ "optionalServerBiomes": [],
1758
+ "audience": "org",
1759
+ "storeListed": true,
1760
+ "sourceManifestHash": "d7d7ddca6790632f5b91b1e2e387519473253def117e893615226c38885985cf"
1761
+ },
1762
+ {
1763
+ "id": "software-dev",
1764
+ "version": "0.1.0",
1765
+ "tier": "platform",
1766
+ "target": "server",
1767
+ "origin": "third-party",
1768
+ "mandatory": false,
1769
+ "repo": "repos/xema-platform",
1770
+ "path": "repos/xema-platform/biomes/software-dev",
1771
+ "services": [
1772
+ "workspace-git-api"
1773
+ ],
1774
+ "displayName": "Software Development",
1775
+ "packageName": "@xemahq/biomes-software-dev",
1776
+ "requiresServerBiomes": [],
1777
+ "optionalServerBiomes": [],
1778
+ "audience": "org",
1779
+ "storeListed": true,
1780
+ "sourceManifestHash": "b7fa96af5046d38076c3485a2cd088f87dd4a06cb938d4c97f6ec5acb6892daa"
1781
+ },
1782
+ {
1783
+ "id": "software-dev-web",
1784
+ "version": "1.0.0",
1785
+ "tier": "platform",
1786
+ "target": "web",
1787
+ "origin": "third-party",
1788
+ "mandatory": false,
1789
+ "repo": "submodules/xema-host-web",
1790
+ "path": "submodules/xema-host-web/biomes/platform/software-dev-web",
1791
+ "services": [],
1792
+ "displayName": "Software Development (Web)",
1793
+ "packageName": "@xemahq/biomes-platform-software-dev-web",
1794
+ "requiresServerBiomes": [
1795
+ "software-dev"
1796
+ ],
1797
+ "optionalServerBiomes": [],
1798
+ "audience": "org",
1799
+ "storeListed": true,
1800
+ "sourceManifestHash": "f717660bc2e85ca0ed7b55b678406806267f3c201f83143d45c5800b330a505b",
1801
+ "display": {
1802
+ "icon": "code",
1803
+ "category": "Engineering",
1804
+ "summary": "Plan, build, and ship software with AI agents."
1805
+ }
1806
+ },
1807
+ {
1808
+ "id": "studio-web",
1809
+ "version": "0.1.0",
1810
+ "tier": "platform",
1811
+ "target": "web",
1812
+ "origin": "third-party",
1813
+ "mandatory": false,
1814
+ "repo": "submodules/xema-host-web",
1815
+ "path": "submodules/xema-host-web/biomes/platform/studio-web",
1816
+ "services": [],
1817
+ "displayName": "Studio (Web)",
1818
+ "packageName": "@xemahq/biomes-platform-studio-web",
1819
+ "requiresServerBiomes": [
1820
+ "workflow-runtime"
1821
+ ],
1822
+ "optionalServerBiomes": [],
1823
+ "audience": "org",
1824
+ "storeListed": true,
1825
+ "sourceManifestHash": "c728823c508417e3afb257c262851f41b25176c9b12421f44c6dcb6edaa64bb6",
1826
+ "display": {
1827
+ "icon": "hammer",
1828
+ "category": "Engineering",
1829
+ "summary": "Canvas-centric authoring workspace for workflow definitions and deliverable specs."
1830
+ }
1831
+ },
1832
+ {
1833
+ "id": "topology-web",
1834
+ "version": "0.1.0",
1835
+ "tier": "platform",
1836
+ "target": "web",
1837
+ "origin": "third-party",
1838
+ "mandatory": false,
1839
+ "repo": "submodules/xema-host-web",
1840
+ "path": "submodules/xema-host-web/biomes/platform/topology-web",
1841
+ "services": [],
1842
+ "displayName": "Topology (Web)",
1843
+ "packageName": "@xemahq/biomes-platform-topology-web",
1844
+ "requiresServerBiomes": [
1845
+ "project-registry"
1846
+ ],
1847
+ "optionalServerBiomes": [],
1848
+ "audience": "org",
1849
+ "storeListed": true,
1850
+ "sourceManifestHash": "75be2e804ae7e7eee38d11f3258e32a1dc51e2f5d69a810226bc5195459a28bb",
1851
+ "display": {
1852
+ "icon": "network",
1853
+ "category": "Engineering",
1854
+ "summary": "A live map of services, repos, integrations, and dependencies derived from the project manifest."
1855
+ }
1856
+ },
1857
+ {
1858
+ "id": "webapp-studio",
1859
+ "version": "1.0.0",
1860
+ "tier": "platform",
1861
+ "target": "server",
1862
+ "origin": "third-party",
1863
+ "mandatory": false,
1864
+ "repo": "repos/xema-cultivars",
1865
+ "path": "repos/xema-cultivars/biomes/platform/webapp-studio",
1866
+ "services": [
1867
+ "webapp-studio-api"
1868
+ ],
1869
+ "displayName": "Webapp Studio",
1870
+ "packageName": "@xemahq/biomes-platform-webapp-studio",
1871
+ "requiresServerBiomes": [],
1872
+ "optionalServerBiomes": [],
1873
+ "audience": "org",
1874
+ "storeListed": true,
1875
+ "sourceManifestHash": "f6af7c1abbe3a3277aaa498ed45c869c51ad06b23fbe3c5044250759e8478d87"
1876
+ },
1877
+ {
1878
+ "id": "webapp-studio-web",
1879
+ "version": "1.0.0",
1880
+ "tier": "platform",
1881
+ "target": "web",
1882
+ "origin": "third-party",
1883
+ "mandatory": false,
1884
+ "repo": "submodules/xema-host-web",
1885
+ "path": "submodules/xema-host-web/biomes/platform/webapp-studio-web",
1886
+ "services": [],
1887
+ "displayName": "Webapp Studio (Web)",
1888
+ "packageName": "@xemahq/biomes-platform-webapp-studio-web",
1889
+ "requiresServerBiomes": [
1890
+ "webapp-studio"
1891
+ ],
1892
+ "optionalServerBiomes": [],
1893
+ "audience": "org",
1894
+ "storeListed": true,
1895
+ "sourceManifestHash": "a14b1f63c08764a9f624750068925dd9e6f7f114c16f9f50be90971a0a8b8929",
1896
+ "display": {
1897
+ "icon": "layout",
1898
+ "category": "Engineering",
1899
+ "summary": "Design and generate web apps visually."
1900
+ }
1901
+ },
1902
+ {
1903
+ "id": "workflows-web",
1904
+ "version": "0.1.0",
1905
+ "tier": "platform",
1906
+ "target": "web",
1907
+ "origin": "third-party",
1908
+ "mandatory": false,
1909
+ "repo": "submodules/xema-host-web",
1910
+ "path": "submodules/xema-host-web/biomes/platform/workflows-web",
1911
+ "services": [],
1912
+ "displayName": "Workflows (Web)",
1913
+ "packageName": "@xemahq/biomes-platform-workflows-web",
1914
+ "requiresServerBiomes": [
1915
+ "workflow-runtime"
1916
+ ],
1917
+ "optionalServerBiomes": [],
1918
+ "audience": "org",
1919
+ "storeListed": true,
1920
+ "sourceManifestHash": "6fd6feb4cc1c69de8cfad03af194e5f7b46f1c5370d3dd4cb8a9d593a617322e",
1921
+ "display": {
1922
+ "icon": "workflow",
1923
+ "category": "Engineering",
1924
+ "summary": "Operate workflows, runs, schedules, and triggers for a project."
1925
+ }
1926
+ },
1927
+ {
1928
+ "id": "xema-storefront-web",
1929
+ "version": "0.1.0",
1930
+ "tier": "platform",
1931
+ "target": "web",
1932
+ "origin": "third-party",
1933
+ "mandatory": false,
1934
+ "repo": "submodules/xema-host-web",
1935
+ "path": "submodules/xema-host-web/biomes/platform/xema-storefront-web",
1936
+ "services": [],
1937
+ "displayName": "Store",
1938
+ "packageName": "@xemahq/biomes-platform-xema-storefront-web",
1939
+ "requiresServerBiomes": [
1940
+ "xema-store"
1941
+ ],
1942
+ "optionalServerBiomes": [],
1943
+ "audience": "org",
1944
+ "storeListed": false,
1945
+ "sourceManifestHash": "a88ac3d55be6a03ae76574adea3b2c7b9cfaaefada039d4ae972a57f8f02488a",
1946
+ "display": {
1947
+ "icon": "store",
1948
+ "category": "Marketplace",
1949
+ "summary": "Browse and install biomes from the store."
1950
+ },
1951
+ "systemSurface": true
1952
+ }
1953
+ ],
1954
+ "platformServices": [
1955
+ {
1956
+ "name": "xema-kernel-server",
1957
+ "tier": "kernel"
1958
+ },
1959
+ {
1960
+ "name": "docs-api",
1961
+ "tier": "platform"
1962
+ },
1963
+ {
1964
+ "name": "opencode-image-prepuller",
1965
+ "tier": "platform"
1966
+ },
1967
+ {
1968
+ "name": "opencode-workers",
1969
+ "tier": "platform"
1970
+ },
1971
+ {
1972
+ "name": "xema-host-web",
1973
+ "tier": "edge"
1974
+ }
1975
+ ],
1976
+ "resolvedAt": "2026-06-27T10:42:08.172Z",
1977
+ "inputHash": "d71cd9a1de21a9f4a707241de95a2ffc60be2cb3065e75e45e33c991cc1315fa"
1978
+ }