@xemahq/xema 0.13.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 (331) 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 +667 -297
  4. package/dist/assets/core/images.lock.json +136 -136
  5. package/dist/assets/oss/distribution.lock.json +1497 -461
  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 +9 -6
  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/opa-policies.d.ts +3 -0
  83. package/dist/dev/opa-policies.d.ts.map +1 -0
  84. package/dist/dev/opa-policies.js +64 -0
  85. package/dist/dev/opa-policies.js.map +1 -0
  86. package/dist/lib/cli-errors.d.ts +7 -0
  87. package/dist/lib/cli-errors.d.ts.map +1 -0
  88. package/dist/lib/cli-errors.js +30 -0
  89. package/dist/lib/cli-errors.js.map +1 -0
  90. package/dist/lib/control-plane.d.ts.map +1 -1
  91. package/dist/lib/control-plane.js +5 -2
  92. package/dist/lib/control-plane.js.map +1 -1
  93. package/dist/lib/exit-codes.d.ts +3 -4
  94. package/dist/lib/exit-codes.d.ts.map +1 -1
  95. package/dist/lib/exit-codes.js +3 -4
  96. package/dist/lib/exit-codes.js.map +1 -1
  97. package/dist/lib/http-error.d.ts +2 -0
  98. package/dist/lib/http-error.d.ts.map +1 -0
  99. package/dist/lib/http-error.js +51 -0
  100. package/dist/lib/http-error.js.map +1 -0
  101. package/dist/lib/roster-profile.d.ts +10 -0
  102. package/dist/lib/roster-profile.d.ts.map +1 -0
  103. package/dist/lib/roster-profile.js +44 -0
  104. package/dist/lib/roster-profile.js.map +1 -0
  105. package/dist/runtime/biome-dev.d.ts +28 -0
  106. package/dist/runtime/biome-dev.d.ts.map +1 -0
  107. package/dist/runtime/biome-dev.js +131 -0
  108. package/dist/runtime/biome-dev.js.map +1 -0
  109. package/dist/runtime/biome-local-install.d.ts +29 -0
  110. package/dist/runtime/biome-local-install.d.ts.map +1 -0
  111. package/dist/runtime/biome-local-install.js +243 -0
  112. package/dist/runtime/biome-local-install.js.map +1 -0
  113. package/dist/runtime/biome-publish.d.ts +34 -0
  114. package/dist/runtime/biome-publish.d.ts.map +1 -0
  115. package/dist/runtime/biome-publish.js +214 -0
  116. package/dist/runtime/biome-publish.js.map +1 -0
  117. package/dist/runtime/biome-scaffold.d.ts +35 -0
  118. package/dist/runtime/biome-scaffold.d.ts.map +1 -0
  119. package/dist/runtime/biome-scaffold.js +153 -0
  120. package/dist/runtime/biome-scaffold.js.map +1 -0
  121. package/dist/runtime/biome-validate.d.ts +28 -0
  122. package/dist/runtime/biome-validate.d.ts.map +1 -0
  123. package/dist/runtime/biome-validate.js +450 -0
  124. package/dist/runtime/biome-validate.js.map +1 -0
  125. package/dist/runtime/boot-graph-loader.d.ts +1 -0
  126. package/dist/runtime/boot-graph-loader.d.ts.map +1 -1
  127. package/dist/runtime/boot-graph-loader.js +99 -7
  128. package/dist/runtime/boot-graph-loader.js.map +1 -1
  129. package/dist/runtime/canopy-refs.d.ts +8 -0
  130. package/dist/runtime/canopy-refs.d.ts.map +1 -0
  131. package/dist/runtime/canopy-refs.js +51 -0
  132. package/dist/runtime/canopy-refs.js.map +1 -0
  133. package/dist/runtime/canopy-replies.d.ts +14 -0
  134. package/dist/runtime/canopy-replies.d.ts.map +1 -0
  135. package/dist/runtime/canopy-replies.js +39 -0
  136. package/dist/runtime/canopy-replies.js.map +1 -0
  137. package/dist/runtime/capability-invoke.d.ts +35 -0
  138. package/dist/runtime/capability-invoke.d.ts.map +1 -0
  139. package/dist/runtime/capability-invoke.js +119 -0
  140. package/dist/runtime/capability-invoke.js.map +1 -0
  141. package/dist/runtime/config/dev-mode.d.ts +8 -0
  142. package/dist/runtime/config/dev-mode.d.ts.map +1 -0
  143. package/dist/runtime/config/dev-mode.js +84 -0
  144. package/dist/runtime/config/dev-mode.js.map +1 -0
  145. package/dist/runtime/config/init-presets.d.ts +1 -1
  146. package/dist/runtime/config/init-presets.d.ts.map +1 -1
  147. package/dist/runtime/config/init-presets.js +63 -11
  148. package/dist/runtime/config/init-presets.js.map +1 -1
  149. package/dist/runtime/config/loader.d.ts +1 -0
  150. package/dist/runtime/config/loader.d.ts.map +1 -1
  151. package/dist/runtime/config/loader.js +41 -5
  152. package/dist/runtime/config/loader.js.map +1 -1
  153. package/dist/runtime/config/schema.d.ts +27 -12
  154. package/dist/runtime/config/schema.d.ts.map +1 -1
  155. package/dist/runtime/config/schema.js +113 -8
  156. package/dist/runtime/config/schema.js.map +1 -1
  157. package/dist/runtime/config/sources-config.d.ts +14 -0
  158. package/dist/runtime/config/sources-config.d.ts.map +1 -0
  159. package/dist/runtime/config/sources-config.js +79 -0
  160. package/dist/runtime/config/sources-config.js.map +1 -0
  161. package/dist/runtime/distribution/compose.d.ts.map +1 -1
  162. package/dist/runtime/distribution/compose.js +3 -1
  163. package/dist/runtime/distribution/compose.js.map +1 -1
  164. package/dist/runtime/env-seeder.d.ts +5 -0
  165. package/dist/runtime/env-seeder.d.ts.map +1 -1
  166. package/dist/runtime/env-seeder.js +118 -16
  167. package/dist/runtime/env-seeder.js.map +1 -1
  168. package/dist/runtime/foreground.d.ts +4 -0
  169. package/dist/runtime/foreground.d.ts.map +1 -1
  170. package/dist/runtime/foreground.js +11 -0
  171. package/dist/runtime/foreground.js.map +1 -1
  172. package/dist/runtime/infra/infra-catalog.d.ts +1 -0
  173. package/dist/runtime/infra/infra-catalog.d.ts.map +1 -1
  174. package/dist/runtime/infra/infra-catalog.js +2 -1
  175. package/dist/runtime/infra/infra-catalog.js.map +1 -1
  176. package/dist/runtime/infra/infra-runner.d.ts +5 -0
  177. package/dist/runtime/infra/infra-runner.d.ts.map +1 -1
  178. package/dist/runtime/infra/infra-runner.js +82 -13
  179. package/dist/runtime/infra/infra-runner.js.map +1 -1
  180. package/dist/runtime/installation/compiler.d.ts +37 -0
  181. package/dist/runtime/installation/compiler.d.ts.map +1 -0
  182. package/dist/runtime/installation/compiler.js +190 -0
  183. package/dist/runtime/installation/compiler.js.map +1 -0
  184. package/dist/runtime/installation/contract.d.ts +125 -0
  185. package/dist/runtime/installation/contract.d.ts.map +1 -0
  186. package/dist/runtime/installation/contract.js +182 -0
  187. package/dist/runtime/installation/contract.js.map +1 -0
  188. package/dist/runtime/installation/diagnostics.d.ts +16 -0
  189. package/dist/runtime/installation/diagnostics.d.ts.map +1 -0
  190. package/dist/runtime/installation/diagnostics.js +21 -0
  191. package/dist/runtime/installation/diagnostics.js.map +1 -0
  192. package/dist/runtime/installation/diff.d.ts +17 -0
  193. package/dist/runtime/installation/diff.d.ts.map +1 -0
  194. package/dist/runtime/installation/diff.js +99 -0
  195. package/dist/runtime/installation/diff.js.map +1 -0
  196. package/dist/runtime/installation/format.d.ts +3 -0
  197. package/dist/runtime/installation/format.d.ts.map +1 -0
  198. package/dist/runtime/installation/format.js +22 -0
  199. package/dist/runtime/installation/format.js.map +1 -0
  200. package/dist/runtime/installation/from-current-config.d.ts +8 -0
  201. package/dist/runtime/installation/from-current-config.d.ts.map +1 -0
  202. package/dist/runtime/installation/from-current-config.js +75 -0
  203. package/dist/runtime/installation/from-current-config.js.map +1 -0
  204. package/dist/runtime/installation/index.d.ts +13 -0
  205. package/dist/runtime/installation/index.d.ts.map +1 -0
  206. package/dist/runtime/installation/index.js +29 -0
  207. package/dist/runtime/installation/index.js.map +1 -0
  208. package/dist/runtime/installation/lifecycle.d.ts +23 -0
  209. package/dist/runtime/installation/lifecycle.d.ts.map +1 -0
  210. package/dist/runtime/installation/lifecycle.js +70 -0
  211. package/dist/runtime/installation/lifecycle.js.map +1 -0
  212. package/dist/runtime/installation/serialization.d.ts +3 -0
  213. package/dist/runtime/installation/serialization.d.ts.map +1 -0
  214. package/dist/runtime/installation/serialization.js +39 -0
  215. package/dist/runtime/installation/serialization.js.map +1 -0
  216. package/dist/runtime/installation/state-store.d.ts +20 -0
  217. package/dist/runtime/installation/state-store.d.ts.map +1 -0
  218. package/dist/runtime/installation/state-store.js +257 -0
  219. package/dist/runtime/installation/state-store.js.map +1 -0
  220. package/dist/runtime/installation/status.d.ts +30 -0
  221. package/dist/runtime/installation/status.d.ts.map +1 -0
  222. package/dist/runtime/installation/status.js +138 -0
  223. package/dist/runtime/installation/status.js.map +1 -0
  224. package/dist/runtime/installation/support-bundle.d.ts +30 -0
  225. package/dist/runtime/installation/support-bundle.d.ts.map +1 -0
  226. package/dist/runtime/installation/support-bundle.js +130 -0
  227. package/dist/runtime/installation/support-bundle.js.map +1 -0
  228. package/dist/runtime/installation/validation.d.ts +8 -0
  229. package/dist/runtime/installation/validation.d.ts.map +1 -0
  230. package/dist/runtime/installation/validation.js +39 -0
  231. package/dist/runtime/installation/validation.js.map +1 -0
  232. package/dist/runtime/installation/validators/common.d.ts +4 -0
  233. package/dist/runtime/installation/validators/common.d.ts.map +1 -0
  234. package/dist/runtime/installation/validators/common.js +29 -0
  235. package/dist/runtime/installation/validators/common.js.map +1 -0
  236. package/dist/runtime/installation/validators/infrastructure.d.ts +4 -0
  237. package/dist/runtime/installation/validators/infrastructure.d.ts.map +1 -0
  238. package/dist/runtime/installation/validators/infrastructure.js +78 -0
  239. package/dist/runtime/installation/validators/infrastructure.js.map +1 -0
  240. package/dist/runtime/installation/validators/operational.d.ts +4 -0
  241. package/dist/runtime/installation/validators/operational.d.ts.map +1 -0
  242. package/dist/runtime/installation/validators/operational.js +126 -0
  243. package/dist/runtime/installation/validators/operational.js.map +1 -0
  244. package/dist/runtime/installation/validators/profile.d.ts +4 -0
  245. package/dist/runtime/installation/validators/profile.d.ts.map +1 -0
  246. package/dist/runtime/installation/validators/profile.js +78 -0
  247. package/dist/runtime/installation/validators/profile.js.map +1 -0
  248. package/dist/runtime/installation/validators/secrets.d.ts +4 -0
  249. package/dist/runtime/installation/validators/secrets.d.ts.map +1 -0
  250. package/dist/runtime/installation/validators/secrets.js +68 -0
  251. package/dist/runtime/installation/validators/secrets.js.map +1 -0
  252. package/dist/runtime/launch-plan-format.d.ts +3 -0
  253. package/dist/runtime/launch-plan-format.d.ts.map +1 -0
  254. package/dist/runtime/launch-plan-format.js +57 -0
  255. package/dist/runtime/launch-plan-format.js.map +1 -0
  256. package/dist/runtime/launch.d.ts +25 -3
  257. package/dist/runtime/launch.d.ts.map +1 -1
  258. package/dist/runtime/launch.js +264 -24
  259. package/dist/runtime/launch.js.map +1 -1
  260. package/dist/runtime/object-registry-client.d.ts +31 -0
  261. package/dist/runtime/object-registry-client.d.ts.map +1 -0
  262. package/dist/runtime/object-registry-client.js +54 -0
  263. package/dist/runtime/object-registry-client.js.map +1 -0
  264. package/dist/runtime/paths.d.ts +1 -0
  265. package/dist/runtime/paths.d.ts.map +1 -1
  266. package/dist/runtime/paths.js +2 -0
  267. package/dist/runtime/paths.js.map +1 -1
  268. package/dist/runtime/roster.d.ts +10 -4
  269. package/dist/runtime/roster.d.ts.map +1 -1
  270. package/dist/runtime/roster.js +73 -7
  271. package/dist/runtime/roster.js.map +1 -1
  272. package/dist/runtime/run-manifest.d.ts +23 -0
  273. package/dist/runtime/run-manifest.d.ts.map +1 -0
  274. package/dist/runtime/run-manifest.js +273 -0
  275. package/dist/runtime/run-manifest.js.map +1 -0
  276. package/dist/runtime/runner/container-runner.d.ts +6 -0
  277. package/dist/runtime/runner/container-runner.d.ts.map +1 -1
  278. package/dist/runtime/runner/container-runner.js +25 -6
  279. package/dist/runtime/runner/container-runner.js.map +1 -1
  280. package/dist/runtime/runner/docker-cli.d.ts +6 -1
  281. package/dist/runtime/runner/docker-cli.d.ts.map +1 -1
  282. package/dist/runtime/runner/docker-cli.js +47 -6
  283. package/dist/runtime/runner/docker-cli.js.map +1 -1
  284. package/dist/runtime/runner/native-runner.d.ts.map +1 -1
  285. package/dist/runtime/runner/native-runner.js +21 -14
  286. package/dist/runtime/runner/native-runner.js.map +1 -1
  287. package/dist/runtime/secrets/managed-local-store.d.ts +26 -0
  288. package/dist/runtime/secrets/managed-local-store.d.ts.map +1 -0
  289. package/dist/runtime/secrets/managed-local-store.js +202 -0
  290. package/dist/runtime/secrets/managed-local-store.js.map +1 -0
  291. package/dist/runtime/secrets/resolver.d.ts +23 -0
  292. package/dist/runtime/secrets/resolver.d.ts.map +1 -0
  293. package/dist/runtime/secrets/resolver.js +265 -0
  294. package/dist/runtime/secrets/resolver.js.map +1 -0
  295. package/dist/runtime/secrets/url-security.d.ts +3 -0
  296. package/dist/runtime/secrets/url-security.d.ts.map +1 -0
  297. package/dist/runtime/secrets/url-security.js +13 -0
  298. package/dist/runtime/secrets/url-security.js.map +1 -0
  299. package/dist/runtime/sources/credentials.d.ts.map +1 -1
  300. package/dist/runtime/sources/credentials.js +2 -1
  301. package/dist/runtime/sources/credentials.js.map +1 -1
  302. package/dist/runtime/sources/kinds/git.d.ts +6 -3
  303. package/dist/runtime/sources/kinds/git.d.ts.map +1 -1
  304. package/dist/runtime/sources/kinds/git.js +99 -22
  305. package/dist/runtime/sources/kinds/git.js.map +1 -1
  306. package/dist/runtime/sources/resolve-context.d.ts +7 -0
  307. package/dist/runtime/sources/resolve-context.d.ts.map +1 -0
  308. package/dist/runtime/sources/resolve-context.js +3 -0
  309. package/dist/runtime/sources/resolve-context.js.map +1 -0
  310. package/dist/runtime/sources/resolver.d.ts +2 -2
  311. package/dist/runtime/sources/resolver.d.ts.map +1 -1
  312. package/dist/runtime/sources/resolver.js +11 -5
  313. package/dist/runtime/sources/resolver.js.map +1 -1
  314. package/dist/runtime/store-client.d.ts +59 -0
  315. package/dist/runtime/store-client.d.ts.map +1 -0
  316. package/dist/runtime/store-client.js +71 -0
  317. package/dist/runtime/store-client.js.map +1 -0
  318. package/dist/runtime/supervisor.d.ts +6 -0
  319. package/dist/runtime/supervisor.d.ts.map +1 -1
  320. package/dist/runtime/supervisor.js +37 -5
  321. package/dist/runtime/supervisor.js.map +1 -1
  322. package/dist/runtime/waves.d.ts +1 -1
  323. package/dist/runtime/waves.d.ts.map +1 -1
  324. package/dist/runtime/waves.js +86 -19
  325. package/dist/runtime/waves.js.map +1 -1
  326. package/examples/01-local-native.yaml +4 -1
  327. package/examples/03-byo-infra.yaml +17 -7
  328. package/examples/05-appliance-helm.yaml +1 -1
  329. package/examples/06-biome-sources.yaml +4 -1
  330. package/package.json +6 -5
  331. 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,12 @@
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
+ },
245
260
  "launch": "per-installation"
246
261
  },
247
262
  {
@@ -251,8 +266,9 @@
251
266
  "target": "server",
252
267
  "origin": "third-party",
253
268
  "mandatory": false,
254
- "repo": "repos/xema-community",
255
- "path": "repos/xema-community/biomes/biome-fetcher",
269
+ "installPolicy": "required",
270
+ "repo": "repos/xema-base",
271
+ "path": "repos/xema-base/biomes/biome-fetcher",
256
272
  "services": [
257
273
  "biome-fetcher-api"
258
274
  ],
@@ -262,7 +278,12 @@
262
278
  "optionalServerBiomes": [],
263
279
  "audience": "org",
264
280
  "storeListed": true,
265
- "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
+ }
266
287
  },
267
288
  {
268
289
  "id": "biome-host",
@@ -271,8 +292,9 @@
271
292
  "target": "server",
272
293
  "origin": "third-party",
273
294
  "mandatory": false,
274
- "repo": "repos/xema-community",
275
- "path": "repos/xema-community/biomes/biome-host",
295
+ "installPolicy": "required",
296
+ "repo": "repos/xema-base",
297
+ "path": "repos/xema-base/biomes/biome-host",
276
298
  "services": [
277
299
  "biome-host-api"
278
300
  ],
@@ -282,7 +304,12 @@
282
304
  "optionalServerBiomes": [],
283
305
  "audience": "org",
284
306
  "storeListed": true,
285
- "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
+ }
286
313
  },
287
314
  {
288
315
  "id": "capabilities-web",
@@ -291,6 +318,7 @@
291
318
  "target": "web",
292
319
  "origin": "third-party",
293
320
  "mandatory": false,
321
+ "installPolicy": "required",
294
322
  "repo": "submodules/xema-host-web",
295
323
  "path": "submodules/xema-host-web/biomes/system/capabilities-web",
296
324
  "services": [],
@@ -300,10 +328,10 @@
300
328
  "optionalServerBiomes": [],
301
329
  "audience": "org",
302
330
  "storeListed": true,
303
- "sourceManifestHash": "503ecb752b4a7e520a1dc90e724b88898ddeac5c105d6945d27015979d12b8d6",
331
+ "sourceManifestHash": "b01b358f80d584fcd7d207a6e1b9916f65b4f64c976ce97d4b5f2dc558d3579c",
304
332
  "display": {
305
333
  "icon": "puzzle",
306
- "category": "Platform",
334
+ "category": "platform",
307
335
  "summary": "Browse and govern platform capabilities."
308
336
  }
309
337
  },
@@ -314,8 +342,9 @@
314
342
  "target": "server",
315
343
  "origin": "third-party",
316
344
  "mandatory": false,
317
- "repo": "repos/xema-community",
318
- "path": "repos/xema-community/biomes/capability-registry",
345
+ "installPolicy": "required",
346
+ "repo": "repos/xema-base",
347
+ "path": "repos/xema-base/biomes/capability-registry",
319
348
  "services": [
320
349
  "capability-registry-api"
321
350
  ],
@@ -325,27 +354,12 @@
325
354
  "optionalServerBiomes": [],
326
355
  "audience": "org",
327
356
  "storeListed": true,
328
- "sourceManifestHash": "ceeec52e1b6c6a81ceabad91101c318829aed6c8f6f2dee86ed76be894d3049c"
329
- },
330
- {
331
- "id": "catalog",
332
- "version": "0.1.0",
333
- "tier": "system",
334
- "target": "server",
335
- "origin": "third-party",
336
- "mandatory": false,
337
- "repo": "repos/xema-platform",
338
- "path": "repos/xema-platform/biomes/catalog",
339
- "services": [
340
- "catalog-api"
341
- ],
342
- "displayName": "Catalog",
343
- "packageName": "@xemahq/biomes-catalog",
344
- "requiresServerBiomes": [],
345
- "optionalServerBiomes": [],
346
- "audience": "org",
347
- "storeListed": true,
348
- "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
+ }
349
363
  },
350
364
  {
351
365
  "id": "concepts-web",
@@ -354,6 +368,7 @@
354
368
  "target": "web",
355
369
  "origin": "third-party",
356
370
  "mandatory": false,
371
+ "installPolicy": "required",
357
372
  "repo": "submodules/xema-host-web",
358
373
  "path": "submodules/xema-host-web/biomes/system/concepts-web",
359
374
  "services": [],
@@ -363,34 +378,14 @@
363
378
  "optionalServerBiomes": [],
364
379
  "audience": "org",
365
380
  "storeListed": false,
366
- "sourceManifestHash": "33c7c6d859430e92a45ad15ea0ca6b05f30923431ad10816652fa3e0c4710ea8",
381
+ "sourceManifestHash": "c6a7e894cc9ab25d1fb901adfd66859ce4d4dfcfe59d2182998fe6dd1af4b6f3",
367
382
  "display": {
368
383
  "icon": "lightbulb",
369
- "category": "Knowledge",
384
+ "category": "knowledge",
370
385
  "summary": "Manage shared concepts and definitions."
371
386
  },
372
387
  "systemSurface": true
373
388
  },
374
- {
375
- "id": "container-registry",
376
- "version": "0.1.0",
377
- "tier": "system",
378
- "target": "server",
379
- "origin": "third-party",
380
- "mandatory": false,
381
- "repo": "repos/xema-community",
382
- "path": "repos/xema-community/biomes/container-registry",
383
- "services": [
384
- "container-registry-api"
385
- ],
386
- "displayName": "Container Registry",
387
- "packageName": "@xemahq/biomes-container-registry",
388
- "requiresServerBiomes": [],
389
- "optionalServerBiomes": [],
390
- "audience": "org",
391
- "storeListed": true,
392
- "sourceManifestHash": "8978958f738a605e6c73b22003139823fd85d072b7d1c831b9f27db9c8693988"
393
- },
394
389
  {
395
390
  "id": "container-registry-web",
396
391
  "version": "0.1.0",
@@ -398,6 +393,7 @@
398
393
  "target": "web",
399
394
  "origin": "third-party",
400
395
  "mandatory": false,
396
+ "installPolicy": "required",
401
397
  "repo": "submodules/xema-host-web",
402
398
  "path": "submodules/xema-host-web/biomes/system/container-registry-web",
403
399
  "services": [],
@@ -407,10 +403,10 @@
407
403
  "optionalServerBiomes": [],
408
404
  "audience": "org",
409
405
  "storeListed": true,
410
- "sourceManifestHash": "5b42d251b77fb3c50bc89ddfb8df649c4f1830e7a04c077b811f11932a2c0428",
406
+ "sourceManifestHash": "54868fb7768750391c3c4a7955c11be10d60f144f33169fb809334eaacd9a7bb",
411
407
  "display": {
412
408
  "icon": "package",
413
- "category": "Infrastructure",
409
+ "category": "infrastructure",
414
410
  "summary": "Manage container images."
415
411
  }
416
412
  },
@@ -421,6 +417,7 @@
421
417
  "target": "web",
422
418
  "origin": "third-party",
423
419
  "mandatory": false,
420
+ "installPolicy": "required",
424
421
  "repo": "submodules/xema-host-web",
425
422
  "path": "submodules/xema-host-web/biomes/system/environments-web",
426
423
  "services": [],
@@ -430,10 +427,10 @@
430
427
  "optionalServerBiomes": [],
431
428
  "audience": "org",
432
429
  "storeListed": true,
433
- "sourceManifestHash": "dbd76129bcefb6ce186cfdfa27f6553d40bbfc64e7b673ccd9a7e5e77d40f754",
430
+ "sourceManifestHash": "086faadcb022099d4371f0b1dc9bf5aabdc8065539976bb5761655a868d4011d",
434
431
  "display": {
435
432
  "icon": "server",
436
- "category": "Platform",
433
+ "category": "platform",
437
434
  "summary": "Manage execution environments."
438
435
  }
439
436
  },
@@ -444,6 +441,7 @@
444
441
  "target": "web",
445
442
  "origin": "third-party",
446
443
  "mandatory": false,
444
+ "installPolicy": "required",
447
445
  "repo": "submodules/xema-host-web",
448
446
  "path": "submodules/xema-host-web/biomes/system/gateway-routes-web",
449
447
  "services": [],
@@ -453,10 +451,10 @@
453
451
  "optionalServerBiomes": [],
454
452
  "audience": "org",
455
453
  "storeListed": true,
456
- "sourceManifestHash": "ea0a80000989c2102ef46ffa76a3dae888f2102fe57d0223925815a1b1e2a5f2",
454
+ "sourceManifestHash": "f92a20148caa5e5866a5e96d33937d23a16e91257ee03c6ac67e44fde90c4b0b",
457
455
  "display": {
458
456
  "icon": "route",
459
- "category": "Platform",
457
+ "category": "platform",
460
458
  "summary": "Configure public gateway routes."
461
459
  }
462
460
  },
@@ -467,6 +465,7 @@
467
465
  "target": "web",
468
466
  "origin": "third-party",
469
467
  "mandatory": false,
468
+ "installPolicy": "required",
470
469
  "repo": "submodules/xema-host-web",
471
470
  "path": "submodules/xema-host-web/biomes/system/grants-web",
472
471
  "services": [],
@@ -476,10 +475,10 @@
476
475
  "optionalServerBiomes": [],
477
476
  "audience": "org",
478
477
  "storeListed": true,
479
- "sourceManifestHash": "4d20281fbd40e849fdd43c3a923b8cd6e24433341e9cef86de0e099ab7928712",
478
+ "sourceManifestHash": "0b69b3db164386dbd9c4b70cf2f6a75f39111b28ef0b8d388853deffe812c5f0",
480
479
  "display": {
481
480
  "icon": "key",
482
- "category": "Security",
481
+ "category": "security",
483
482
  "summary": "Review and manage access grants."
484
483
  }
485
484
  },
@@ -490,6 +489,7 @@
490
489
  "target": "web",
491
490
  "origin": "third-party",
492
491
  "mandatory": false,
492
+ "installPolicy": "required",
493
493
  "repo": "submodules/xema-host-web",
494
494
  "path": "submodules/xema-host-web/biomes/system/mailops-web",
495
495
  "services": [],
@@ -499,10 +499,10 @@
499
499
  "optionalServerBiomes": [],
500
500
  "audience": "org",
501
501
  "storeListed": true,
502
- "sourceManifestHash": "004d250018880413e919454cd664e015c686d962a3606779274ded9285df9a1a",
502
+ "sourceManifestHash": "ee611209f581bd8109f63a4bf002a87589a6d67792a60593bf197c27a4c4f8f7",
503
503
  "display": {
504
504
  "icon": "mail",
505
- "category": "Communication",
505
+ "category": "communication",
506
506
  "summary": "Run email-driven workflows."
507
507
  }
508
508
  },
@@ -513,8 +513,9 @@
513
513
  "target": "server",
514
514
  "origin": "third-party",
515
515
  "mandatory": false,
516
- "repo": "repos/xema-community",
517
- "path": "repos/xema-community/biomes/object-registry",
516
+ "installPolicy": "required",
517
+ "repo": "repos/xema-base",
518
+ "path": "repos/xema-base/biomes/object-registry",
518
519
  "services": [
519
520
  "object-registry-api"
520
521
  ],
@@ -524,7 +525,12 @@
524
525
  "optionalServerBiomes": [],
525
526
  "audience": "org",
526
527
  "storeListed": true,
527
- "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
+ }
528
534
  },
529
535
  {
530
536
  "id": "objects-web",
@@ -533,6 +539,7 @@
533
539
  "target": "web",
534
540
  "origin": "third-party",
535
541
  "mandatory": false,
542
+ "installPolicy": "required",
536
543
  "repo": "submodules/xema-host-web",
537
544
  "path": "submodules/xema-host-web/biomes/system/objects-web",
538
545
  "services": [],
@@ -542,10 +549,10 @@
542
549
  "optionalServerBiomes": [],
543
550
  "audience": "org",
544
551
  "storeListed": false,
545
- "sourceManifestHash": "43d4bfc41af8dcc701df7d6706820731b51b043791ff9322d04b5e173459e22c",
552
+ "sourceManifestHash": "651ae7fb4efac511c85393b804c049a089e8e6ca2354087f28822ec4e1fea96c",
546
553
  "display": {
547
554
  "icon": "box",
548
- "category": "Data",
555
+ "category": "data",
549
556
  "summary": "Browse Xema objects and registries."
550
557
  },
551
558
  "systemSurface": true
@@ -557,8 +564,9 @@
557
564
  "target": "server",
558
565
  "origin": "third-party",
559
566
  "mandatory": false,
560
- "repo": "repos/xema-community",
561
- "path": "repos/xema-community/biomes/opencode-runtime",
567
+ "installPolicy": "required",
568
+ "repo": "repos/xema-base",
569
+ "path": "repos/xema-base/biomes/opencode-runtime",
562
570
  "services": [
563
571
  "opencode-worker"
564
572
  ],
@@ -568,7 +576,12 @@
568
576
  "optionalServerBiomes": [],
569
577
  "audience": "org",
570
578
  "storeListed": true,
571
- "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
+ }
572
585
  },
573
586
  {
574
587
  "id": "org-database-pool",
@@ -577,8 +590,9 @@
577
590
  "target": "server",
578
591
  "origin": "third-party",
579
592
  "mandatory": false,
580
- "repo": "repos/xema-platform",
581
- "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",
582
596
  "services": [
583
597
  "org-database-pool-api"
584
598
  ],
@@ -588,7 +602,12 @@
588
602
  "optionalServerBiomes": [],
589
603
  "audience": "org",
590
604
  "storeListed": true,
591
- "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
+ }
592
611
  },
593
612
  {
594
613
  "id": "policies-web",
@@ -597,6 +616,7 @@
597
616
  "target": "web",
598
617
  "origin": "third-party",
599
618
  "mandatory": false,
619
+ "installPolicy": "required",
600
620
  "repo": "submodules/xema-host-web",
601
621
  "path": "submodules/xema-host-web/biomes/system/policies-web",
602
622
  "services": [],
@@ -606,33 +626,13 @@
606
626
  "optionalServerBiomes": [],
607
627
  "audience": "org",
608
628
  "storeListed": true,
609
- "sourceManifestHash": "c7d91adcc0f721d977f5983214f8b8bb38e7f51eb6ed289ab5851dd44af7185e",
629
+ "sourceManifestHash": "0ab2b8c719425ffefbf2f15da8c8992518fc81230b66b15dc2ac0ecc197db69c",
610
630
  "display": {
611
631
  "icon": "shield",
612
- "category": "Security",
632
+ "category": "security",
613
633
  "summary": "Author and review policies."
614
634
  }
615
635
  },
616
- {
617
- "id": "policy-distributor",
618
- "version": "0.1.0",
619
- "tier": "system",
620
- "target": "server",
621
- "origin": "third-party",
622
- "mandatory": false,
623
- "repo": "repos/xema-community",
624
- "path": "repos/xema-community/biomes/policy-distributor",
625
- "services": [
626
- "policy-distributor-api"
627
- ],
628
- "displayName": "Policy Distributor",
629
- "packageName": "@xemahq/biomes-policy-distributor",
630
- "requiresServerBiomes": [],
631
- "optionalServerBiomes": [],
632
- "audience": "org",
633
- "storeListed": true,
634
- "sourceManifestHash": "3c5f057cbc4b640e955ab924ca151cd72828023194c7f81820f6876f5e660ce4"
635
- },
636
636
  {
637
637
  "id": "public-gateway",
638
638
  "version": "0.1.0",
@@ -640,8 +640,9 @@
640
640
  "target": "server",
641
641
  "origin": "third-party",
642
642
  "mandatory": false,
643
- "repo": "repos/xema-community",
644
- "path": "repos/xema-community/biomes/public-gateway",
643
+ "installPolicy": "required",
644
+ "repo": "repos/xema-base",
645
+ "path": "repos/xema-base/biomes/public-gateway",
645
646
  "services": [
646
647
  "public-gateway-api"
647
648
  ],
@@ -651,7 +652,12 @@
651
652
  "optionalServerBiomes": [],
652
653
  "audience": "org",
653
654
  "storeListed": true,
654
- "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
+ }
655
661
  },
656
662
  {
657
663
  "id": "runners-web",
@@ -660,6 +666,7 @@
660
666
  "target": "web",
661
667
  "origin": "third-party",
662
668
  "mandatory": false,
669
+ "installPolicy": "required",
663
670
  "repo": "submodules/xema-host-web",
664
671
  "path": "submodules/xema-host-web/biomes/system/runners-web",
665
672
  "services": [],
@@ -669,10 +676,10 @@
669
676
  "optionalServerBiomes": [],
670
677
  "audience": "org",
671
678
  "storeListed": true,
672
- "sourceManifestHash": "35f4307ec06f129900b391c902c8b18449c1a1377bdf62b9cb0d50ef839dc1e7",
679
+ "sourceManifestHash": "8067f0166c123dd69f44d9971e84f4cd3d738f326f577212340e27353e0edc24",
673
680
  "display": {
674
681
  "icon": "cpu",
675
- "category": "Infrastructure",
682
+ "category": "infrastructure",
676
683
  "summary": "Monitor and manage execution runners."
677
684
  }
678
685
  },
@@ -683,6 +690,7 @@
683
690
  "target": "web",
684
691
  "origin": "third-party",
685
692
  "mandatory": false,
693
+ "installPolicy": "required",
686
694
  "repo": "submodules/xema-host-web",
687
695
  "path": "submodules/xema-host-web/biomes/system/search-web",
688
696
  "services": [],
@@ -692,10 +700,10 @@
692
700
  "optionalServerBiomes": [],
693
701
  "audience": "org",
694
702
  "storeListed": true,
695
- "sourceManifestHash": "9c4d3433c76572ac74ae408df911ed43cff33f54534bbd799766b18fc721ec5c",
703
+ "sourceManifestHash": "8f7a3510dcc4d25a4e97a8d29d2027bb667a9a45e4dce1cf9ad03c2c6619fb66",
696
704
  "display": {
697
705
  "icon": "search",
698
- "category": "Platform",
706
+ "category": "platform",
699
707
  "summary": "Search across the platform."
700
708
  }
701
709
  },
@@ -706,6 +714,7 @@
706
714
  "target": "web",
707
715
  "origin": "third-party",
708
716
  "mandatory": false,
717
+ "installPolicy": "required",
709
718
  "repo": "submodules/xema-host-web",
710
719
  "path": "submodules/xema-host-web/biomes/system/service-registry-web",
711
720
  "services": [],
@@ -715,10 +724,10 @@
715
724
  "optionalServerBiomes": [],
716
725
  "audience": "org",
717
726
  "storeListed": true,
718
- "sourceManifestHash": "1e8a88d148b43fe3024d7b3de3a00c09495f9d56e9dc372f416504a56ef59d29",
727
+ "sourceManifestHash": "16e5ca77d61a8db988fe73cbc13ffae40dcc0fb9f5ed5299ad7592718352a78b",
719
728
  "display": {
720
729
  "icon": "network",
721
- "category": "Platform",
730
+ "category": "platform",
722
731
  "summary": "Inspect the service registry."
723
732
  }
724
733
  },
@@ -729,8 +738,9 @@
729
738
  "target": "server",
730
739
  "origin": "third-party",
731
740
  "mandatory": false,
732
- "repo": "repos/xema-community",
733
- "path": "repos/xema-community/biomes/space-registry",
741
+ "installPolicy": "required",
742
+ "repo": "repos/xema-base",
743
+ "path": "repos/xema-base/biomes/space-registry",
734
744
  "services": [
735
745
  "space-registry-api"
736
746
  ],
@@ -740,7 +750,12 @@
740
750
  "optionalServerBiomes": [],
741
751
  "audience": "org",
742
752
  "storeListed": true,
743
- "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
+ }
744
759
  },
745
760
  {
746
761
  "id": "spaces-web",
@@ -749,6 +764,7 @@
749
764
  "target": "web",
750
765
  "origin": "third-party",
751
766
  "mandatory": false,
767
+ "installPolicy": "required",
752
768
  "repo": "submodules/xema-host-web",
753
769
  "path": "submodules/xema-host-web/biomes/system/spaces-web",
754
770
  "services": [],
@@ -758,34 +774,14 @@
758
774
  "optionalServerBiomes": [],
759
775
  "audience": "org",
760
776
  "storeListed": false,
761
- "sourceManifestHash": "e69655eb53188b985778ebf483acb845648dd44fae78eb23acb89e83ff854cbf",
777
+ "sourceManifestHash": "1fc8bd73a8b69bcbdc2fe216bf6878fce33412117de9e6d9fdcf6c6cec0bf0ad",
762
778
  "display": {
763
779
  "icon": "layers",
764
- "category": "Workspace",
780
+ "category": "workspace",
765
781
  "summary": "Organize work into spaces."
766
782
  },
767
783
  "systemSurface": true
768
784
  },
769
- {
770
- "id": "user-hub",
771
- "version": "0.1.0",
772
- "tier": "system",
773
- "target": "server",
774
- "origin": "third-party",
775
- "mandatory": false,
776
- "repo": "repos/xema-community",
777
- "path": "repos/xema-community/biomes/user-hub",
778
- "services": [
779
- "user-hub-api"
780
- ],
781
- "displayName": "User Hub",
782
- "packageName": "@xemahq/biomes-user-hub",
783
- "requiresServerBiomes": [],
784
- "optionalServerBiomes": [],
785
- "audience": "org",
786
- "storeListed": true,
787
- "sourceManifestHash": "7c165b8b54c9d41759cf07c120185f90655245ad919358fb1e75f74d95cbc1ad"
788
- },
789
785
  {
790
786
  "id": "user-hub-web",
791
787
  "version": "0.1.0",
@@ -793,6 +789,7 @@
793
789
  "target": "web",
794
790
  "origin": "third-party",
795
791
  "mandatory": false,
792
+ "installPolicy": "required",
796
793
  "repo": "submodules/xema-host-web",
797
794
  "path": "submodules/xema-host-web/biomes/system/user-hub-web",
798
795
  "services": [],
@@ -802,10 +799,10 @@
802
799
  "optionalServerBiomes": [],
803
800
  "audience": "org",
804
801
  "storeListed": true,
805
- "sourceManifestHash": "065a75aa23d071cfed2236b06af8c974e89cf5f916710e899a0679e8ac5f673d",
802
+ "sourceManifestHash": "1e8afa1fac660bb3234b82be4ca242df896ab7634fd53d4f75c4efb156ef356a",
806
803
  "display": {
807
804
  "icon": "users",
808
- "category": "Administration",
805
+ "category": "administration",
809
806
  "summary": "Manage users and organizations."
810
807
  }
811
808
  },
@@ -816,8 +813,9 @@
816
813
  "target": "server",
817
814
  "origin": "third-party",
818
815
  "mandatory": false,
819
- "repo": "repos/xema-platform",
820
- "path": "repos/xema-platform/biomes/workload-runtime",
816
+ "installPolicy": "required",
817
+ "repo": "repos/xema-base",
818
+ "path": "repos/xema-base/biomes/workload-runtime",
821
819
  "services": [
822
820
  "workload-runtime-api"
823
821
  ],
@@ -827,7 +825,12 @@
827
825
  "optionalServerBiomes": [],
828
826
  "audience": "org",
829
827
  "storeListed": true,
830
- "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
+ }
831
834
  },
832
835
  {
833
836
  "id": "workspace-storage-pool",
@@ -836,8 +839,9 @@
836
839
  "target": "server",
837
840
  "origin": "third-party",
838
841
  "mandatory": false,
839
- "repo": "repos/xema-platform",
840
- "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",
841
845
  "services": [
842
846
  "workspace-storage-pool-api"
843
847
  ],
@@ -847,27 +851,12 @@
847
851
  "optionalServerBiomes": [],
848
852
  "audience": "org",
849
853
  "storeListed": true,
850
- "sourceManifestHash": "0a67bc171cd83ce98e39d305b0a484a5d5f6a5bac5d64dad0169f9bc3b49c045"
851
- },
852
- {
853
- "id": "xema-biome-runner",
854
- "version": "0.1.0",
855
- "tier": "system",
856
- "target": "server",
857
- "origin": "third-party",
858
- "mandatory": false,
859
- "repo": "repos/xema-community",
860
- "path": "repos/xema-community/biomes/xema-biome-runner",
861
- "services": [
862
- "xema-biome-runner"
863
- ],
864
- "displayName": "Xema Biome Runner",
865
- "packageName": "@xemahq/biomes-xema-biome-runner",
866
- "requiresServerBiomes": [],
867
- "optionalServerBiomes": [],
868
- "audience": "org",
869
- "storeListed": true,
870
- "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
+ }
871
860
  },
872
861
  {
873
862
  "id": "xema-capability-router",
@@ -876,8 +865,9 @@
876
865
  "target": "server",
877
866
  "origin": "third-party",
878
867
  "mandatory": false,
879
- "repo": "repos/xema-community",
880
- "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",
881
871
  "services": [
882
872
  "xema-capability-router"
883
873
  ],
@@ -887,7 +877,12 @@
887
877
  "optionalServerBiomes": [],
888
878
  "audience": "org",
889
879
  "storeListed": true,
890
- "sourceManifestHash": "3705f476fe95c9c3264f7706721eb67ff8f68b94329d4a988799002f092cac99"
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
+ }
891
886
  },
892
887
  {
893
888
  "id": "xema-platform-worker",
@@ -896,8 +891,9 @@
896
891
  "target": "server",
897
892
  "origin": "third-party",
898
893
  "mandatory": false,
899
- "repo": "repos/xema-platform",
900
- "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",
901
897
  "services": [
902
898
  "xema-platform-worker"
903
899
  ],
@@ -907,7 +903,12 @@
907
903
  "optionalServerBiomes": [],
908
904
  "audience": "org",
909
905
  "storeListed": true,
910
- "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
+ }
911
912
  },
912
913
  {
913
914
  "id": "xema-shell",
@@ -916,8 +917,9 @@
916
917
  "target": "server",
917
918
  "origin": "third-party",
918
919
  "mandatory": false,
919
- "repo": "repos/xema-community",
920
- "path": "repos/xema-community/biomes/xema-shell",
920
+ "installPolicy": "required",
921
+ "repo": "repos/xema-base",
922
+ "path": "repos/xema-base/biomes/xema-shell",
921
923
  "services": [
922
924
  "xema-shell-api"
923
925
  ],
@@ -927,27 +929,38 @@
927
929
  "optionalServerBiomes": [],
928
930
  "audience": "org",
929
931
  "storeListed": true,
930
- "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
+ }
931
938
  },
932
939
  {
933
- "id": "xema-store",
940
+ "id": "activity-feed",
934
941
  "version": "0.1.0",
935
- "tier": "system",
942
+ "tier": "base",
936
943
  "target": "server",
937
944
  "origin": "third-party",
938
945
  "mandatory": false,
939
- "repo": "repos/xema-store-api",
940
- "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",
941
949
  "services": [
942
- "xema-store-api"
950
+ "activity-feed-api"
943
951
  ],
944
- "displayName": "Xema Store",
945
- "packageName": "@xemahq/biomes-xema-store",
952
+ "displayName": "Activity Feed",
953
+ "packageName": "@xemahq/biomes-activity-feed",
946
954
  "requiresServerBiomes": [],
947
955
  "optionalServerBiomes": [],
948
956
  "audience": "org",
949
957
  "storeListed": true,
950
- "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
+ }
951
964
  },
952
965
  {
953
966
  "id": "agent-runtime",
@@ -956,13 +969,13 @@
956
969
  "target": "server",
957
970
  "origin": "third-party",
958
971
  "mandatory": false,
959
- "repo": "repos/xema-community",
960
- "path": "repos/xema-community/biomes/agent-runtime",
972
+ "installPolicy": "default-selected",
973
+ "repo": "repos/xema-base",
974
+ "path": "repos/xema-base/biomes/agent-runtime",
961
975
  "services": [
962
976
  "agent-session-api",
963
977
  "artifact-store-api",
964
978
  "llm-registry-api",
965
- "memory-api",
966
979
  "skill-registry-api"
967
980
  ],
968
981
  "displayName": "Agent Runtime",
@@ -971,7 +984,38 @@
971
984
  "optionalServerBiomes": [],
972
985
  "audience": "org",
973
986
  "storeListed": true,
974
- "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
+ }
975
1019
  },
976
1020
  {
977
1021
  "id": "backlog",
@@ -980,6 +1024,7 @@
980
1024
  "target": "server",
981
1025
  "origin": "third-party",
982
1026
  "mandatory": false,
1027
+ "installPolicy": "optional",
983
1028
  "repo": "repos/xema-community",
984
1029
  "path": "repos/xema-community/biomes/backlog",
985
1030
  "services": [
@@ -991,7 +1036,91 @@
991
1036
  "optionalServerBiomes": [],
992
1037
  "audience": "org",
993
1038
  "storeListed": true,
994
- "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
+ }
995
1124
  },
996
1125
  {
997
1126
  "id": "control-plane",
@@ -1000,6 +1129,7 @@
1000
1129
  "target": "server",
1001
1130
  "origin": "third-party",
1002
1131
  "mandatory": false,
1132
+ "installPolicy": "default-selected",
1003
1133
  "repo": "repos/xema-community",
1004
1134
  "path": "repos/xema-community/biomes/control-plane",
1005
1135
  "services": [
@@ -1011,7 +1141,12 @@
1011
1141
  "optionalServerBiomes": [],
1012
1142
  "audience": "org",
1013
1143
  "storeListed": true,
1014
- "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
+ }
1015
1150
  },
1016
1151
  {
1017
1152
  "id": "conversation-channels",
@@ -1020,6 +1155,7 @@
1020
1155
  "target": "server",
1021
1156
  "origin": "third-party",
1022
1157
  "mandatory": false,
1158
+ "installPolicy": "optional",
1023
1159
  "repo": "repos/xema-community",
1024
1160
  "path": "repos/xema-community/biomes/conversation-channels",
1025
1161
  "services": [
@@ -1031,7 +1167,12 @@
1031
1167
  "optionalServerBiomes": [],
1032
1168
  "audience": "org",
1033
1169
  "storeListed": true,
1034
- "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
+ }
1035
1176
  },
1036
1177
  {
1037
1178
  "id": "document-rendering",
@@ -1040,8 +1181,9 @@
1040
1181
  "target": "server",
1041
1182
  "origin": "third-party",
1042
1183
  "mandatory": false,
1043
- "repo": "repos/xema-platform",
1044
- "path": "repos/xema-platform/biomes/document-rendering",
1184
+ "installPolicy": "optional",
1185
+ "repo": "repos/xema-community",
1186
+ "path": "repos/xema-community/biomes/document-rendering",
1045
1187
  "services": [
1046
1188
  "document-render-api"
1047
1189
  ],
@@ -1051,68 +1193,90 @@
1051
1193
  "optionalServerBiomes": [],
1052
1194
  "audience": "org",
1053
1195
  "storeListed": true,
1054
- "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
+ }
1055
1202
  },
1056
1203
  {
1057
- "id": "integration-platform",
1204
+ "id": "knowledge-base",
1058
1205
  "version": "0.1.0",
1059
1206
  "tier": "base",
1060
1207
  "target": "server",
1061
1208
  "origin": "third-party",
1062
1209
  "mandatory": false,
1063
- "repo": "repos/xema-platform",
1064
- "path": "repos/xema-platform/biomes/integration-platform",
1210
+ "installPolicy": "default-selected",
1211
+ "repo": "repos/xema-base",
1212
+ "path": "repos/xema-base/biomes/knowledge-base",
1065
1213
  "services": [
1066
- "connector-gateway-api",
1067
- "credential-broker-api"
1214
+ "knowledge-base-api"
1068
1215
  ],
1069
- "displayName": "Integration Platform",
1070
- "packageName": "@xemahq/biomes-integration-platform",
1216
+ "displayName": "Knowledge Base",
1217
+ "packageName": "@xemahq/biomes-knowledge-base",
1071
1218
  "requiresServerBiomes": [],
1072
1219
  "optionalServerBiomes": [],
1073
1220
  "audience": "org",
1074
1221
  "storeListed": true,
1075
- "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
+ }
1076
1228
  },
1077
1229
  {
1078
- "id": "knowledge-base",
1230
+ "id": "mcp-router",
1079
1231
  "version": "0.1.0",
1080
1232
  "tier": "base",
1081
1233
  "target": "server",
1082
1234
  "origin": "third-party",
1083
1235
  "mandatory": false,
1084
- "repo": "repos/xema-community",
1085
- "path": "repos/xema-community/biomes/knowledge-base",
1236
+ "installPolicy": "default-selected",
1237
+ "repo": "repos/xema-base",
1238
+ "path": "repos/xema-base/biomes/mcp-router",
1086
1239
  "services": [
1087
- "knowledge-base-api"
1240
+ "mcp-gateway-api"
1088
1241
  ],
1089
- "displayName": "Knowledge Base",
1090
- "packageName": "@xemahq/biomes-knowledge-base",
1242
+ "displayName": "Mcp Router",
1243
+ "packageName": "@xemahq/biomes-mcp-router",
1091
1244
  "requiresServerBiomes": [],
1092
1245
  "optionalServerBiomes": [],
1093
1246
  "audience": "org",
1094
1247
  "storeListed": true,
1095
- "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
+ }
1096
1254
  },
1097
1255
  {
1098
- "id": "mcp-router",
1256
+ "id": "policy-distributor",
1099
1257
  "version": "0.1.0",
1100
1258
  "tier": "base",
1101
1259
  "target": "server",
1102
1260
  "origin": "third-party",
1103
1261
  "mandatory": false,
1104
- "repo": "repos/xema-community",
1105
- "path": "repos/xema-community/biomes/mcp-router",
1262
+ "installPolicy": "default-selected",
1263
+ "repo": "repos/xema-base",
1264
+ "path": "repos/xema-base/biomes/policy-distributor",
1106
1265
  "services": [
1107
- "mcp-gateway-api"
1266
+ "policy-distributor-api"
1108
1267
  ],
1109
- "displayName": "Mcp Router",
1110
- "packageName": "@xemahq/biomes-mcp-router",
1268
+ "displayName": "Policy Distributor",
1269
+ "packageName": "@xemahq/biomes-policy-distributor",
1111
1270
  "requiresServerBiomes": [],
1112
1271
  "optionalServerBiomes": [],
1113
1272
  "audience": "org",
1114
1273
  "storeListed": true,
1115
- "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
+ }
1116
1280
  },
1117
1281
  {
1118
1282
  "id": "project-registry",
@@ -1121,8 +1285,9 @@
1121
1285
  "target": "server",
1122
1286
  "origin": "third-party",
1123
1287
  "mandatory": false,
1124
- "repo": "repos/xema-community",
1125
- "path": "repos/xema-community/biomes/project-registry",
1288
+ "installPolicy": "default-selected",
1289
+ "repo": "repos/xema-base",
1290
+ "path": "repos/xema-base/biomes/project-registry",
1126
1291
  "services": [
1127
1292
  "project-registry-api"
1128
1293
  ],
@@ -1132,27 +1297,64 @@
1132
1297
  "optionalServerBiomes": [],
1133
1298
  "audience": "org",
1134
1299
  "storeListed": true,
1135
- "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
+ }
1136
1306
  },
1137
1307
  {
1138
- "id": "search",
1308
+ "id": "user-hub",
1139
1309
  "version": "0.1.0",
1140
1310
  "tier": "base",
1141
1311
  "target": "server",
1142
1312
  "origin": "third-party",
1143
1313
  "mandatory": false,
1144
- "repo": "repos/xema-platform",
1145
- "path": "repos/xema-platform/biomes/search",
1314
+ "installPolicy": "default-selected",
1315
+ "repo": "repos/xema-base",
1316
+ "path": "repos/xema-base/biomes/user-hub",
1146
1317
  "services": [
1147
- "search-api"
1318
+ "user-hub-api"
1148
1319
  ],
1149
- "displayName": "Search",
1150
- "packageName": "@xemahq/biomes-search",
1320
+ "displayName": "User Hub",
1321
+ "packageName": "@xemahq/biomes-user-hub",
1151
1322
  "requiresServerBiomes": [],
1152
1323
  "optionalServerBiomes": [],
1153
1324
  "audience": "org",
1154
1325
  "storeListed": true,
1155
- "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
+ }
1156
1358
  },
1157
1359
  {
1158
1360
  "id": "workflow-runtime",
@@ -1161,8 +1363,9 @@
1161
1363
  "target": "server",
1162
1364
  "origin": "third-party",
1163
1365
  "mandatory": false,
1164
- "repo": "repos/xema-community",
1165
- "path": "repos/xema-community/biomes/workflow-runtime",
1366
+ "installPolicy": "default-selected",
1367
+ "repo": "repos/xema-base",
1368
+ "path": "repos/xema-base/biomes/workflow-runtime",
1166
1369
  "services": [
1167
1370
  "deliverable-specs-api",
1168
1371
  "workflow-engine-api",
@@ -1174,7 +1377,12 @@
1174
1377
  "optionalServerBiomes": [],
1175
1378
  "audience": "org",
1176
1379
  "storeListed": true,
1177
- "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
+ }
1178
1386
  },
1179
1387
  {
1180
1388
  "id": "workspace-orchestrator",
@@ -1183,8 +1391,9 @@
1183
1391
  "target": "server",
1184
1392
  "origin": "third-party",
1185
1393
  "mandatory": false,
1186
- "repo": "repos/xema-platform",
1187
- "path": "repos/xema-platform/biomes/workspace-orchestrator",
1394
+ "installPolicy": "default-selected",
1395
+ "repo": "repos/xema-base",
1396
+ "path": "repos/xema-base/biomes/workspace-orchestrator",
1188
1397
  "services": [
1189
1398
  "workspace-orchestrator-api"
1190
1399
  ],
@@ -1194,7 +1403,12 @@
1194
1403
  "optionalServerBiomes": [],
1195
1404
  "audience": "org",
1196
1405
  "storeListed": true,
1197
- "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
+ }
1198
1412
  },
1199
1413
  {
1200
1414
  "id": "workspace-proxy",
@@ -1203,8 +1417,9 @@
1203
1417
  "target": "server",
1204
1418
  "origin": "third-party",
1205
1419
  "mandatory": false,
1206
- "repo": "repos/xema-community",
1207
- "path": "repos/xema-community/biomes/workspace-proxy",
1420
+ "installPolicy": "default-selected",
1421
+ "repo": "repos/xema-base",
1422
+ "path": "repos/xema-base/biomes/workspace-proxy",
1208
1423
  "services": [
1209
1424
  "workspace-materialization-api",
1210
1425
  "workspace-proxy"
@@ -1215,7 +1430,64 @@
1215
1430
  "optionalServerBiomes": [],
1216
1431
  "audience": "org",
1217
1432
  "storeListed": true,
1218
- "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
+ }
1219
1491
  }
1220
1492
  ],
1221
1493
  "platformServices": [
@@ -1240,6 +1512,104 @@
1240
1512
  "tier": "edge"
1241
1513
  }
1242
1514
  ],
1243
- "resolvedAt": "2026-07-03T08:30:53.351Z",
1244
- "inputHash": "7497c41659189f69e17668b23d85e91194ff37994fef8ae0c45d7e0f05ea6173"
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"
1245
1615
  }