@xemahq/xema 0.12.0 → 0.14.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 (335) hide show
  1. package/README.md +68 -20
  2. package/dist/assets/boot-graph.json +57 -15
  3. package/dist/assets/core/distribution.lock.json +668 -297
  4. package/dist/assets/core/images.lock.json +136 -136
  5. package/dist/assets/oss/distribution.lock.json +1532 -444
  6. package/dist/assets/oss/images.lock.json +423 -188
  7. package/dist/cli.d.ts.map +1 -1
  8. package/dist/cli.js +36 -1
  9. package/dist/cli.js.map +1 -1
  10. package/dist/commands/apply.d.ts.map +1 -1
  11. package/dist/commands/apply.js +1 -1
  12. package/dist/commands/apply.js.map +1 -1
  13. package/dist/commands/biome-dev.d.ts +3 -0
  14. package/dist/commands/biome-dev.d.ts.map +1 -0
  15. package/dist/commands/biome-dev.js +176 -0
  16. package/dist/commands/biome-dev.js.map +1 -0
  17. package/dist/commands/biome-validate.d.ts +10 -0
  18. package/dist/commands/biome-validate.d.ts.map +1 -0
  19. package/dist/commands/biome-validate.js +49 -0
  20. package/dist/commands/biome-validate.js.map +1 -0
  21. package/dist/commands/biome.d.ts.map +1 -1
  22. package/dist/commands/biome.js +359 -25
  23. package/dist/commands/biome.js.map +1 -1
  24. package/dist/commands/canopy.d.ts +3 -0
  25. package/dist/commands/canopy.d.ts.map +1 -0
  26. package/dist/commands/canopy.js +214 -0
  27. package/dist/commands/canopy.js.map +1 -0
  28. package/dist/commands/config.d.ts +3 -0
  29. package/dist/commands/config.d.ts.map +1 -0
  30. package/dist/commands/config.js +78 -0
  31. package/dist/commands/config.js.map +1 -0
  32. package/dist/commands/dev.d.ts.map +1 -1
  33. package/dist/commands/dev.js +71 -21
  34. package/dist/commands/dev.js.map +1 -1
  35. package/dist/commands/dist.js +1 -1
  36. package/dist/commands/dist.js.map +1 -1
  37. package/dist/commands/down.d.ts.map +1 -1
  38. package/dist/commands/down.js +40 -6
  39. package/dist/commands/down.js.map +1 -1
  40. package/dist/commands/import.d.ts.map +1 -1
  41. package/dist/commands/import.js +1 -1
  42. package/dist/commands/import.js.map +1 -1
  43. package/dist/commands/installation.d.ts +3 -0
  44. package/dist/commands/installation.d.ts.map +1 -0
  45. package/dist/commands/installation.js +101 -0
  46. package/dist/commands/installation.js.map +1 -0
  47. package/dist/commands/logs.d.ts.map +1 -1
  48. package/dist/commands/logs.js +6 -14
  49. package/dist/commands/logs.js.map +1 -1
  50. package/dist/commands/objects.d.ts.map +1 -1
  51. package/dist/commands/objects.js +85 -6
  52. package/dist/commands/objects.js.map +1 -1
  53. package/dist/commands/plan.d.ts.map +1 -1
  54. package/dist/commands/plan.js +1 -1
  55. package/dist/commands/plan.js.map +1 -1
  56. package/dist/commands/run.d.ts.map +1 -1
  57. package/dist/commands/run.js +61 -9
  58. package/dist/commands/run.js.map +1 -1
  59. package/dist/commands/serve.d.ts.map +1 -1
  60. package/dist/commands/serve.js +33 -13
  61. package/dist/commands/serve.js.map +1 -1
  62. package/dist/commands/shell.d.ts.map +1 -1
  63. package/dist/commands/shell.js +190 -6
  64. package/dist/commands/shell.js.map +1 -1
  65. package/dist/commands/source.d.ts +3 -0
  66. package/dist/commands/source.d.ts.map +1 -0
  67. package/dist/commands/source.js +120 -0
  68. package/dist/commands/source.js.map +1 -0
  69. package/dist/commands/status.d.ts.map +1 -1
  70. package/dist/commands/status.js +29 -3
  71. package/dist/commands/status.js.map +1 -1
  72. package/dist/commands/up.d.ts.map +1 -1
  73. package/dist/commands/up.js +55 -5
  74. package/dist/commands/up.js.map +1 -1
  75. package/dist/dev/env-defaults.d.ts.map +1 -1
  76. package/dist/dev/env-defaults.js +33 -11
  77. package/dist/dev/env-defaults.js.map +1 -1
  78. package/dist/dev/forked-worker.d.ts +15 -0
  79. package/dist/dev/forked-worker.d.ts.map +1 -1
  80. package/dist/dev/forked-worker.js +72 -14
  81. package/dist/dev/forked-worker.js.map +1 -1
  82. package/dist/dev/infra-preflight.d.ts +2 -1
  83. package/dist/dev/infra-preflight.d.ts.map +1 -1
  84. package/dist/dev/infra-preflight.js +10 -0
  85. package/dist/dev/infra-preflight.js.map +1 -1
  86. package/dist/dev/opa-policies.d.ts +3 -0
  87. package/dist/dev/opa-policies.d.ts.map +1 -0
  88. package/dist/dev/opa-policies.js +64 -0
  89. package/dist/dev/opa-policies.js.map +1 -0
  90. package/dist/lib/cli-errors.d.ts +7 -0
  91. package/dist/lib/cli-errors.d.ts.map +1 -0
  92. package/dist/lib/cli-errors.js +30 -0
  93. package/dist/lib/cli-errors.js.map +1 -0
  94. package/dist/lib/control-plane.d.ts.map +1 -1
  95. package/dist/lib/control-plane.js +5 -2
  96. package/dist/lib/control-plane.js.map +1 -1
  97. package/dist/lib/exit-codes.d.ts +3 -4
  98. package/dist/lib/exit-codes.d.ts.map +1 -1
  99. package/dist/lib/exit-codes.js +3 -4
  100. package/dist/lib/exit-codes.js.map +1 -1
  101. package/dist/lib/http-error.d.ts +2 -0
  102. package/dist/lib/http-error.d.ts.map +1 -0
  103. package/dist/lib/http-error.js +51 -0
  104. package/dist/lib/http-error.js.map +1 -0
  105. package/dist/lib/roster-profile.d.ts +10 -0
  106. package/dist/lib/roster-profile.d.ts.map +1 -0
  107. package/dist/lib/roster-profile.js +44 -0
  108. package/dist/lib/roster-profile.js.map +1 -0
  109. package/dist/runtime/biome-dev.d.ts +28 -0
  110. package/dist/runtime/biome-dev.d.ts.map +1 -0
  111. package/dist/runtime/biome-dev.js +131 -0
  112. package/dist/runtime/biome-dev.js.map +1 -0
  113. package/dist/runtime/biome-local-install.d.ts +29 -0
  114. package/dist/runtime/biome-local-install.d.ts.map +1 -0
  115. package/dist/runtime/biome-local-install.js +243 -0
  116. package/dist/runtime/biome-local-install.js.map +1 -0
  117. package/dist/runtime/biome-publish.d.ts +34 -0
  118. package/dist/runtime/biome-publish.d.ts.map +1 -0
  119. package/dist/runtime/biome-publish.js +214 -0
  120. package/dist/runtime/biome-publish.js.map +1 -0
  121. package/dist/runtime/biome-scaffold.d.ts +35 -0
  122. package/dist/runtime/biome-scaffold.d.ts.map +1 -0
  123. package/dist/runtime/biome-scaffold.js +153 -0
  124. package/dist/runtime/biome-scaffold.js.map +1 -0
  125. package/dist/runtime/biome-validate.d.ts +28 -0
  126. package/dist/runtime/biome-validate.d.ts.map +1 -0
  127. package/dist/runtime/biome-validate.js +450 -0
  128. package/dist/runtime/biome-validate.js.map +1 -0
  129. package/dist/runtime/boot-graph-loader.d.ts +1 -0
  130. package/dist/runtime/boot-graph-loader.d.ts.map +1 -1
  131. package/dist/runtime/boot-graph-loader.js +99 -7
  132. package/dist/runtime/boot-graph-loader.js.map +1 -1
  133. package/dist/runtime/canopy-refs.d.ts +8 -0
  134. package/dist/runtime/canopy-refs.d.ts.map +1 -0
  135. package/dist/runtime/canopy-refs.js +51 -0
  136. package/dist/runtime/canopy-refs.js.map +1 -0
  137. package/dist/runtime/canopy-replies.d.ts +14 -0
  138. package/dist/runtime/canopy-replies.d.ts.map +1 -0
  139. package/dist/runtime/canopy-replies.js +39 -0
  140. package/dist/runtime/canopy-replies.js.map +1 -0
  141. package/dist/runtime/capability-invoke.d.ts +35 -0
  142. package/dist/runtime/capability-invoke.d.ts.map +1 -0
  143. package/dist/runtime/capability-invoke.js +119 -0
  144. package/dist/runtime/capability-invoke.js.map +1 -0
  145. package/dist/runtime/config/dev-mode.d.ts +8 -0
  146. package/dist/runtime/config/dev-mode.d.ts.map +1 -0
  147. package/dist/runtime/config/dev-mode.js +84 -0
  148. package/dist/runtime/config/dev-mode.js.map +1 -0
  149. package/dist/runtime/config/init-presets.d.ts +1 -1
  150. package/dist/runtime/config/init-presets.d.ts.map +1 -1
  151. package/dist/runtime/config/init-presets.js +63 -11
  152. package/dist/runtime/config/init-presets.js.map +1 -1
  153. package/dist/runtime/config/loader.d.ts +1 -0
  154. package/dist/runtime/config/loader.d.ts.map +1 -1
  155. package/dist/runtime/config/loader.js +41 -5
  156. package/dist/runtime/config/loader.js.map +1 -1
  157. package/dist/runtime/config/schema.d.ts +27 -12
  158. package/dist/runtime/config/schema.d.ts.map +1 -1
  159. package/dist/runtime/config/schema.js +113 -8
  160. package/dist/runtime/config/schema.js.map +1 -1
  161. package/dist/runtime/config/sources-config.d.ts +14 -0
  162. package/dist/runtime/config/sources-config.d.ts.map +1 -0
  163. package/dist/runtime/config/sources-config.js +79 -0
  164. package/dist/runtime/config/sources-config.js.map +1 -0
  165. package/dist/runtime/distribution/compose.d.ts.map +1 -1
  166. package/dist/runtime/distribution/compose.js +3 -1
  167. package/dist/runtime/distribution/compose.js.map +1 -1
  168. package/dist/runtime/env-seeder.d.ts +5 -0
  169. package/dist/runtime/env-seeder.d.ts.map +1 -1
  170. package/dist/runtime/env-seeder.js +120 -17
  171. package/dist/runtime/env-seeder.js.map +1 -1
  172. package/dist/runtime/foreground.d.ts +4 -0
  173. package/dist/runtime/foreground.d.ts.map +1 -1
  174. package/dist/runtime/foreground.js +11 -0
  175. package/dist/runtime/foreground.js.map +1 -1
  176. package/dist/runtime/infra/infra-catalog.d.ts +1 -0
  177. package/dist/runtime/infra/infra-catalog.d.ts.map +1 -1
  178. package/dist/runtime/infra/infra-catalog.js +2 -1
  179. package/dist/runtime/infra/infra-catalog.js.map +1 -1
  180. package/dist/runtime/infra/infra-runner.d.ts +5 -0
  181. package/dist/runtime/infra/infra-runner.d.ts.map +1 -1
  182. package/dist/runtime/infra/infra-runner.js +82 -13
  183. package/dist/runtime/infra/infra-runner.js.map +1 -1
  184. package/dist/runtime/installation/compiler.d.ts +37 -0
  185. package/dist/runtime/installation/compiler.d.ts.map +1 -0
  186. package/dist/runtime/installation/compiler.js +190 -0
  187. package/dist/runtime/installation/compiler.js.map +1 -0
  188. package/dist/runtime/installation/contract.d.ts +125 -0
  189. package/dist/runtime/installation/contract.d.ts.map +1 -0
  190. package/dist/runtime/installation/contract.js +182 -0
  191. package/dist/runtime/installation/contract.js.map +1 -0
  192. package/dist/runtime/installation/diagnostics.d.ts +16 -0
  193. package/dist/runtime/installation/diagnostics.d.ts.map +1 -0
  194. package/dist/runtime/installation/diagnostics.js +21 -0
  195. package/dist/runtime/installation/diagnostics.js.map +1 -0
  196. package/dist/runtime/installation/diff.d.ts +17 -0
  197. package/dist/runtime/installation/diff.d.ts.map +1 -0
  198. package/dist/runtime/installation/diff.js +99 -0
  199. package/dist/runtime/installation/diff.js.map +1 -0
  200. package/dist/runtime/installation/format.d.ts +3 -0
  201. package/dist/runtime/installation/format.d.ts.map +1 -0
  202. package/dist/runtime/installation/format.js +22 -0
  203. package/dist/runtime/installation/format.js.map +1 -0
  204. package/dist/runtime/installation/from-current-config.d.ts +8 -0
  205. package/dist/runtime/installation/from-current-config.d.ts.map +1 -0
  206. package/dist/runtime/installation/from-current-config.js +75 -0
  207. package/dist/runtime/installation/from-current-config.js.map +1 -0
  208. package/dist/runtime/installation/index.d.ts +13 -0
  209. package/dist/runtime/installation/index.d.ts.map +1 -0
  210. package/dist/runtime/installation/index.js +29 -0
  211. package/dist/runtime/installation/index.js.map +1 -0
  212. package/dist/runtime/installation/lifecycle.d.ts +23 -0
  213. package/dist/runtime/installation/lifecycle.d.ts.map +1 -0
  214. package/dist/runtime/installation/lifecycle.js +70 -0
  215. package/dist/runtime/installation/lifecycle.js.map +1 -0
  216. package/dist/runtime/installation/serialization.d.ts +3 -0
  217. package/dist/runtime/installation/serialization.d.ts.map +1 -0
  218. package/dist/runtime/installation/serialization.js +39 -0
  219. package/dist/runtime/installation/serialization.js.map +1 -0
  220. package/dist/runtime/installation/state-store.d.ts +20 -0
  221. package/dist/runtime/installation/state-store.d.ts.map +1 -0
  222. package/dist/runtime/installation/state-store.js +257 -0
  223. package/dist/runtime/installation/state-store.js.map +1 -0
  224. package/dist/runtime/installation/status.d.ts +30 -0
  225. package/dist/runtime/installation/status.d.ts.map +1 -0
  226. package/dist/runtime/installation/status.js +138 -0
  227. package/dist/runtime/installation/status.js.map +1 -0
  228. package/dist/runtime/installation/support-bundle.d.ts +30 -0
  229. package/dist/runtime/installation/support-bundle.d.ts.map +1 -0
  230. package/dist/runtime/installation/support-bundle.js +130 -0
  231. package/dist/runtime/installation/support-bundle.js.map +1 -0
  232. package/dist/runtime/installation/validation.d.ts +8 -0
  233. package/dist/runtime/installation/validation.d.ts.map +1 -0
  234. package/dist/runtime/installation/validation.js +39 -0
  235. package/dist/runtime/installation/validation.js.map +1 -0
  236. package/dist/runtime/installation/validators/common.d.ts +4 -0
  237. package/dist/runtime/installation/validators/common.d.ts.map +1 -0
  238. package/dist/runtime/installation/validators/common.js +29 -0
  239. package/dist/runtime/installation/validators/common.js.map +1 -0
  240. package/dist/runtime/installation/validators/infrastructure.d.ts +4 -0
  241. package/dist/runtime/installation/validators/infrastructure.d.ts.map +1 -0
  242. package/dist/runtime/installation/validators/infrastructure.js +78 -0
  243. package/dist/runtime/installation/validators/infrastructure.js.map +1 -0
  244. package/dist/runtime/installation/validators/operational.d.ts +4 -0
  245. package/dist/runtime/installation/validators/operational.d.ts.map +1 -0
  246. package/dist/runtime/installation/validators/operational.js +126 -0
  247. package/dist/runtime/installation/validators/operational.js.map +1 -0
  248. package/dist/runtime/installation/validators/profile.d.ts +4 -0
  249. package/dist/runtime/installation/validators/profile.d.ts.map +1 -0
  250. package/dist/runtime/installation/validators/profile.js +78 -0
  251. package/dist/runtime/installation/validators/profile.js.map +1 -0
  252. package/dist/runtime/installation/validators/secrets.d.ts +4 -0
  253. package/dist/runtime/installation/validators/secrets.d.ts.map +1 -0
  254. package/dist/runtime/installation/validators/secrets.js +68 -0
  255. package/dist/runtime/installation/validators/secrets.js.map +1 -0
  256. package/dist/runtime/launch-plan-format.d.ts +3 -0
  257. package/dist/runtime/launch-plan-format.d.ts.map +1 -0
  258. package/dist/runtime/launch-plan-format.js +57 -0
  259. package/dist/runtime/launch-plan-format.js.map +1 -0
  260. package/dist/runtime/launch.d.ts +25 -3
  261. package/dist/runtime/launch.d.ts.map +1 -1
  262. package/dist/runtime/launch.js +264 -24
  263. package/dist/runtime/launch.js.map +1 -1
  264. package/dist/runtime/object-registry-client.d.ts +31 -0
  265. package/dist/runtime/object-registry-client.d.ts.map +1 -0
  266. package/dist/runtime/object-registry-client.js +54 -0
  267. package/dist/runtime/object-registry-client.js.map +1 -0
  268. package/dist/runtime/paths.d.ts +1 -0
  269. package/dist/runtime/paths.d.ts.map +1 -1
  270. package/dist/runtime/paths.js +2 -0
  271. package/dist/runtime/paths.js.map +1 -1
  272. package/dist/runtime/roster.d.ts +11 -4
  273. package/dist/runtime/roster.d.ts.map +1 -1
  274. package/dist/runtime/roster.js +78 -7
  275. package/dist/runtime/roster.js.map +1 -1
  276. package/dist/runtime/run-manifest.d.ts +23 -0
  277. package/dist/runtime/run-manifest.d.ts.map +1 -0
  278. package/dist/runtime/run-manifest.js +273 -0
  279. package/dist/runtime/run-manifest.js.map +1 -0
  280. package/dist/runtime/runner/container-runner.d.ts +6 -0
  281. package/dist/runtime/runner/container-runner.d.ts.map +1 -1
  282. package/dist/runtime/runner/container-runner.js +25 -6
  283. package/dist/runtime/runner/container-runner.js.map +1 -1
  284. package/dist/runtime/runner/docker-cli.d.ts +6 -1
  285. package/dist/runtime/runner/docker-cli.d.ts.map +1 -1
  286. package/dist/runtime/runner/docker-cli.js +47 -6
  287. package/dist/runtime/runner/docker-cli.js.map +1 -1
  288. package/dist/runtime/runner/native-runner.d.ts.map +1 -1
  289. package/dist/runtime/runner/native-runner.js +21 -14
  290. package/dist/runtime/runner/native-runner.js.map +1 -1
  291. package/dist/runtime/secrets/managed-local-store.d.ts +26 -0
  292. package/dist/runtime/secrets/managed-local-store.d.ts.map +1 -0
  293. package/dist/runtime/secrets/managed-local-store.js +202 -0
  294. package/dist/runtime/secrets/managed-local-store.js.map +1 -0
  295. package/dist/runtime/secrets/resolver.d.ts +23 -0
  296. package/dist/runtime/secrets/resolver.d.ts.map +1 -0
  297. package/dist/runtime/secrets/resolver.js +265 -0
  298. package/dist/runtime/secrets/resolver.js.map +1 -0
  299. package/dist/runtime/secrets/url-security.d.ts +3 -0
  300. package/dist/runtime/secrets/url-security.d.ts.map +1 -0
  301. package/dist/runtime/secrets/url-security.js +13 -0
  302. package/dist/runtime/secrets/url-security.js.map +1 -0
  303. package/dist/runtime/sources/credentials.d.ts.map +1 -1
  304. package/dist/runtime/sources/credentials.js +2 -1
  305. package/dist/runtime/sources/credentials.js.map +1 -1
  306. package/dist/runtime/sources/kinds/git.d.ts +6 -3
  307. package/dist/runtime/sources/kinds/git.d.ts.map +1 -1
  308. package/dist/runtime/sources/kinds/git.js +99 -22
  309. package/dist/runtime/sources/kinds/git.js.map +1 -1
  310. package/dist/runtime/sources/resolve-context.d.ts +7 -0
  311. package/dist/runtime/sources/resolve-context.d.ts.map +1 -0
  312. package/dist/runtime/sources/resolve-context.js +3 -0
  313. package/dist/runtime/sources/resolve-context.js.map +1 -0
  314. package/dist/runtime/sources/resolver.d.ts +2 -2
  315. package/dist/runtime/sources/resolver.d.ts.map +1 -1
  316. package/dist/runtime/sources/resolver.js +11 -5
  317. package/dist/runtime/sources/resolver.js.map +1 -1
  318. package/dist/runtime/store-client.d.ts +59 -0
  319. package/dist/runtime/store-client.d.ts.map +1 -0
  320. package/dist/runtime/store-client.js +71 -0
  321. package/dist/runtime/store-client.js.map +1 -0
  322. package/dist/runtime/supervisor.d.ts +6 -0
  323. package/dist/runtime/supervisor.d.ts.map +1 -1
  324. package/dist/runtime/supervisor.js +37 -5
  325. package/dist/runtime/supervisor.js.map +1 -1
  326. package/dist/runtime/waves.d.ts +1 -1
  327. package/dist/runtime/waves.d.ts.map +1 -1
  328. package/dist/runtime/waves.js +86 -19
  329. package/dist/runtime/waves.js.map +1 -1
  330. package/examples/01-local-native.yaml +4 -1
  331. package/examples/03-byo-infra.yaml +17 -7
  332. package/examples/05-appliance-helm.yaml +1 -1
  333. package/examples/06-biome-sources.yaml +4 -1
  334. package/package.json +6 -5
  335. package/xema.config.example.yaml +22 -18
@@ -9,8 +9,9 @@
9
9
  "target": "server",
10
10
  "origin": "third-party",
11
11
  "mandatory": true,
12
- "repo": "repos/xema-community",
13
- "path": "repos/xema-community/biomes/kernel/contribution-test",
12
+ "installPolicy": "required",
13
+ "repo": "repos/xema-base",
14
+ "path": "repos/xema-base/biomes/kernel/contribution-test",
14
15
  "services": [],
15
16
  "displayName": "Contribution Protocol Test Biome",
16
17
  "packageName": "@xemahq/biomes-kernel-contribution-test",
@@ -18,7 +19,12 @@
18
19
  "optionalServerBiomes": [],
19
20
  "audience": "org",
20
21
  "storeListed": true,
21
- "sourceManifestHash": "94f58aa4a354960cee143970c278f8f38b723d9ab8dc7d9020b15ccb2e3877ce"
22
+ "sourceManifestHash": "a1c8791fcc16710bce8fef174b56a6cfd3e19498885503f23d17b9a9457523dd",
23
+ "display": {
24
+ "icon": "flask-conical",
25
+ "category": "build",
26
+ "summary": "Synthetic kernel test biome exercising the XSI Contribution Protocol, capability resolution, and boundary enforcement."
27
+ }
22
28
  },
23
29
  {
24
30
  "id": "output-surface-control",
@@ -27,8 +33,9 @@
27
33
  "target": "server",
28
34
  "origin": "third-party",
29
35
  "mandatory": true,
30
- "repo": "repos/xema-community",
31
- "path": "repos/xema-community/biomes/kernel/output-surface-control",
36
+ "installPolicy": "required",
37
+ "repo": "repos/xema-base",
38
+ "path": "repos/xema-base/biomes/kernel/output-surface-control",
32
39
  "services": [],
33
40
  "displayName": "Output Surface Control",
34
41
  "packageName": "@xemahq/biomes-kernel-output-surface-control",
@@ -38,7 +45,12 @@
38
45
  "optionalServerBiomes": [],
39
46
  "audience": "org",
40
47
  "storeListed": true,
41
- "sourceManifestHash": "2cfffd502ade3dbb4b7dd6bb4896d91a2d0216f4aeb33c5a5d299a4a4dd78a78"
48
+ "sourceManifestHash": "41fa2d05c3ea51645c48a7b3ee8c13e247d37a13c51dea75c5090dfe0c1b4a55",
49
+ "display": {
50
+ "icon": "refresh-cw",
51
+ "category": "operate",
52
+ "summary": "Output-surface control tools: re-trigger the deterministic install-to-start pipeline over the workspace-proxy API."
53
+ }
42
54
  },
43
55
  {
44
56
  "id": "output-surface-inspector",
@@ -47,8 +59,9 @@
47
59
  "target": "server",
48
60
  "origin": "third-party",
49
61
  "mandatory": true,
50
- "repo": "repos/xema-community",
51
- "path": "repos/xema-community/biomes/kernel/output-surface-inspector",
62
+ "installPolicy": "required",
63
+ "repo": "repos/xema-base",
64
+ "path": "repos/xema-base/biomes/kernel/output-surface-inspector",
52
65
  "services": [],
53
66
  "displayName": "Output Surface Inspector",
54
67
  "packageName": "@xemahq/biomes-kernel-output-surface-inspector",
@@ -59,7 +72,12 @@
59
72
  "optionalServerBiomes": [],
60
73
  "audience": "org",
61
74
  "storeListed": true,
62
- "sourceManifestHash": "35838895917078c07efd056eb8677e780b06c50d3ea397998b99642f212cf334"
75
+ "sourceManifestHash": "e25cb645a3e1af59ad10dc2f4a083c0172b6b8875b9f565c57a03cbfa9611893",
76
+ "display": {
77
+ "icon": "search",
78
+ "category": "operate",
79
+ "summary": "Output-surface inspection: browser tool, inspector sub-agent, and bridge for read-only diagnosis of live pages."
80
+ }
63
81
  },
64
82
  {
65
83
  "id": "runtime",
@@ -68,8 +86,9 @@
68
86
  "target": "server",
69
87
  "origin": "third-party",
70
88
  "mandatory": true,
71
- "repo": "repos/xema-community",
72
- "path": "repos/xema-community/biomes/kernel/runtime",
89
+ "installPolicy": "required",
90
+ "repo": "repos/xema-base",
91
+ "path": "repos/xema-base/biomes/kernel/runtime",
73
92
  "services": [],
74
93
  "displayName": "Xema Runtime Kernel",
75
94
  "packageName": "@xemahq/biomes-kernel-runtime",
@@ -77,7 +96,12 @@
77
96
  "optionalServerBiomes": [],
78
97
  "audience": "org",
79
98
  "storeListed": true,
80
- "sourceManifestHash": "850a64aa6ff549fd9f9f356c2aab2d407e9526b715db1ca62c936e26a1b100d2"
99
+ "sourceManifestHash": "b06c08528e38e8b668db83064762543294ed6036d5b4307021c55287c86faca7",
100
+ "display": {
101
+ "icon": "box",
102
+ "category": "runtime",
103
+ "summary": "Kernel runtime baseline: base workspace manifests, custom OpenCode tools and plugins, and the canonical MCP catalog."
104
+ }
81
105
  },
82
106
  {
83
107
  "id": "studio-author",
@@ -86,8 +110,9 @@
86
110
  "target": "server",
87
111
  "origin": "third-party",
88
112
  "mandatory": true,
89
- "repo": "repos/xema-community",
90
- "path": "repos/xema-community/biomes/kernel/studio-author",
113
+ "installPolicy": "required",
114
+ "repo": "repos/xema-base",
115
+ "path": "repos/xema-base/biomes/kernel/studio-author",
91
116
  "services": [],
92
117
  "displayName": "Studio Author",
93
118
  "packageName": "@xemahq/biomes-kernel-studio-author",
@@ -98,7 +123,12 @@
98
123
  "optionalServerBiomes": [],
99
124
  "audience": "org",
100
125
  "storeListed": true,
101
- "sourceManifestHash": "66984ccf8671e20fac0b881b4c39191a3b9c2aacfa0652a25df4317776fcbbd3"
126
+ "sourceManifestHash": "dfc70d83e751f4fab262febeb037528852d28e168707844ceec652fc86818f08",
127
+ "display": {
128
+ "icon": "wand",
129
+ "category": "build",
130
+ "summary": "Authoring co-pilot for Agent Studio: workflow/spec authors and a build-with-an-agent profile that emits typed proposals."
131
+ }
102
132
  },
103
133
  {
104
134
  "id": "subagents",
@@ -107,8 +137,9 @@
107
137
  "target": "server",
108
138
  "origin": "third-party",
109
139
  "mandatory": true,
110
- "repo": "repos/xema-community",
111
- "path": "repos/xema-community/biomes/kernel/subagents",
140
+ "installPolicy": "required",
141
+ "repo": "repos/xema-base",
142
+ "path": "repos/xema-base/biomes/kernel/subagents",
112
143
  "services": [],
113
144
  "displayName": "Xema Universal Subagents",
114
145
  "packageName": "@xemahq/biomes-kernel-subagents",
@@ -118,27 +149,12 @@
118
149
  "optionalServerBiomes": [],
119
150
  "audience": "org",
120
151
  "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"
152
+ "sourceManifestHash": "27b194d8f75c1e2a99db9775834423e3b26609d314edae1e968c60dbe892a754",
153
+ "display": {
154
+ "icon": "users",
155
+ "category": "runtime",
156
+ "summary": "Canonical roster of platform subagents and gate-reviewers every install boots with, plus their MCP tool-profiles."
157
+ }
142
158
  },
143
159
  {
144
160
  "id": "activity-web",
@@ -147,6 +163,7 @@
147
163
  "target": "web",
148
164
  "origin": "third-party",
149
165
  "mandatory": false,
166
+ "installPolicy": "required",
150
167
  "repo": "submodules/xema-host-web",
151
168
  "path": "submodules/xema-host-web/biomes/system/activity-web",
152
169
  "services": [],
@@ -156,33 +173,13 @@
156
173
  "optionalServerBiomes": [],
157
174
  "audience": "org",
158
175
  "storeListed": true,
159
- "sourceManifestHash": "dc55b894e982fcaf0316f3f5d6c7f6d36dda3d0b3b7ede31ec6286ab61538f93",
176
+ "sourceManifestHash": "abc5f24208ed6defd50635adffce0b42ed3a6caa99fa52d1a72245590f566f99",
160
177
  "display": {
161
178
  "icon": "activity",
162
- "category": "Observability",
179
+ "category": "observability",
163
180
  "summary": "Track activity and audit events."
164
181
  }
165
182
  },
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
183
  {
187
184
  "id": "audit",
188
185
  "version": "0.1.0",
@@ -190,8 +187,9 @@
190
187
  "target": "server",
191
188
  "origin": "third-party",
192
189
  "mandatory": false,
193
- "repo": "repos/xema-community",
194
- "path": "repos/xema-community/biomes/audit",
190
+ "installPolicy": "required",
191
+ "repo": "repos/xema-base",
192
+ "path": "repos/xema-base/biomes/audit",
195
193
  "services": [
196
194
  "audit-log-api"
197
195
  ],
@@ -201,7 +199,12 @@
201
199
  "optionalServerBiomes": [],
202
200
  "audience": "org",
203
201
  "storeListed": true,
204
- "sourceManifestHash": "7a2940b6a998a97adcd0d9f4e576874c1ad9f052228dd468bb54c68461a4e616"
202
+ "sourceManifestHash": "0d51cc5dc323a653ef011e41b86471f33b0ab68eec2c076ec826e685231220da",
203
+ "display": {
204
+ "icon": "scroll-text",
205
+ "category": "governance",
206
+ "summary": "Tamper-evident, append-only audit log of platform actions for compliance and forensics."
207
+ }
205
208
  },
206
209
  {
207
210
  "id": "authorization",
@@ -210,8 +213,9 @@
210
213
  "target": "server",
211
214
  "origin": "third-party",
212
215
  "mandatory": false,
213
- "repo": "repos/xema-community",
214
- "path": "repos/xema-community/biomes/authorization",
216
+ "installPolicy": "required",
217
+ "repo": "repos/xema-base",
218
+ "path": "repos/xema-base/biomes/authorization",
215
219
  "services": [
216
220
  "authorization-api"
217
221
  ],
@@ -221,7 +225,12 @@
221
225
  "optionalServerBiomes": [],
222
226
  "audience": "org",
223
227
  "storeListed": true,
224
- "sourceManifestHash": "9a039da6affc3e3b9e192173e457ec93a808a17581953ee058de1faef35103f9"
228
+ "sourceManifestHash": "2f8acda2f97d12fb9ede1d9c940757b567e498e8ee6c8d0e91b1adea940ae688",
229
+ "display": {
230
+ "icon": "shield",
231
+ "category": "identity",
232
+ "summary": "Policy decision point: resolves capability and scope grants for every actor/action pair (OpenFGA/OPA)."
233
+ }
225
234
  },
226
235
  {
227
236
  "id": "biome-adapter-host",
@@ -230,8 +239,9 @@
230
239
  "target": "server",
231
240
  "origin": "third-party",
232
241
  "mandatory": false,
233
- "repo": "repos/xema-community",
234
- "path": "repos/xema-community/biomes/biome-adapter-host",
242
+ "installPolicy": "required",
243
+ "repo": "repos/xema-base",
244
+ "path": "repos/xema-base/biomes/biome-adapter-host",
235
245
  "services": [
236
246
  "biome-adapter-host"
237
247
  ],
@@ -241,7 +251,13 @@
241
251
  "optionalServerBiomes": [],
242
252
  "audience": "org",
243
253
  "storeListed": true,
244
- "sourceManifestHash": "481c5eb38abbef047b74017dc4bc2c7b6e84e664b11c34afe35219ae80eacd34"
254
+ "sourceManifestHash": "c67524d791d7655110213be574bfe265712b58cba672ef7271f0581342babe62",
255
+ "display": {
256
+ "icon": "puzzle",
257
+ "category": "connect",
258
+ "summary": "Adapter-SDK runtime: hosts integration adapter contributions shipped by other biomes."
259
+ },
260
+ "launch": "per-installation"
245
261
  },
246
262
  {
247
263
  "id": "biome-fetcher",
@@ -250,8 +266,9 @@
250
266
  "target": "server",
251
267
  "origin": "third-party",
252
268
  "mandatory": false,
253
- "repo": "repos/xema-community",
254
- "path": "repos/xema-community/biomes/biome-fetcher",
269
+ "installPolicy": "required",
270
+ "repo": "repos/xema-base",
271
+ "path": "repos/xema-base/biomes/biome-fetcher",
255
272
  "services": [
256
273
  "biome-fetcher-api"
257
274
  ],
@@ -261,7 +278,12 @@
261
278
  "optionalServerBiomes": [],
262
279
  "audience": "org",
263
280
  "storeListed": true,
264
- "sourceManifestHash": "c12660f9197d5403ed9352d91287f13d16d2b55b50ea239d860f63f6e99789f3"
281
+ "sourceManifestHash": "2b93dfd3ea0720d41a0e4a38ce108968c4f7eeb48e0dc96243535781f03529ab",
282
+ "display": {
283
+ "icon": "download",
284
+ "category": "build",
285
+ "summary": "Downloads and verifies biome bundles from registries, staging them for the biome-host installer."
286
+ }
265
287
  },
266
288
  {
267
289
  "id": "biome-host",
@@ -270,8 +292,9 @@
270
292
  "target": "server",
271
293
  "origin": "third-party",
272
294
  "mandatory": false,
273
- "repo": "repos/xema-community",
274
- "path": "repos/xema-community/biomes/biome-host",
295
+ "installPolicy": "required",
296
+ "repo": "repos/xema-base",
297
+ "path": "repos/xema-base/biomes/biome-host",
275
298
  "services": [
276
299
  "biome-host-api"
277
300
  ],
@@ -281,7 +304,12 @@
281
304
  "optionalServerBiomes": [],
282
305
  "audience": "org",
283
306
  "storeListed": true,
284
- "sourceManifestHash": "60e88d4cf2c714392324a50163adc05f28866a51160a7e561efa5d84d0ae926d"
307
+ "sourceManifestHash": "c3151683333b102b5496811d999a4c4ec67f09d1d31027efc64692773611ba64",
308
+ "display": {
309
+ "icon": "package",
310
+ "category": "build",
311
+ "summary": "Biome installer and lifecycle manager: validates manifests, applies Helm sub-charts, tracks install state."
312
+ }
285
313
  },
286
314
  {
287
315
  "id": "capabilities-web",
@@ -290,6 +318,7 @@
290
318
  "target": "web",
291
319
  "origin": "third-party",
292
320
  "mandatory": false,
321
+ "installPolicy": "required",
293
322
  "repo": "submodules/xema-host-web",
294
323
  "path": "submodules/xema-host-web/biomes/system/capabilities-web",
295
324
  "services": [],
@@ -299,10 +328,10 @@
299
328
  "optionalServerBiomes": [],
300
329
  "audience": "org",
301
330
  "storeListed": true,
302
- "sourceManifestHash": "503ecb752b4a7e520a1dc90e724b88898ddeac5c105d6945d27015979d12b8d6",
331
+ "sourceManifestHash": "b01b358f80d584fcd7d207a6e1b9916f65b4f64c976ce97d4b5f2dc558d3579c",
303
332
  "display": {
304
333
  "icon": "puzzle",
305
- "category": "Platform",
334
+ "category": "platform",
306
335
  "summary": "Browse and govern platform capabilities."
307
336
  }
308
337
  },
@@ -313,8 +342,9 @@
313
342
  "target": "server",
314
343
  "origin": "third-party",
315
344
  "mandatory": false,
316
- "repo": "repos/xema-community",
317
- "path": "repos/xema-community/biomes/capability-registry",
345
+ "installPolicy": "required",
346
+ "repo": "repos/xema-base",
347
+ "path": "repos/xema-base/biomes/capability-registry",
318
348
  "services": [
319
349
  "capability-registry-api"
320
350
  ],
@@ -324,27 +354,12 @@
324
354
  "optionalServerBiomes": [],
325
355
  "audience": "org",
326
356
  "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"
357
+ "sourceManifestHash": "22fae49fa5ae5eea32d2c02c4000efb7765b3f356708890db46d92b415cfa978",
358
+ "display": {
359
+ "icon": "list",
360
+ "category": "platform",
361
+ "summary": "Capability descriptor registry: authoritative source for every published capability ref and schema."
362
+ }
348
363
  },
349
364
  {
350
365
  "id": "concepts-web",
@@ -353,6 +368,7 @@
353
368
  "target": "web",
354
369
  "origin": "third-party",
355
370
  "mandatory": false,
371
+ "installPolicy": "required",
356
372
  "repo": "submodules/xema-host-web",
357
373
  "path": "submodules/xema-host-web/biomes/system/concepts-web",
358
374
  "services": [],
@@ -362,34 +378,14 @@
362
378
  "optionalServerBiomes": [],
363
379
  "audience": "org",
364
380
  "storeListed": false,
365
- "sourceManifestHash": "33c7c6d859430e92a45ad15ea0ca6b05f30923431ad10816652fa3e0c4710ea8",
381
+ "sourceManifestHash": "c6a7e894cc9ab25d1fb901adfd66859ce4d4dfcfe59d2182998fe6dd1af4b6f3",
366
382
  "display": {
367
383
  "icon": "lightbulb",
368
- "category": "Knowledge",
384
+ "category": "knowledge",
369
385
  "summary": "Manage shared concepts and definitions."
370
386
  },
371
387
  "systemSurface": true
372
388
  },
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
389
  {
394
390
  "id": "container-registry-web",
395
391
  "version": "0.1.0",
@@ -397,6 +393,7 @@
397
393
  "target": "web",
398
394
  "origin": "third-party",
399
395
  "mandatory": false,
396
+ "installPolicy": "required",
400
397
  "repo": "submodules/xema-host-web",
401
398
  "path": "submodules/xema-host-web/biomes/system/container-registry-web",
402
399
  "services": [],
@@ -406,10 +403,10 @@
406
403
  "optionalServerBiomes": [],
407
404
  "audience": "org",
408
405
  "storeListed": true,
409
- "sourceManifestHash": "5b42d251b77fb3c50bc89ddfb8df649c4f1830e7a04c077b811f11932a2c0428",
406
+ "sourceManifestHash": "54868fb7768750391c3c4a7955c11be10d60f144f33169fb809334eaacd9a7bb",
410
407
  "display": {
411
408
  "icon": "package",
412
- "category": "Infrastructure",
409
+ "category": "infrastructure",
413
410
  "summary": "Manage container images."
414
411
  }
415
412
  },
@@ -420,6 +417,7 @@
420
417
  "target": "web",
421
418
  "origin": "third-party",
422
419
  "mandatory": false,
420
+ "installPolicy": "required",
423
421
  "repo": "submodules/xema-host-web",
424
422
  "path": "submodules/xema-host-web/biomes/system/environments-web",
425
423
  "services": [],
@@ -429,10 +427,10 @@
429
427
  "optionalServerBiomes": [],
430
428
  "audience": "org",
431
429
  "storeListed": true,
432
- "sourceManifestHash": "dbd76129bcefb6ce186cfdfa27f6553d40bbfc64e7b673ccd9a7e5e77d40f754",
430
+ "sourceManifestHash": "086faadcb022099d4371f0b1dc9bf5aabdc8065539976bb5761655a868d4011d",
433
431
  "display": {
434
432
  "icon": "server",
435
- "category": "Platform",
433
+ "category": "platform",
436
434
  "summary": "Manage execution environments."
437
435
  }
438
436
  },
@@ -443,6 +441,7 @@
443
441
  "target": "web",
444
442
  "origin": "third-party",
445
443
  "mandatory": false,
444
+ "installPolicy": "required",
446
445
  "repo": "submodules/xema-host-web",
447
446
  "path": "submodules/xema-host-web/biomes/system/gateway-routes-web",
448
447
  "services": [],
@@ -452,10 +451,10 @@
452
451
  "optionalServerBiomes": [],
453
452
  "audience": "org",
454
453
  "storeListed": true,
455
- "sourceManifestHash": "ea0a80000989c2102ef46ffa76a3dae888f2102fe57d0223925815a1b1e2a5f2",
454
+ "sourceManifestHash": "f92a20148caa5e5866a5e96d33937d23a16e91257ee03c6ac67e44fde90c4b0b",
456
455
  "display": {
457
456
  "icon": "route",
458
- "category": "Platform",
457
+ "category": "platform",
459
458
  "summary": "Configure public gateway routes."
460
459
  }
461
460
  },
@@ -466,6 +465,7 @@
466
465
  "target": "web",
467
466
  "origin": "third-party",
468
467
  "mandatory": false,
468
+ "installPolicy": "required",
469
469
  "repo": "submodules/xema-host-web",
470
470
  "path": "submodules/xema-host-web/biomes/system/grants-web",
471
471
  "services": [],
@@ -475,10 +475,10 @@
475
475
  "optionalServerBiomes": [],
476
476
  "audience": "org",
477
477
  "storeListed": true,
478
- "sourceManifestHash": "4d20281fbd40e849fdd43c3a923b8cd6e24433341e9cef86de0e099ab7928712",
478
+ "sourceManifestHash": "0b69b3db164386dbd9c4b70cf2f6a75f39111b28ef0b8d388853deffe812c5f0",
479
479
  "display": {
480
480
  "icon": "key",
481
- "category": "Security",
481
+ "category": "security",
482
482
  "summary": "Review and manage access grants."
483
483
  }
484
484
  },
@@ -489,6 +489,7 @@
489
489
  "target": "web",
490
490
  "origin": "third-party",
491
491
  "mandatory": false,
492
+ "installPolicy": "required",
492
493
  "repo": "submodules/xema-host-web",
493
494
  "path": "submodules/xema-host-web/biomes/system/mailops-web",
494
495
  "services": [],
@@ -498,10 +499,10 @@
498
499
  "optionalServerBiomes": [],
499
500
  "audience": "org",
500
501
  "storeListed": true,
501
- "sourceManifestHash": "004d250018880413e919454cd664e015c686d962a3606779274ded9285df9a1a",
502
+ "sourceManifestHash": "ee611209f581bd8109f63a4bf002a87589a6d67792a60593bf197c27a4c4f8f7",
502
503
  "display": {
503
504
  "icon": "mail",
504
- "category": "Communication",
505
+ "category": "communication",
505
506
  "summary": "Run email-driven workflows."
506
507
  }
507
508
  },
@@ -512,8 +513,9 @@
512
513
  "target": "server",
513
514
  "origin": "third-party",
514
515
  "mandatory": false,
515
- "repo": "repos/xema-community",
516
- "path": "repos/xema-community/biomes/object-registry",
516
+ "installPolicy": "required",
517
+ "repo": "repos/xema-base",
518
+ "path": "repos/xema-base/biomes/object-registry",
517
519
  "services": [
518
520
  "object-registry-api"
519
521
  ],
@@ -523,7 +525,12 @@
523
525
  "optionalServerBiomes": [],
524
526
  "audience": "org",
525
527
  "storeListed": true,
526
- "sourceManifestHash": "3dcdaa7fbe6c349a6168472af6b885359e840f43c3055dad2305475c77582b14"
528
+ "sourceManifestHash": "8a1e573037380c168ad76db6ef8e3939c26b4ea716152216945717942418df1b",
529
+ "display": {
530
+ "icon": "link",
531
+ "category": "platform",
532
+ "summary": "XVFS object resolver: addresses every platform object (artifact, biome, capability) via a stable URI scheme."
533
+ }
527
534
  },
528
535
  {
529
536
  "id": "objects-web",
@@ -532,6 +539,7 @@
532
539
  "target": "web",
533
540
  "origin": "third-party",
534
541
  "mandatory": false,
542
+ "installPolicy": "required",
535
543
  "repo": "submodules/xema-host-web",
536
544
  "path": "submodules/xema-host-web/biomes/system/objects-web",
537
545
  "services": [],
@@ -541,10 +549,10 @@
541
549
  "optionalServerBiomes": [],
542
550
  "audience": "org",
543
551
  "storeListed": false,
544
- "sourceManifestHash": "43d4bfc41af8dcc701df7d6706820731b51b043791ff9322d04b5e173459e22c",
552
+ "sourceManifestHash": "651ae7fb4efac511c85393b804c049a089e8e6ca2354087f28822ec4e1fea96c",
545
553
  "display": {
546
554
  "icon": "box",
547
- "category": "Data",
555
+ "category": "data",
548
556
  "summary": "Browse Xema objects and registries."
549
557
  },
550
558
  "systemSurface": true
@@ -556,8 +564,9 @@
556
564
  "target": "server",
557
565
  "origin": "third-party",
558
566
  "mandatory": false,
559
- "repo": "repos/xema-community",
560
- "path": "repos/xema-community/biomes/opencode-runtime",
567
+ "installPolicy": "required",
568
+ "repo": "repos/xema-base",
569
+ "path": "repos/xema-base/biomes/opencode-runtime",
561
570
  "services": [
562
571
  "opencode-worker"
563
572
  ],
@@ -567,7 +576,12 @@
567
576
  "optionalServerBiomes": [],
568
577
  "audience": "org",
569
578
  "storeListed": true,
570
- "sourceManifestHash": "2d9b6472f826846dbbe970bda02f9d95302ee383f01979217501dc2cac8bf3f8"
579
+ "sourceManifestHash": "ef1e550855d54fcceaf8af50adc154c07027a7b329c45783dffefc2d550c218e",
580
+ "display": {
581
+ "icon": "bot",
582
+ "category": "runtime",
583
+ "summary": "OpenCode runtime executor: runs LLM agent sessions inside a per-allocation workspace."
584
+ }
571
585
  },
572
586
  {
573
587
  "id": "org-database-pool",
@@ -576,8 +590,9 @@
576
590
  "target": "server",
577
591
  "origin": "third-party",
578
592
  "mandatory": false,
579
- "repo": "repos/xema-platform",
580
- "path": "repos/xema-platform/biomes/org-database-pool",
593
+ "installPolicy": "required",
594
+ "repo": "repos/xema-base",
595
+ "path": "repos/xema-base/biomes/org-database-pool",
581
596
  "services": [
582
597
  "org-database-pool-api"
583
598
  ],
@@ -587,7 +602,12 @@
587
602
  "optionalServerBiomes": [],
588
603
  "audience": "org",
589
604
  "storeListed": true,
590
- "sourceManifestHash": "72a901ea53fda51576005e9297c4199d853254ef2da33eaf4b6cc71103342e1b"
605
+ "sourceManifestHash": "645fc668eb7297935c3b3afb9fe18b1534083ba605659523d7255666ea43ad7c",
606
+ "display": {
607
+ "icon": "database",
608
+ "category": "platform",
609
+ "summary": "Per-org database pool: issues per-tenant Postgres credentials and tracks per-org migration state."
610
+ }
591
611
  },
592
612
  {
593
613
  "id": "policies-web",
@@ -596,6 +616,7 @@
596
616
  "target": "web",
597
617
  "origin": "third-party",
598
618
  "mandatory": false,
619
+ "installPolicy": "required",
599
620
  "repo": "submodules/xema-host-web",
600
621
  "path": "submodules/xema-host-web/biomes/system/policies-web",
601
622
  "services": [],
@@ -605,33 +626,13 @@
605
626
  "optionalServerBiomes": [],
606
627
  "audience": "org",
607
628
  "storeListed": true,
608
- "sourceManifestHash": "c7d91adcc0f721d977f5983214f8b8bb38e7f51eb6ed289ab5851dd44af7185e",
629
+ "sourceManifestHash": "0ab2b8c719425ffefbf2f15da8c8992518fc81230b66b15dc2ac0ecc197db69c",
609
630
  "display": {
610
631
  "icon": "shield",
611
- "category": "Security",
632
+ "category": "security",
612
633
  "summary": "Author and review policies."
613
634
  }
614
635
  },
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
  {
636
637
  "id": "public-gateway",
637
638
  "version": "0.1.0",
@@ -639,8 +640,9 @@
639
640
  "target": "server",
640
641
  "origin": "third-party",
641
642
  "mandatory": false,
642
- "repo": "repos/xema-community",
643
- "path": "repos/xema-community/biomes/public-gateway",
643
+ "installPolicy": "required",
644
+ "repo": "repos/xema-base",
645
+ "path": "repos/xema-base/biomes/public-gateway",
644
646
  "services": [
645
647
  "public-gateway-api"
646
648
  ],
@@ -650,7 +652,12 @@
650
652
  "optionalServerBiomes": [],
651
653
  "audience": "org",
652
654
  "storeListed": true,
653
- "sourceManifestHash": "fa42d234eeba192679e9f38f4371581f6fcd6c4eb3b3258c5bc9e7da3fbf8891"
655
+ "sourceManifestHash": "643fb57bb0252bace4636ae4dc2d5449bf153b00bfb9d7114132d493241f84f1",
656
+ "display": {
657
+ "icon": "globe",
658
+ "category": "connect",
659
+ "summary": "Public-facing HTTP gateway: streams preview pages, dispatches webhook ingress, terminates public routes."
660
+ }
654
661
  },
655
662
  {
656
663
  "id": "runners-web",
@@ -659,6 +666,7 @@
659
666
  "target": "web",
660
667
  "origin": "third-party",
661
668
  "mandatory": false,
669
+ "installPolicy": "required",
662
670
  "repo": "submodules/xema-host-web",
663
671
  "path": "submodules/xema-host-web/biomes/system/runners-web",
664
672
  "services": [],
@@ -668,10 +676,10 @@
668
676
  "optionalServerBiomes": [],
669
677
  "audience": "org",
670
678
  "storeListed": true,
671
- "sourceManifestHash": "35f4307ec06f129900b391c902c8b18449c1a1377bdf62b9cb0d50ef839dc1e7",
679
+ "sourceManifestHash": "8067f0166c123dd69f44d9971e84f4cd3d738f326f577212340e27353e0edc24",
672
680
  "display": {
673
681
  "icon": "cpu",
674
- "category": "Infrastructure",
682
+ "category": "infrastructure",
675
683
  "summary": "Monitor and manage execution runners."
676
684
  }
677
685
  },
@@ -682,6 +690,7 @@
682
690
  "target": "web",
683
691
  "origin": "third-party",
684
692
  "mandatory": false,
693
+ "installPolicy": "required",
685
694
  "repo": "submodules/xema-host-web",
686
695
  "path": "submodules/xema-host-web/biomes/system/search-web",
687
696
  "services": [],
@@ -691,10 +700,10 @@
691
700
  "optionalServerBiomes": [],
692
701
  "audience": "org",
693
702
  "storeListed": true,
694
- "sourceManifestHash": "9c4d3433c76572ac74ae408df911ed43cff33f54534bbd799766b18fc721ec5c",
703
+ "sourceManifestHash": "8f7a3510dcc4d25a4e97a8d29d2027bb667a9a45e4dce1cf9ad03c2c6619fb66",
695
704
  "display": {
696
705
  "icon": "search",
697
- "category": "Platform",
706
+ "category": "platform",
698
707
  "summary": "Search across the platform."
699
708
  }
700
709
  },
@@ -705,6 +714,7 @@
705
714
  "target": "web",
706
715
  "origin": "third-party",
707
716
  "mandatory": false,
717
+ "installPolicy": "required",
708
718
  "repo": "submodules/xema-host-web",
709
719
  "path": "submodules/xema-host-web/biomes/system/service-registry-web",
710
720
  "services": [],
@@ -714,10 +724,10 @@
714
724
  "optionalServerBiomes": [],
715
725
  "audience": "org",
716
726
  "storeListed": true,
717
- "sourceManifestHash": "1e8a88d148b43fe3024d7b3de3a00c09495f9d56e9dc372f416504a56ef59d29",
727
+ "sourceManifestHash": "16e5ca77d61a8db988fe73cbc13ffae40dcc0fb9f5ed5299ad7592718352a78b",
718
728
  "display": {
719
729
  "icon": "network",
720
- "category": "Platform",
730
+ "category": "platform",
721
731
  "summary": "Inspect the service registry."
722
732
  }
723
733
  },
@@ -728,8 +738,9 @@
728
738
  "target": "server",
729
739
  "origin": "third-party",
730
740
  "mandatory": false,
731
- "repo": "repos/xema-community",
732
- "path": "repos/xema-community/biomes/space-registry",
741
+ "installPolicy": "required",
742
+ "repo": "repos/xema-base",
743
+ "path": "repos/xema-base/biomes/space-registry",
733
744
  "services": [
734
745
  "space-registry-api"
735
746
  ],
@@ -739,7 +750,12 @@
739
750
  "optionalServerBiomes": [],
740
751
  "audience": "org",
741
752
  "storeListed": true,
742
- "sourceManifestHash": "1e4a7b53d64247c769eaa7450d1734287d9cecab04fc651bf2abcc8a51854c3f"
753
+ "sourceManifestHash": "49bac06d44d5a6037a068ac5faaaa8e30cb0d8d02c4a12dcb4473d0e0ce87cb4",
754
+ "display": {
755
+ "icon": "folder-tree",
756
+ "category": "governance",
757
+ "summary": "Authoritative Space ownership, hierarchy, and most-specific-wins data-classification resolution."
758
+ }
743
759
  },
744
760
  {
745
761
  "id": "spaces-web",
@@ -748,6 +764,7 @@
748
764
  "target": "web",
749
765
  "origin": "third-party",
750
766
  "mandatory": false,
767
+ "installPolicy": "required",
751
768
  "repo": "submodules/xema-host-web",
752
769
  "path": "submodules/xema-host-web/biomes/system/spaces-web",
753
770
  "services": [],
@@ -757,34 +774,14 @@
757
774
  "optionalServerBiomes": [],
758
775
  "audience": "org",
759
776
  "storeListed": false,
760
- "sourceManifestHash": "e69655eb53188b985778ebf483acb845648dd44fae78eb23acb89e83ff854cbf",
777
+ "sourceManifestHash": "1fc8bd73a8b69bcbdc2fe216bf6878fce33412117de9e6d9fdcf6c6cec0bf0ad",
761
778
  "display": {
762
779
  "icon": "layers",
763
- "category": "Workspace",
780
+ "category": "workspace",
764
781
  "summary": "Organize work into spaces."
765
782
  },
766
783
  "systemSurface": true
767
784
  },
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
785
  {
789
786
  "id": "user-hub-web",
790
787
  "version": "0.1.0",
@@ -792,6 +789,7 @@
792
789
  "target": "web",
793
790
  "origin": "third-party",
794
791
  "mandatory": false,
792
+ "installPolicy": "required",
795
793
  "repo": "submodules/xema-host-web",
796
794
  "path": "submodules/xema-host-web/biomes/system/user-hub-web",
797
795
  "services": [],
@@ -801,10 +799,10 @@
801
799
  "optionalServerBiomes": [],
802
800
  "audience": "org",
803
801
  "storeListed": true,
804
- "sourceManifestHash": "065a75aa23d071cfed2236b06af8c974e89cf5f916710e899a0679e8ac5f673d",
802
+ "sourceManifestHash": "1e8afa1fac660bb3234b82be4ca242df896ab7634fd53d4f75c4efb156ef356a",
805
803
  "display": {
806
804
  "icon": "users",
807
- "category": "Administration",
805
+ "category": "administration",
808
806
  "summary": "Manage users and organizations."
809
807
  }
810
808
  },
@@ -815,8 +813,9 @@
815
813
  "target": "server",
816
814
  "origin": "third-party",
817
815
  "mandatory": false,
818
- "repo": "repos/xema-platform",
819
- "path": "repos/xema-platform/biomes/workload-runtime",
816
+ "installPolicy": "required",
817
+ "repo": "repos/xema-base",
818
+ "path": "repos/xema-base/biomes/workload-runtime",
820
819
  "services": [
821
820
  "workload-runtime-api"
822
821
  ],
@@ -826,7 +825,12 @@
826
825
  "optionalServerBiomes": [],
827
826
  "audience": "org",
828
827
  "storeListed": true,
829
- "sourceManifestHash": "0f0c2b6c5045c0ef9603cd7e47c45e418cbc33159d75872907571786633c699e"
828
+ "sourceManifestHash": "f720a6c4bdb2160767b5edc88cbb137353ab90bd40c07a40a100f3ad2680264d",
829
+ "display": {
830
+ "icon": "server-cog",
831
+ "category": "runtime",
832
+ "summary": "Workload runtime control plane: dispatches and reconciles every per-allocation Kubernetes workload."
833
+ }
830
834
  },
831
835
  {
832
836
  "id": "workspace-storage-pool",
@@ -835,8 +839,9 @@
835
839
  "target": "server",
836
840
  "origin": "third-party",
837
841
  "mandatory": false,
838
- "repo": "repos/xema-platform",
839
- "path": "repos/xema-platform/biomes/workspace-storage-pool",
842
+ "installPolicy": "required",
843
+ "repo": "repos/xema-base",
844
+ "path": "repos/xema-base/biomes/workspace-storage-pool",
840
845
  "services": [
841
846
  "workspace-storage-pool-api"
842
847
  ],
@@ -846,27 +851,12 @@
846
851
  "optionalServerBiomes": [],
847
852
  "audience": "org",
848
853
  "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"
854
+ "sourceManifestHash": "d7b12f29950173a056ee61dd0fb00cddcc26e197989d2bd7e5b3877d34ee6efd",
855
+ "display": {
856
+ "icon": "hard-drive",
857
+ "category": "platform",
858
+ "summary": "Per-org workspace volume manager: allocates, snapshots, and reclaims persistent workspace storage."
859
+ }
870
860
  },
871
861
  {
872
862
  "id": "xema-capability-router",
@@ -875,8 +865,9 @@
875
865
  "target": "server",
876
866
  "origin": "third-party",
877
867
  "mandatory": false,
878
- "repo": "repos/xema-community",
879
- "path": "repos/xema-community/biomes/xema-capability-router",
868
+ "installPolicy": "required",
869
+ "repo": "repos/xema-base",
870
+ "path": "repos/xema-base/biomes/xema-capability-router",
880
871
  "services": [
881
872
  "xema-capability-router"
882
873
  ],
@@ -886,7 +877,12 @@
886
877
  "optionalServerBiomes": [],
887
878
  "audience": "org",
888
879
  "storeListed": true,
889
- "sourceManifestHash": "9d081473ddcf77eb549b6e672e1627fa188c7b530c18167599ae1b4524971f81"
880
+ "sourceManifestHash": "3533987d7bca5f5db752b59efbb33bcc3d0174bf1314230fd48620928ecf8d5b",
881
+ "display": {
882
+ "icon": "split",
883
+ "category": "platform",
884
+ "summary": "Capability dispatch router: resolves a capability invocation to the owning biome's API and endpoint."
885
+ }
890
886
  },
891
887
  {
892
888
  "id": "xema-platform-worker",
@@ -895,8 +891,9 @@
895
891
  "target": "server",
896
892
  "origin": "third-party",
897
893
  "mandatory": false,
898
- "repo": "repos/xema-platform",
899
- "path": "repos/xema-platform/biomes/xema-platform-worker",
894
+ "installPolicy": "required",
895
+ "repo": "repos/xema-base",
896
+ "path": "repos/xema-base/biomes/xema-platform-worker",
900
897
  "services": [
901
898
  "xema-platform-worker"
902
899
  ],
@@ -906,7 +903,12 @@
906
903
  "optionalServerBiomes": [],
907
904
  "audience": "org",
908
905
  "storeListed": true,
909
- "sourceManifestHash": "f1cc7347b36cf86585faac833f644a131974669f08df69d76c468bbc2b0e622c"
906
+ "sourceManifestHash": "241d9538432e2c0088d8eac445ae9f3ac5e65b594b553b0d13276d9dbe373630",
907
+ "display": {
908
+ "icon": "cpu",
909
+ "category": "runtime",
910
+ "summary": "Platform Temporal worker: executes kernel and system-biome workflows on the platform task queue."
911
+ }
910
912
  },
911
913
  {
912
914
  "id": "xema-shell",
@@ -915,8 +917,9 @@
915
917
  "target": "server",
916
918
  "origin": "third-party",
917
919
  "mandatory": false,
918
- "repo": "repos/xema-community",
919
- "path": "repos/xema-community/biomes/xema-shell",
920
+ "installPolicy": "required",
921
+ "repo": "repos/xema-base",
922
+ "path": "repos/xema-base/biomes/xema-shell",
920
923
  "services": [
921
924
  "xema-shell-api"
922
925
  ],
@@ -926,27 +929,38 @@
926
929
  "optionalServerBiomes": [],
927
930
  "audience": "org",
928
931
  "storeListed": true,
929
- "sourceManifestHash": "cf43bca5231a4c810391020970678504f7e865b7e8a0ef2c02cc23d1b115ef51"
932
+ "sourceManifestHash": "05a71c5f9c83708cb340d04ae660ed54afd00e31052bc8da6157eb2ecc6a8464",
933
+ "display": {
934
+ "icon": "terminal",
935
+ "category": "runtime",
936
+ "summary": "Xema shell parser and runner: executes platform shell scripts inside session workspaces."
937
+ }
930
938
  },
931
939
  {
932
- "id": "xema-store",
940
+ "id": "activity-feed",
933
941
  "version": "0.1.0",
934
- "tier": "system",
942
+ "tier": "base",
935
943
  "target": "server",
936
944
  "origin": "third-party",
937
945
  "mandatory": false,
938
- "repo": "repos/xema-store-api",
939
- "path": "repos/xema-store-api/biomes/xema-store",
946
+ "installPolicy": "default-selected",
947
+ "repo": "repos/xema-base",
948
+ "path": "repos/xema-base/biomes/activity-feed",
940
949
  "services": [
941
- "xema-store-api"
950
+ "activity-feed-api"
942
951
  ],
943
- "displayName": "Xema Store",
944
- "packageName": "@xemahq/biomes-xema-store",
952
+ "displayName": "Activity Feed",
953
+ "packageName": "@xemahq/biomes-activity-feed",
945
954
  "requiresServerBiomes": [],
946
955
  "optionalServerBiomes": [],
947
956
  "audience": "org",
948
957
  "storeListed": true,
949
- "sourceManifestHash": "f9f238beb7cf38c83b1caf6f3681c0d5dca999960dcce6ccedab7f532814e318"
958
+ "sourceManifestHash": "6e3e230aaeeeb22f05f90533230326a8ea1d7e5f2642bc2594295457fe475a2d",
959
+ "display": {
960
+ "icon": "activity",
961
+ "category": "operate",
962
+ "summary": "Activity feed projector: materializes CloudEvent streams into per-actor and per-subject timelines."
963
+ }
950
964
  },
951
965
  {
952
966
  "id": "agent-runtime",
@@ -955,13 +969,13 @@
955
969
  "target": "server",
956
970
  "origin": "third-party",
957
971
  "mandatory": false,
958
- "repo": "repos/xema-community",
959
- "path": "repos/xema-community/biomes/agent-runtime",
972
+ "installPolicy": "default-selected",
973
+ "repo": "repos/xema-base",
974
+ "path": "repos/xema-base/biomes/agent-runtime",
960
975
  "services": [
961
976
  "agent-session-api",
962
977
  "artifact-store-api",
963
978
  "llm-registry-api",
964
- "memory-api",
965
979
  "skill-registry-api"
966
980
  ],
967
981
  "displayName": "Agent Runtime",
@@ -970,7 +984,38 @@
970
984
  "optionalServerBiomes": [],
971
985
  "audience": "org",
972
986
  "storeListed": true,
973
- "sourceManifestHash": "344f1edd9dfdf57c24c29636808d2e12a63e96e0a4eda4a2ee328ee7c22219d7"
987
+ "sourceManifestHash": "dbdc1d31e3df0763d0f25f1f3ec9189296688cd8ed7390355d29a77899d05c8c",
988
+ "display": {
989
+ "icon": "bot",
990
+ "category": "runtime",
991
+ "summary": "Foundational agent-runtime primitives: agent sessions, skill catalog, LLM registry, and typed artifact storage."
992
+ }
993
+ },
994
+ {
995
+ "id": "app-platform",
996
+ "version": "0.1.0",
997
+ "tier": "base",
998
+ "target": "server",
999
+ "origin": "third-party",
1000
+ "mandatory": false,
1001
+ "installPolicy": "default-selected",
1002
+ "repo": "repos/xema-base",
1003
+ "path": "repos/xema-base/biomes/app-platform",
1004
+ "services": [
1005
+ "app-platform-api"
1006
+ ],
1007
+ "displayName": "App Runtime",
1008
+ "packageName": "@xemahq/biomes-app-platform",
1009
+ "requiresServerBiomes": [],
1010
+ "optionalServerBiomes": [],
1011
+ "audience": "org",
1012
+ "storeListed": true,
1013
+ "sourceManifestHash": "f74362068619e87917f1cead2ac536223883d2c6e59447af55f3a29fdb3affaf",
1014
+ "display": {
1015
+ "icon": "app-window",
1016
+ "category": "connect",
1017
+ "summary": "App/portal runtime for external end-users: Apps, external auth (magic-link/OIDC), public ingress, delegated sessions."
1018
+ }
974
1019
  },
975
1020
  {
976
1021
  "id": "backlog",
@@ -979,6 +1024,7 @@
979
1024
  "target": "server",
980
1025
  "origin": "third-party",
981
1026
  "mandatory": false,
1027
+ "installPolicy": "optional",
982
1028
  "repo": "repos/xema-community",
983
1029
  "path": "repos/xema-community/biomes/backlog",
984
1030
  "services": [
@@ -990,7 +1036,91 @@
990
1036
  "optionalServerBiomes": [],
991
1037
  "audience": "org",
992
1038
  "storeListed": true,
993
- "sourceManifestHash": "7be13f88e41e4435b8b50032a0fee7a6ae5fca44a4b54819087aea52357882a7"
1039
+ "sourceManifestHash": "216e4273a4eee1b0701d5808b7e409df1ca0699fc38a5fbf89d1db618aafd25f",
1040
+ "display": {
1041
+ "icon": "list",
1042
+ "category": "operate",
1043
+ "summary": "Work-item and backlog primitive — stores and syncs tracker issues and tasks that Xema workflows read and update."
1044
+ }
1045
+ },
1046
+ {
1047
+ "id": "canopy",
1048
+ "version": "0.1.0",
1049
+ "tier": "base",
1050
+ "target": "server",
1051
+ "origin": "third-party",
1052
+ "mandatory": false,
1053
+ "installPolicy": "default-selected",
1054
+ "repo": "repos/xema-base",
1055
+ "path": "repos/xema-base/biomes/canopy",
1056
+ "services": [
1057
+ "canopy-api"
1058
+ ],
1059
+ "displayName": "Canopy",
1060
+ "packageName": "@xemahq/biomes-canopy",
1061
+ "requiresServerBiomes": [],
1062
+ "optionalServerBiomes": [],
1063
+ "audience": "org",
1064
+ "storeListed": true,
1065
+ "sourceManifestHash": "9da2366a581177b96d1ed00f4166a427d82cdd71e1632467b52f82bc23522042",
1066
+ "display": {
1067
+ "icon": "sparkles",
1068
+ "category": "runtime",
1069
+ "summary": "The universal Xema agent: one org-scoped conversation that can reach every capability of every installed biome."
1070
+ }
1071
+ },
1072
+ {
1073
+ "id": "connector-platform",
1074
+ "version": "0.1.0",
1075
+ "tier": "base",
1076
+ "target": "server",
1077
+ "origin": "third-party",
1078
+ "mandatory": false,
1079
+ "installPolicy": "default-selected",
1080
+ "repo": "repos/xema-base",
1081
+ "path": "repos/xema-base/biomes/connector-platform",
1082
+ "services": [
1083
+ "connector-gateway-api",
1084
+ "credential-broker-api"
1085
+ ],
1086
+ "displayName": "Connector Platform",
1087
+ "packageName": "@xemahq/biomes-connector-platform",
1088
+ "requiresServerBiomes": [],
1089
+ "optionalServerBiomes": [],
1090
+ "audience": "org",
1091
+ "storeListed": true,
1092
+ "sourceManifestHash": "6ce0ed1075ee0c649460fe9021f8ec40ce6596b78be3444bee2a2ec3ff5e6309",
1093
+ "display": {
1094
+ "icon": "plug",
1095
+ "category": "connect",
1096
+ "summary": "Generic connector ingress edge and credential broker; per-provider connector biomes consume its services."
1097
+ }
1098
+ },
1099
+ {
1100
+ "id": "container-registry",
1101
+ "version": "0.1.0",
1102
+ "tier": "base",
1103
+ "target": "server",
1104
+ "origin": "third-party",
1105
+ "mandatory": false,
1106
+ "installPolicy": "optional",
1107
+ "repo": "repos/xema-base",
1108
+ "path": "repos/xema-base/biomes/container-registry",
1109
+ "services": [
1110
+ "container-registry-api"
1111
+ ],
1112
+ "displayName": "Container Registry",
1113
+ "packageName": "@xemahq/biomes-container-registry",
1114
+ "requiresServerBiomes": [],
1115
+ "optionalServerBiomes": [],
1116
+ "audience": "org",
1117
+ "storeListed": true,
1118
+ "sourceManifestHash": "3dabf6998fc85d6b1fd4c699a73824b7238a24885eb9eb99cbaa4800741d9c41",
1119
+ "display": {
1120
+ "icon": "container",
1121
+ "category": "build",
1122
+ "summary": "OCI image registry adapter and workspace-image baker: proxies push/pull and bakes custom worker images."
1123
+ }
994
1124
  },
995
1125
  {
996
1126
  "id": "control-plane",
@@ -999,6 +1129,7 @@
999
1129
  "target": "server",
1000
1130
  "origin": "third-party",
1001
1131
  "mandatory": false,
1132
+ "installPolicy": "default-selected",
1002
1133
  "repo": "repos/xema-community",
1003
1134
  "path": "repos/xema-community/biomes/control-plane",
1004
1135
  "services": [
@@ -1010,7 +1141,12 @@
1010
1141
  "optionalServerBiomes": [],
1011
1142
  "audience": "org",
1012
1143
  "storeListed": true,
1013
- "sourceManifestHash": "08a6aa80d0428c7063699bf7d5eceeb336dd9348a671d671946c120f098be72c"
1144
+ "sourceManifestHash": "61d5d307d4353652e0a7ec2dee6c323ec52b60320abbccf19fdf88704c6ca041",
1145
+ "display": {
1146
+ "icon": "settings",
1147
+ "category": "operate",
1148
+ "summary": "Xema-as-Code control plane — the org-admin edge that applies declarative xema.yaml and Terraform provisioning across the platform registries."
1149
+ }
1014
1150
  },
1015
1151
  {
1016
1152
  "id": "conversation-channels",
@@ -1019,6 +1155,7 @@
1019
1155
  "target": "server",
1020
1156
  "origin": "third-party",
1021
1157
  "mandatory": false,
1158
+ "installPolicy": "optional",
1022
1159
  "repo": "repos/xema-community",
1023
1160
  "path": "repos/xema-community/biomes/conversation-channels",
1024
1161
  "services": [
@@ -1030,7 +1167,12 @@
1030
1167
  "optionalServerBiomes": [],
1031
1168
  "audience": "org",
1032
1169
  "storeListed": true,
1033
- "sourceManifestHash": "40421b36a3aeaf894530b8cb2274e6375f06fa8559e7614776576d65d3b472be"
1170
+ "sourceManifestHash": "2ce2b97369256bf971ee2a6869ba2b43010ed29a2fff1a188e9ec93fc24fd775",
1171
+ "display": {
1172
+ "icon": "message-circle",
1173
+ "category": "connect",
1174
+ "summary": "Conversation channels — bridges external chat channels (Telegram, Slack, …) to durable Xema agent sessions with coalesced replies."
1175
+ }
1034
1176
  },
1035
1177
  {
1036
1178
  "id": "document-rendering",
@@ -1039,8 +1181,9 @@
1039
1181
  "target": "server",
1040
1182
  "origin": "third-party",
1041
1183
  "mandatory": false,
1042
- "repo": "repos/xema-platform",
1043
- "path": "repos/xema-platform/biomes/document-rendering",
1184
+ "installPolicy": "optional",
1185
+ "repo": "repos/xema-community",
1186
+ "path": "repos/xema-community/biomes/document-rendering",
1044
1187
  "services": [
1045
1188
  "document-render-api"
1046
1189
  ],
@@ -1050,68 +1193,90 @@
1050
1193
  "optionalServerBiomes": [],
1051
1194
  "audience": "org",
1052
1195
  "storeListed": true,
1053
- "sourceManifestHash": "f03816a9181f5bc8870baa7867a966437b9816e81c4c67a1df2e323d92fb427b"
1196
+ "sourceManifestHash": "4a4c2351d73e69b61b07c4c867062292774c562989a0b0047801a44bf9124d16",
1197
+ "display": {
1198
+ "icon": "file-text",
1199
+ "category": "knowledge",
1200
+ "summary": "Document rendering — generic primitive that materializes markdown/HTML/echarts into PDF/PNG artifacts for any biome."
1201
+ }
1054
1202
  },
1055
1203
  {
1056
- "id": "integration-platform",
1204
+ "id": "knowledge-base",
1057
1205
  "version": "0.1.0",
1058
1206
  "tier": "base",
1059
1207
  "target": "server",
1060
1208
  "origin": "third-party",
1061
1209
  "mandatory": false,
1062
- "repo": "repos/xema-platform",
1063
- "path": "repos/xema-platform/biomes/integration-platform",
1210
+ "installPolicy": "default-selected",
1211
+ "repo": "repos/xema-base",
1212
+ "path": "repos/xema-base/biomes/knowledge-base",
1064
1213
  "services": [
1065
- "connector-gateway-api",
1066
- "credential-broker-api"
1214
+ "knowledge-base-api"
1067
1215
  ],
1068
- "displayName": "Integration Platform",
1069
- "packageName": "@xemahq/biomes-integration-platform",
1216
+ "displayName": "Knowledge Base",
1217
+ "packageName": "@xemahq/biomes-knowledge-base",
1070
1218
  "requiresServerBiomes": [],
1071
1219
  "optionalServerBiomes": [],
1072
1220
  "audience": "org",
1073
1221
  "storeListed": true,
1074
- "sourceManifestHash": "bbbe34c2b7de0159f354f56b9abe61607f67ef41a4ac313dd9bd081d124f2071"
1222
+ "sourceManifestHash": "ebe50ff84de6fe38d6e12a03eedc09d1271d4e08966dbb332d8d2d155048f139",
1223
+ "display": {
1224
+ "icon": "book-open",
1225
+ "category": "knowledge",
1226
+ "summary": "Knowledge base primitive: document storage plus semantic search consumed across tiers."
1227
+ }
1075
1228
  },
1076
1229
  {
1077
- "id": "knowledge-base",
1230
+ "id": "mcp-router",
1078
1231
  "version": "0.1.0",
1079
1232
  "tier": "base",
1080
1233
  "target": "server",
1081
1234
  "origin": "third-party",
1082
1235
  "mandatory": false,
1083
- "repo": "repos/xema-community",
1084
- "path": "repos/xema-community/biomes/knowledge-base",
1236
+ "installPolicy": "default-selected",
1237
+ "repo": "repos/xema-base",
1238
+ "path": "repos/xema-base/biomes/mcp-router",
1085
1239
  "services": [
1086
- "knowledge-base-api"
1240
+ "mcp-gateway-api"
1087
1241
  ],
1088
- "displayName": "Knowledge Base",
1089
- "packageName": "@xemahq/biomes-knowledge-base",
1242
+ "displayName": "Mcp Router",
1243
+ "packageName": "@xemahq/biomes-mcp-router",
1090
1244
  "requiresServerBiomes": [],
1091
1245
  "optionalServerBiomes": [],
1092
1246
  "audience": "org",
1093
1247
  "storeListed": true,
1094
- "sourceManifestHash": "766263a26659a545af2942897efb33f0188a865e7584507b519794704656aaf8"
1248
+ "sourceManifestHash": "e1b05ba68cbbeea75654eef5e8db4f15481a76cb1d3de1525c21f1506bf7a0bc",
1249
+ "display": {
1250
+ "icon": "network",
1251
+ "category": "connect",
1252
+ "summary": "External MCP bridge: routes agent MCP tool calls to registered or biome-shipped MCP servers."
1253
+ }
1095
1254
  },
1096
1255
  {
1097
- "id": "mcp-router",
1256
+ "id": "policy-distributor",
1098
1257
  "version": "0.1.0",
1099
1258
  "tier": "base",
1100
1259
  "target": "server",
1101
1260
  "origin": "third-party",
1102
1261
  "mandatory": false,
1103
- "repo": "repos/xema-community",
1104
- "path": "repos/xema-community/biomes/mcp-router",
1262
+ "installPolicy": "default-selected",
1263
+ "repo": "repos/xema-base",
1264
+ "path": "repos/xema-base/biomes/policy-distributor",
1105
1265
  "services": [
1106
- "mcp-gateway-api"
1266
+ "policy-distributor-api"
1107
1267
  ],
1108
- "displayName": "Mcp Router",
1109
- "packageName": "@xemahq/biomes-mcp-router",
1268
+ "displayName": "Policy Distributor",
1269
+ "packageName": "@xemahq/biomes-policy-distributor",
1110
1270
  "requiresServerBiomes": [],
1111
1271
  "optionalServerBiomes": [],
1112
1272
  "audience": "org",
1113
1273
  "storeListed": true,
1114
- "sourceManifestHash": "c88d39d943a574794e2ad01873c7f98e01b684ce5b435ec19fea0866a3ceac2b"
1274
+ "sourceManifestHash": "5a2cb1d5fefbce299933b7f0cff9500fe101aae62b4822e10da99d226dc30168",
1275
+ "display": {
1276
+ "icon": "file-lock",
1277
+ "category": "governance",
1278
+ "summary": "Central OPA bundle distributor: serves signed, versioned policy bundles over the OPA Bundle Service protocol."
1279
+ }
1115
1280
  },
1116
1281
  {
1117
1282
  "id": "project-registry",
@@ -1120,8 +1285,9 @@
1120
1285
  "target": "server",
1121
1286
  "origin": "third-party",
1122
1287
  "mandatory": false,
1123
- "repo": "repos/xema-community",
1124
- "path": "repos/xema-community/biomes/project-registry",
1288
+ "installPolicy": "default-selected",
1289
+ "repo": "repos/xema-base",
1290
+ "path": "repos/xema-base/biomes/project-registry",
1125
1291
  "services": [
1126
1292
  "project-registry-api"
1127
1293
  ],
@@ -1131,27 +1297,64 @@
1131
1297
  "optionalServerBiomes": [],
1132
1298
  "audience": "org",
1133
1299
  "storeListed": true,
1134
- "sourceManifestHash": "93624e28d15e360b7bd05cffa690f4d1112ef3681fd2ebbbf9683c3f4ebd49a6"
1300
+ "sourceManifestHash": "369b5b8538a4c6f96e73dfebc53e70cbb87ccca56d68e1c0b9d8a322a4ae83e5",
1301
+ "display": {
1302
+ "icon": "folders",
1303
+ "category": "platform",
1304
+ "summary": "Project and membership management: owns project identity, membership, and role assignment."
1305
+ }
1135
1306
  },
1136
1307
  {
1137
- "id": "search",
1308
+ "id": "user-hub",
1138
1309
  "version": "0.1.0",
1139
1310
  "tier": "base",
1140
1311
  "target": "server",
1141
1312
  "origin": "third-party",
1142
1313
  "mandatory": false,
1143
- "repo": "repos/xema-platform",
1144
- "path": "repos/xema-platform/biomes/search",
1314
+ "installPolicy": "default-selected",
1315
+ "repo": "repos/xema-base",
1316
+ "path": "repos/xema-base/biomes/user-hub",
1145
1317
  "services": [
1146
- "search-api"
1318
+ "user-hub-api"
1147
1319
  ],
1148
- "displayName": "Search",
1149
- "packageName": "@xemahq/biomes-search",
1320
+ "displayName": "User Hub",
1321
+ "packageName": "@xemahq/biomes-user-hub",
1150
1322
  "requiresServerBiomes": [],
1151
1323
  "optionalServerBiomes": [],
1152
1324
  "audience": "org",
1153
1325
  "storeListed": true,
1154
- "sourceManifestHash": "187a46e837d51ead9f7cd0e03cbae447c7b0b0c0f7a13dc3751dd5d8e1de97d5"
1326
+ "sourceManifestHash": "71c0ff746af381d8e1f80a61c481c53584e43a04113bdadc020f3861423731be",
1327
+ "display": {
1328
+ "icon": "users",
1329
+ "category": "identity",
1330
+ "summary": "User profile, notification, and presence read-model aggregating Keycloak state into a canonical view."
1331
+ }
1332
+ },
1333
+ {
1334
+ "id": "web-access",
1335
+ "version": "0.1.0",
1336
+ "tier": "base",
1337
+ "target": "server",
1338
+ "origin": "third-party",
1339
+ "mandatory": false,
1340
+ "installPolicy": "default-selected",
1341
+ "repo": "repos/xema-base",
1342
+ "path": "repos/xema-base/biomes/web-access",
1343
+ "services": [
1344
+ "web-access-api"
1345
+ ],
1346
+ "displayName": "Web Access",
1347
+ "packageName": "@xemahq/biomes-web-access",
1348
+ "requiresServerBiomes": [],
1349
+ "optionalServerBiomes": [],
1350
+ "audience": "org",
1351
+ "storeListed": true,
1352
+ "sourceManifestHash": "fabf04df48dcd7df4a005498a485f79cf3888b2b8bf987a8e37f3ad6eedf35d1",
1353
+ "display": {
1354
+ "icon": "globe",
1355
+ "category": "runtime",
1356
+ "summary": "Governed public-web access — the ONE audited door for fetching and searching the public internet."
1357
+ }
1155
1358
  },
1156
1359
  {
1157
1360
  "id": "workflow-runtime",
@@ -1160,8 +1363,9 @@
1160
1363
  "target": "server",
1161
1364
  "origin": "third-party",
1162
1365
  "mandatory": false,
1163
- "repo": "repos/xema-community",
1164
- "path": "repos/xema-community/biomes/workflow-runtime",
1366
+ "installPolicy": "default-selected",
1367
+ "repo": "repos/xema-base",
1368
+ "path": "repos/xema-base/biomes/workflow-runtime",
1165
1369
  "services": [
1166
1370
  "deliverable-specs-api",
1167
1371
  "workflow-engine-api",
@@ -1173,7 +1377,12 @@
1173
1377
  "optionalServerBiomes": [],
1174
1378
  "audience": "org",
1175
1379
  "storeListed": true,
1176
- "sourceManifestHash": "67b083e207c8b37ba286219c9367b9bdb06a7e70765ff3ba11c58487ff3d2914"
1380
+ "sourceManifestHash": "ea36e07195e64fbff87613f8279f993335a2edf1555e5d188b1ffe6003e1e33d",
1381
+ "display": {
1382
+ "icon": "workflow",
1383
+ "category": "runtime",
1384
+ "summary": "Workflow primitive: DSL compilation, Temporal-driven workflow execution, and the typed deliverable-spec store."
1385
+ }
1177
1386
  },
1178
1387
  {
1179
1388
  "id": "workspace-orchestrator",
@@ -1182,8 +1391,9 @@
1182
1391
  "target": "server",
1183
1392
  "origin": "third-party",
1184
1393
  "mandatory": false,
1185
- "repo": "repos/xema-platform",
1186
- "path": "repos/xema-platform/biomes/workspace-orchestrator",
1394
+ "installPolicy": "default-selected",
1395
+ "repo": "repos/xema-base",
1396
+ "path": "repos/xema-base/biomes/workspace-orchestrator",
1187
1397
  "services": [
1188
1398
  "workspace-orchestrator-api"
1189
1399
  ],
@@ -1193,7 +1403,12 @@
1193
1403
  "optionalServerBiomes": [],
1194
1404
  "audience": "org",
1195
1405
  "storeListed": true,
1196
- "sourceManifestHash": "39a039b3417b4c562dc61188901497d442a502003ec8cc119aa57ec25ca8de7d"
1406
+ "sourceManifestHash": "1978d3c4842306cf8d1e0fa5b86d959bc5aa7e58093adbe7682e4b116f4fdc74",
1407
+ "display": {
1408
+ "icon": "layout-grid",
1409
+ "category": "runtime",
1410
+ "summary": "Per-session workspace lifecycle: creates, hibernates, and reaps workspace allocations."
1411
+ }
1197
1412
  },
1198
1413
  {
1199
1414
  "id": "workspace-proxy",
@@ -1202,8 +1417,9 @@
1202
1417
  "target": "server",
1203
1418
  "origin": "third-party",
1204
1419
  "mandatory": false,
1205
- "repo": "repos/xema-community",
1206
- "path": "repos/xema-community/biomes/workspace-proxy",
1420
+ "installPolicy": "default-selected",
1421
+ "repo": "repos/xema-base",
1422
+ "path": "repos/xema-base/biomes/workspace-proxy",
1207
1423
  "services": [
1208
1424
  "workspace-materialization-api",
1209
1425
  "workspace-proxy"
@@ -1214,7 +1430,64 @@
1214
1430
  "optionalServerBiomes": [],
1215
1431
  "audience": "org",
1216
1432
  "storeListed": true,
1217
- "sourceManifestHash": "4a3b6670a973fe73847ff47ede16a09fe43da0898118d612246aab325c87835e"
1433
+ "sourceManifestHash": "8e9c9c55873a154e33e22f69868dde95930ec51ebe8bd5efd9cafef53c131c02",
1434
+ "display": {
1435
+ "icon": "route",
1436
+ "category": "runtime",
1437
+ "summary": "Per-allocation HTTP proxy: routes session and control-plane traffic into the workspace runtime worker."
1438
+ }
1439
+ },
1440
+ {
1441
+ "id": "xema-biome-runner",
1442
+ "version": "0.1.0",
1443
+ "tier": "base",
1444
+ "target": "server",
1445
+ "origin": "third-party",
1446
+ "mandatory": false,
1447
+ "installPolicy": "default-selected",
1448
+ "repo": "repos/xema-base",
1449
+ "path": "repos/xema-base/biomes/xema-biome-runner",
1450
+ "services": [
1451
+ "xema-biome-runner"
1452
+ ],
1453
+ "displayName": "Xema Biome Runner",
1454
+ "packageName": "@xemahq/biomes-xema-biome-runner",
1455
+ "requiresServerBiomes": [],
1456
+ "optionalServerBiomes": [],
1457
+ "audience": "org",
1458
+ "storeListed": true,
1459
+ "sourceManifestHash": "dd405a29b05b61261d0c67069498a52a61024024e29abd509814d3002f956501",
1460
+ "display": {
1461
+ "icon": "play",
1462
+ "category": "runtime",
1463
+ "summary": "Generic biome executor: in-process host for biome-shipped Temporal workflows, activities, and capabilities."
1464
+ }
1465
+ },
1466
+ {
1467
+ "id": "xema-store",
1468
+ "version": "0.1.0",
1469
+ "tier": "base",
1470
+ "target": "server",
1471
+ "origin": "third-party",
1472
+ "mandatory": false,
1473
+ "installPolicy": "default-selected",
1474
+ "repo": "repos/xema-store-api",
1475
+ "path": "repos/xema-store-api/biomes/xema-store",
1476
+ "services": [
1477
+ "xema-store-api"
1478
+ ],
1479
+ "displayName": "Xema Store",
1480
+ "packageName": "@xemahq/biomes-xema-store",
1481
+ "requiresServerBiomes": [],
1482
+ "optionalServerBiomes": [],
1483
+ "audience": "org",
1484
+ "storeListed": true,
1485
+ "sourceManifestHash": "42802cb914c44db2a1955243502c368c7e2c9d4171d83363326aba2cb6323029",
1486
+ "display": {
1487
+ "icon": "store",
1488
+ "category": "operate",
1489
+ "summary": "Xema Store backend — the catalog/marketplace of installable biomes and apps, with listings, entitlements and install fulfillment."
1490
+ }
1218
1491
  }
1219
1492
  ],
1220
1493
  "platformServices": [
@@ -1239,6 +1512,104 @@
1239
1512
  "tier": "edge"
1240
1513
  }
1241
1514
  ],
1242
- "resolvedAt": "2026-06-27T10:42:07.917Z",
1243
- "inputHash": "583f54c04cbc65f1a65187695ae4642e0608f9160070f44e6ca63aa6489c19de"
1515
+ "capabilityDomainOwners": [
1516
+ {
1517
+ "domain": "agent",
1518
+ "biomeId": "agent-runtime"
1519
+ },
1520
+ {
1521
+ "domain": "agent-session",
1522
+ "biomeId": "agent-runtime"
1523
+ },
1524
+ {
1525
+ "domain": "app",
1526
+ "biomeId": "app-forge"
1527
+ },
1528
+ {
1529
+ "domain": "artifact",
1530
+ "biomeId": "agent-runtime"
1531
+ },
1532
+ {
1533
+ "domain": "biome",
1534
+ "biomeId": "biome-host"
1535
+ },
1536
+ {
1537
+ "domain": "connector",
1538
+ "biomeId": "connector-platform"
1539
+ },
1540
+ {
1541
+ "domain": "document",
1542
+ "biomeId": "document-rendering"
1543
+ },
1544
+ {
1545
+ "domain": "interactive-session",
1546
+ "biomeId": "agent-runtime"
1547
+ },
1548
+ {
1549
+ "domain": "kb",
1550
+ "biomeId": "knowledge-base"
1551
+ },
1552
+ {
1553
+ "domain": "mailops",
1554
+ "biomeId": "mailops"
1555
+ },
1556
+ {
1557
+ "domain": "mcp-tool",
1558
+ "biomeId": "mcp-router"
1559
+ },
1560
+ {
1561
+ "domain": "memory",
1562
+ "biomeId": "memory"
1563
+ },
1564
+ {
1565
+ "domain": "model",
1566
+ "biomeId": "agent-runtime"
1567
+ },
1568
+ {
1569
+ "domain": "model-resolution",
1570
+ "biomeId": "agent-runtime"
1571
+ },
1572
+ {
1573
+ "domain": "notification",
1574
+ "biomeId": "user-hub"
1575
+ },
1576
+ {
1577
+ "domain": "search",
1578
+ "biomeId": "search"
1579
+ },
1580
+ {
1581
+ "domain": "space",
1582
+ "biomeId": "space-registry"
1583
+ },
1584
+ {
1585
+ "domain": "store",
1586
+ "biomeId": "xema-store"
1587
+ },
1588
+ {
1589
+ "domain": "studio",
1590
+ "biomeId": "studio-author"
1591
+ },
1592
+ {
1593
+ "domain": "web",
1594
+ "biomeId": "web-access"
1595
+ },
1596
+ {
1597
+ "domain": "worker-runtime",
1598
+ "biomeId": "workspace-orchestrator"
1599
+ },
1600
+ {
1601
+ "domain": "workflow",
1602
+ "biomeId": "workflow-runtime"
1603
+ },
1604
+ {
1605
+ "domain": "workspace",
1606
+ "biomeId": "workspace-orchestrator"
1607
+ },
1608
+ {
1609
+ "domain": "xema-shell",
1610
+ "biomeId": "xema-shell"
1611
+ }
1612
+ ],
1613
+ "resolvedAt": "2026-07-25T23:25:52.704Z",
1614
+ "inputHash": "d1fe893385d9a58fbdb4c78cfcf562464c11696f6e2ba5bb5e64cb0afd1b3c94"
1244
1615
  }