@xemahq/xema 0.15.13 → 0.16.1
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.
- package/dist/assets/appliance-base/distribution.lock.json +1830 -702
- package/dist/assets/appliance-base/images.lock.json +272 -313
- package/dist/assets/appliance-lean/distribution.lock.json +1171 -447
- package/dist/assets/appliance-lean/images.lock.json +218 -201
- package/dist/assets/boot-graph.json +30 -11
- package/dist/assets/cloud/distribution.lock.json +1872 -777
- package/dist/assets/cloud/images.lock.json +284 -276
- package/dist/assets/core/distribution.lock.json +1199 -473
- package/dist/assets/core/images.lock.json +218 -196
- package/dist/assets/distribution-assets.manifest.json +30 -30
- package/dist/assets/minimal/distribution.lock.json +1089 -436
- package/dist/assets/minimal/images.lock.json +183 -188
- package/dist/assets/oss/distribution.lock.json +1851 -768
- package/dist/assets/oss/images.lock.json +274 -315
- package/dist/assets/starter/distribution.lock.json +1252 -514
- package/dist/assets/starter/images.lock.json +223 -228
- package/dist/commands/biome.js +1 -1
- package/dist/commands/biome.js.map +1 -1
- package/dist/runtime/biome-dev.d.ts.map +1 -1
- package/dist/runtime/biome-dev.js +0 -5
- package/dist/runtime/biome-dev.js.map +1 -1
- package/dist/runtime/biome-scaffold-manifest.d.ts +3 -8
- package/dist/runtime/biome-scaffold-manifest.d.ts.map +1 -1
- package/dist/runtime/biome-scaffold-manifest.js +2 -9
- package/dist/runtime/biome-scaffold-manifest.js.map +1 -1
- package/dist/runtime/biome-scaffold.d.ts +3 -3
- package/dist/runtime/biome-scaffold.d.ts.map +1 -1
- package/dist/runtime/biome-scaffold.js.map +1 -1
- package/dist/runtime/biome-validate.d.ts.map +1 -1
- package/dist/runtime/biome-validate.js +28 -50
- package/dist/runtime/biome-validate.js.map +1 -1
- package/dist/runtime/distribution/available-biome.d.ts.map +1 -1
- package/dist/runtime/distribution/available-biome.js +80 -14
- package/dist/runtime/distribution/available-biome.js.map +1 -1
- package/dist/runtime/distribution/compose.d.ts.map +1 -1
- package/dist/runtime/distribution/compose.js +2 -9
- package/dist/runtime/distribution/compose.js.map +1 -1
- package/dist/runtime/platform-services.d.ts.map +1 -1
- package/dist/runtime/platform-services.js +2 -2
- package/dist/runtime/platform-services.js.map +1 -1
- package/dist/runtime/sources/manifest-walk.d.ts +1 -0
- package/dist/runtime/sources/manifest-walk.d.ts.map +1 -1
- package/dist/runtime/sources/manifest-walk.js +9 -2
- package/dist/runtime/sources/manifest-walk.js.map +1 -1
- package/dist/runtime/waves.d.ts.map +1 -1
- package/dist/runtime/waves.js.map +1 -1
- package/package.json +5 -9
|
@@ -1,90 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"schemaVersion":
|
|
2
|
+
"schemaVersion": 2,
|
|
3
3
|
"distributionId": "core",
|
|
4
4
|
"biomes": [
|
|
5
|
-
{
|
|
6
|
-
"id": "contribution-test",
|
|
7
|
-
"version": "0.0.1",
|
|
8
|
-
"tier": "kernel",
|
|
9
|
-
"target": "server",
|
|
10
|
-
"origin": "first-party",
|
|
11
|
-
"mandatory": true,
|
|
12
|
-
"installPolicy": "required",
|
|
13
|
-
"repo": "repos/xema-base",
|
|
14
|
-
"path": "repos/xema-base/biomes/kernel/contribution-test",
|
|
15
|
-
"services": [],
|
|
16
|
-
"runtimeComponents": [],
|
|
17
|
-
"serviceDependencies": [],
|
|
18
|
-
"displayName": "Contribution Protocol Test Biome",
|
|
19
|
-
"packageName": "@xemahq/biomes-kernel-contribution-test",
|
|
20
|
-
"requiresServerBiomes": [],
|
|
21
|
-
"optionalServerBiomes": [],
|
|
22
|
-
"audience": "org",
|
|
23
|
-
"storeListed": false,
|
|
24
|
-
"sourceManifestHash": "a5989a0adba0fae65f1cd3107b38896d1df9742ba35d0de670be7f10fa43aeb7",
|
|
25
|
-
"display": {
|
|
26
|
-
"icon": "flask-conical",
|
|
27
|
-
"category": "build",
|
|
28
|
-
"summary": "Synthetic kernel test biome exercising the XSI Contribution Protocol, capability resolution, and boundary enforcement."
|
|
29
|
-
}
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
"id": "output-surface-control",
|
|
33
|
-
"version": "1.0.0",
|
|
34
|
-
"tier": "kernel",
|
|
35
|
-
"target": "server",
|
|
36
|
-
"origin": "first-party",
|
|
37
|
-
"mandatory": true,
|
|
38
|
-
"installPolicy": "required",
|
|
39
|
-
"repo": "repos/xema-base",
|
|
40
|
-
"path": "repos/xema-base/biomes/kernel/output-surface-control",
|
|
41
|
-
"services": [],
|
|
42
|
-
"runtimeComponents": [],
|
|
43
|
-
"serviceDependencies": [],
|
|
44
|
-
"displayName": "Output Surface Control",
|
|
45
|
-
"packageName": "@xemahq/biomes-kernel-output-surface-control",
|
|
46
|
-
"requiresServerBiomes": [
|
|
47
|
-
"runtime"
|
|
48
|
-
],
|
|
49
|
-
"optionalServerBiomes": [],
|
|
50
|
-
"audience": "org",
|
|
51
|
-
"storeListed": false,
|
|
52
|
-
"sourceManifestHash": "8c773b92dc42534da668a0857840810ad581066db735e27a8cdbdb750a0b10b9",
|
|
53
|
-
"display": {
|
|
54
|
-
"icon": "refresh-cw",
|
|
55
|
-
"category": "operate",
|
|
56
|
-
"summary": "Output-surface control tools: re-trigger the deterministic install-to-start pipeline over the workspace-proxy API."
|
|
57
|
-
}
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
"id": "output-surface-inspector",
|
|
61
|
-
"version": "1.0.0",
|
|
62
|
-
"tier": "kernel",
|
|
63
|
-
"target": "server",
|
|
64
|
-
"origin": "first-party",
|
|
65
|
-
"mandatory": true,
|
|
66
|
-
"installPolicy": "required",
|
|
67
|
-
"repo": "repos/xema-base",
|
|
68
|
-
"path": "repos/xema-base/biomes/kernel/output-surface-inspector",
|
|
69
|
-
"services": [],
|
|
70
|
-
"runtimeComponents": [],
|
|
71
|
-
"serviceDependencies": [],
|
|
72
|
-
"displayName": "Output Surface Inspector",
|
|
73
|
-
"packageName": "@xemahq/biomes-kernel-output-surface-inspector",
|
|
74
|
-
"requiresServerBiomes": [
|
|
75
|
-
"output-surface-control",
|
|
76
|
-
"runtime"
|
|
77
|
-
],
|
|
78
|
-
"optionalServerBiomes": [],
|
|
79
|
-
"audience": "org",
|
|
80
|
-
"storeListed": false,
|
|
81
|
-
"sourceManifestHash": "b6b0bfb9861229725e487a3d16f1f7d842fb5afeed545e7e43d3b7cc8abdd289",
|
|
82
|
-
"display": {
|
|
83
|
-
"icon": "search",
|
|
84
|
-
"category": "operate",
|
|
85
|
-
"summary": "Output-surface inspection: browser tool, inspector sub-agent, and bridge for read-only diagnosis of live pages."
|
|
86
|
-
}
|
|
87
|
-
},
|
|
88
5
|
{
|
|
89
6
|
"id": "runtime",
|
|
90
7
|
"version": "1.0.0",
|
|
@@ -96,7 +13,9 @@
|
|
|
96
13
|
"repo": "repos/xema-base",
|
|
97
14
|
"path": "repos/xema-base/biomes/kernel/runtime",
|
|
98
15
|
"services": [],
|
|
16
|
+
"serviceDatabases": {},
|
|
99
17
|
"runtimeComponents": [],
|
|
18
|
+
"hostModules": [],
|
|
100
19
|
"serviceDependencies": [],
|
|
101
20
|
"displayName": "Xema Runtime Kernel",
|
|
102
21
|
"packageName": "@xemahq/biomes-kernel-runtime",
|
|
@@ -109,64 +28,9 @@
|
|
|
109
28
|
"icon": "box",
|
|
110
29
|
"category": "runtime",
|
|
111
30
|
"summary": "Kernel runtime baseline: base workspace manifests, custom OpenCode tools and plugins, and the canonical MCP catalog."
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
"id": "studio-author",
|
|
116
|
-
"version": "1.0.0",
|
|
117
|
-
"tier": "kernel",
|
|
118
|
-
"target": "server",
|
|
119
|
-
"origin": "first-party",
|
|
120
|
-
"mandatory": true,
|
|
121
|
-
"installPolicy": "required",
|
|
122
|
-
"repo": "repos/xema-base",
|
|
123
|
-
"path": "repos/xema-base/biomes/kernel/studio-author",
|
|
124
|
-
"services": [],
|
|
125
|
-
"runtimeComponents": [],
|
|
126
|
-
"serviceDependencies": [],
|
|
127
|
-
"displayName": "Studio Author",
|
|
128
|
-
"packageName": "@xemahq/biomes-kernel-studio-author",
|
|
129
|
-
"requiresServerBiomes": [
|
|
130
|
-
"runtime",
|
|
131
|
-
"subagents"
|
|
132
|
-
],
|
|
133
|
-
"optionalServerBiomes": [],
|
|
134
|
-
"audience": "org",
|
|
135
|
-
"storeListed": false,
|
|
136
|
-
"sourceManifestHash": "9c0a9522ef36140ce704d5be39ae44cde175b1addec90ba56d36970ace803f1e",
|
|
137
|
-
"display": {
|
|
138
|
-
"icon": "wand",
|
|
139
|
-
"category": "build",
|
|
140
|
-
"summary": "Authoring co-pilot for Agent Studio: workflow/spec authors and a build-with-an-agent profile that emits typed proposals."
|
|
141
|
-
}
|
|
142
|
-
},
|
|
143
|
-
{
|
|
144
|
-
"id": "subagents",
|
|
145
|
-
"version": "1.0.0",
|
|
146
|
-
"tier": "kernel",
|
|
147
|
-
"target": "server",
|
|
148
|
-
"origin": "first-party",
|
|
149
|
-
"mandatory": true,
|
|
150
|
-
"installPolicy": "required",
|
|
151
|
-
"repo": "repos/xema-base",
|
|
152
|
-
"path": "repos/xema-base/biomes/kernel/subagents",
|
|
153
|
-
"services": [],
|
|
154
|
-
"runtimeComponents": [],
|
|
155
|
-
"serviceDependencies": [],
|
|
156
|
-
"displayName": "Xema Universal Subagents",
|
|
157
|
-
"packageName": "@xemahq/biomes-kernel-subagents",
|
|
158
|
-
"requiresServerBiomes": [
|
|
159
|
-
"runtime"
|
|
160
|
-
],
|
|
161
|
-
"optionalServerBiomes": [],
|
|
162
|
-
"audience": "org",
|
|
163
|
-
"storeListed": false,
|
|
164
|
-
"sourceManifestHash": "c7d66ce06a303e40ae4901694c9617fab3645185752cce5f214cd29f9bed24c0",
|
|
165
|
-
"display": {
|
|
166
|
-
"icon": "users",
|
|
167
|
-
"category": "runtime",
|
|
168
|
-
"summary": "Canonical roster of platform subagents and gate-reviewers every install boots with, plus their MCP tool-profiles."
|
|
169
|
-
}
|
|
31
|
+
},
|
|
32
|
+
"systemSurface": false,
|
|
33
|
+
"launch": "static"
|
|
170
34
|
},
|
|
171
35
|
{
|
|
172
36
|
"id": "activity-web",
|
|
@@ -179,7 +43,9 @@
|
|
|
179
43
|
"repo": "submodules/xema-host-web",
|
|
180
44
|
"path": "submodules/xema-host-web/biomes/system/activity-web",
|
|
181
45
|
"services": [],
|
|
46
|
+
"serviceDatabases": {},
|
|
182
47
|
"runtimeComponents": [],
|
|
48
|
+
"hostModules": [],
|
|
183
49
|
"serviceDependencies": [],
|
|
184
50
|
"displayName": "Activity (Web)",
|
|
185
51
|
"packageName": "@xemahq/biomes-system-activity-web",
|
|
@@ -189,12 +55,14 @@
|
|
|
189
55
|
"optionalServerBiomes": [],
|
|
190
56
|
"audience": "org",
|
|
191
57
|
"storeListed": true,
|
|
192
|
-
"sourceManifestHash": "
|
|
58
|
+
"sourceManifestHash": "4243795eb988fd49f02f0ddf568d113f490e3dcf35cdcfc8aa1453e4956a685a",
|
|
193
59
|
"display": {
|
|
194
60
|
"icon": "activity",
|
|
195
61
|
"category": "operate",
|
|
196
62
|
"summary": "Track activity and audit events."
|
|
197
|
-
}
|
|
63
|
+
},
|
|
64
|
+
"systemSurface": false,
|
|
65
|
+
"launch": "static"
|
|
198
66
|
},
|
|
199
67
|
{
|
|
200
68
|
"id": "audit",
|
|
@@ -209,7 +77,9 @@
|
|
|
209
77
|
"services": [
|
|
210
78
|
"audit-log-api"
|
|
211
79
|
],
|
|
80
|
+
"serviceDatabases": {},
|
|
212
81
|
"runtimeComponents": [],
|
|
82
|
+
"hostModules": [],
|
|
213
83
|
"serviceDependencies": [
|
|
214
84
|
{
|
|
215
85
|
"consumerService": "audit-log-api",
|
|
@@ -222,9 +92,9 @@
|
|
|
222
92
|
"repositoryUrl": "https://github.com/xema-dev/identity-api.git",
|
|
223
93
|
"repo": "submodules/identity-api",
|
|
224
94
|
"path": "submodules/identity-api/package.json",
|
|
225
|
-
"sourceCommit": "
|
|
95
|
+
"sourceCommit": "5bca87e39c536159b91c58d4e8a30d8df2f12ca4",
|
|
226
96
|
"version": "0.0.2",
|
|
227
|
-
"sourceManifestHash": "
|
|
97
|
+
"sourceManifestHash": "f0acc5e81bb3b00f98e1fde709e9dc24903bdf2ce5bdc6eeec0d5b9338bf5c1b",
|
|
228
98
|
"imageKey": "identity-api"
|
|
229
99
|
}
|
|
230
100
|
}
|
|
@@ -236,12 +106,14 @@
|
|
|
236
106
|
"optionalServerBiomes": [],
|
|
237
107
|
"audience": "org",
|
|
238
108
|
"storeListed": true,
|
|
239
|
-
"sourceManifestHash": "
|
|
109
|
+
"sourceManifestHash": "64c24fbe6a8394eee5ecdb0163bc88c2dd52f1e8bdbc0588810e5502b61f7128",
|
|
240
110
|
"display": {
|
|
241
111
|
"icon": "scroll-text",
|
|
242
112
|
"category": "governance",
|
|
243
113
|
"summary": "Tamper-evident, append-only audit log of platform actions for compliance and forensics."
|
|
244
|
-
}
|
|
114
|
+
},
|
|
115
|
+
"systemSurface": false,
|
|
116
|
+
"launch": "static"
|
|
245
117
|
},
|
|
246
118
|
{
|
|
247
119
|
"id": "authorization",
|
|
@@ -256,7 +128,9 @@
|
|
|
256
128
|
"services": [
|
|
257
129
|
"authorization-api"
|
|
258
130
|
],
|
|
131
|
+
"serviceDatabases": {},
|
|
259
132
|
"runtimeComponents": [],
|
|
133
|
+
"hostModules": [],
|
|
260
134
|
"serviceDependencies": [
|
|
261
135
|
{
|
|
262
136
|
"consumerService": "authorization-api",
|
|
@@ -269,12 +143,25 @@
|
|
|
269
143
|
"repositoryUrl": "https://github.com/xema-dev/identity-api.git",
|
|
270
144
|
"repo": "submodules/identity-api",
|
|
271
145
|
"path": "submodules/identity-api/package.json",
|
|
272
|
-
"sourceCommit": "
|
|
146
|
+
"sourceCommit": "5bca87e39c536159b91c58d4e8a30d8df2f12ca4",
|
|
273
147
|
"version": "0.0.2",
|
|
274
|
-
"sourceManifestHash": "
|
|
148
|
+
"sourceManifestHash": "f0acc5e81bb3b00f98e1fde709e9dc24903bdf2ce5bdc6eeec0d5b9338bf5c1b",
|
|
275
149
|
"imageKey": "identity-api"
|
|
276
150
|
}
|
|
277
151
|
}
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"consumerService": "authorization-api",
|
|
155
|
+
"requiredService": "resource-governance-api",
|
|
156
|
+
"owner": {
|
|
157
|
+
"kind": "biome",
|
|
158
|
+
"biomeId": "resource-governance",
|
|
159
|
+
"target": "server",
|
|
160
|
+
"repo": "repos/xema-base",
|
|
161
|
+
"path": "repos/xema-base/biomes/resource-governance",
|
|
162
|
+
"version": "0.1.0",
|
|
163
|
+
"sourceManifestHash": "dd08d16a77d775af78133113d1bb3ae659adc8af1d56d4569ee6e27f7426c37c"
|
|
164
|
+
}
|
|
278
165
|
}
|
|
279
166
|
],
|
|
280
167
|
"displayName": "Authorization",
|
|
@@ -283,69 +170,14 @@
|
|
|
283
170
|
"optionalServerBiomes": [],
|
|
284
171
|
"audience": "org",
|
|
285
172
|
"storeListed": true,
|
|
286
|
-
"sourceManifestHash": "
|
|
173
|
+
"sourceManifestHash": "3687551f3883d53cba6c201ecb449d4aabb4005a9ccd1eb429732fb497c912d0",
|
|
287
174
|
"display": {
|
|
288
175
|
"icon": "shield",
|
|
289
176
|
"category": "governance",
|
|
290
177
|
"summary": "Policy decision point: resolves capability and scope grants for every actor/action pair (OpenFGA/OPA)."
|
|
291
|
-
}
|
|
292
|
-
},
|
|
293
|
-
{
|
|
294
|
-
"id": "biome-adapter-host",
|
|
295
|
-
"version": "0.1.0",
|
|
296
|
-
"tier": "system",
|
|
297
|
-
"target": "server",
|
|
298
|
-
"origin": "first-party",
|
|
299
|
-
"mandatory": false,
|
|
300
|
-
"installPolicy": "required",
|
|
301
|
-
"repo": "repos/xema-base",
|
|
302
|
-
"path": "repos/xema-base/biomes/biome-adapter-host",
|
|
303
|
-
"services": [],
|
|
304
|
-
"runtimeComponents": [
|
|
305
|
-
"biome-adapter-host"
|
|
306
|
-
],
|
|
307
|
-
"serviceDependencies": [],
|
|
308
|
-
"displayName": "Biome Adapter Host",
|
|
309
|
-
"packageName": "@xemahq/biomes-biome-adapter-host",
|
|
310
|
-
"requiresServerBiomes": [],
|
|
311
|
-
"optionalServerBiomes": [],
|
|
312
|
-
"audience": "org",
|
|
313
|
-
"storeListed": true,
|
|
314
|
-
"sourceManifestHash": "0bc4a9a1653d2bcbd91cb6fdd252b955a652594d2fb7c0e2601655e36eb54c08",
|
|
315
|
-
"display": {
|
|
316
|
-
"icon": "puzzle",
|
|
317
|
-
"category": "connect",
|
|
318
|
-
"summary": "Adapter-SDK runtime: hosts integration adapter contributions shipped by other biomes."
|
|
319
178
|
},
|
|
320
|
-
"
|
|
321
|
-
|
|
322
|
-
{
|
|
323
|
-
"id": "biome-fetcher",
|
|
324
|
-
"version": "0.1.0",
|
|
325
|
-
"tier": "system",
|
|
326
|
-
"target": "server",
|
|
327
|
-
"origin": "first-party",
|
|
328
|
-
"mandatory": false,
|
|
329
|
-
"installPolicy": "required",
|
|
330
|
-
"repo": "repos/xema-base",
|
|
331
|
-
"path": "repos/xema-base/biomes/biome-fetcher",
|
|
332
|
-
"services": [
|
|
333
|
-
"biome-fetcher-api"
|
|
334
|
-
],
|
|
335
|
-
"runtimeComponents": [],
|
|
336
|
-
"serviceDependencies": [],
|
|
337
|
-
"displayName": "Biome Fetcher",
|
|
338
|
-
"packageName": "@xemahq/biomes-biome-fetcher",
|
|
339
|
-
"requiresServerBiomes": [],
|
|
340
|
-
"optionalServerBiomes": [],
|
|
341
|
-
"audience": "org",
|
|
342
|
-
"storeListed": true,
|
|
343
|
-
"sourceManifestHash": "7cf92483d2880ce99165350cc6f0497ce34b3fbe78bbea6aa7580d770b2ef0f9",
|
|
344
|
-
"display": {
|
|
345
|
-
"icon": "download",
|
|
346
|
-
"category": "build",
|
|
347
|
-
"summary": "Downloads and verifies biome bundles from registries, staging them for the biome-host installer."
|
|
348
|
-
}
|
|
179
|
+
"systemSurface": false,
|
|
180
|
+
"launch": "static"
|
|
349
181
|
},
|
|
350
182
|
{
|
|
351
183
|
"id": "biome-host",
|
|
@@ -360,8 +192,36 @@
|
|
|
360
192
|
"services": [
|
|
361
193
|
"biome-host-api"
|
|
362
194
|
],
|
|
195
|
+
"serviceDatabases": {},
|
|
363
196
|
"runtimeComponents": [],
|
|
197
|
+
"hostModules": [],
|
|
364
198
|
"serviceDependencies": [
|
|
199
|
+
{
|
|
200
|
+
"consumerService": "biome-host-api",
|
|
201
|
+
"requiredService": "authorization-api",
|
|
202
|
+
"owner": {
|
|
203
|
+
"kind": "biome",
|
|
204
|
+
"biomeId": "authorization",
|
|
205
|
+
"target": "server",
|
|
206
|
+
"repo": "repos/xema-base",
|
|
207
|
+
"path": "repos/xema-base/biomes/authorization",
|
|
208
|
+
"version": "0.1.0",
|
|
209
|
+
"sourceManifestHash": "3687551f3883d53cba6c201ecb449d4aabb4005a9ccd1eb429732fb497c912d0"
|
|
210
|
+
}
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"consumerService": "biome-host-api",
|
|
214
|
+
"requiredService": "decision-api",
|
|
215
|
+
"owner": {
|
|
216
|
+
"kind": "biome",
|
|
217
|
+
"biomeId": "decision",
|
|
218
|
+
"target": "server",
|
|
219
|
+
"repo": "repos/xema-base",
|
|
220
|
+
"path": "repos/xema-base/biomes/decision",
|
|
221
|
+
"version": "0.1.0",
|
|
222
|
+
"sourceManifestHash": "1e3912bdd71f7a9753e7027773c45d107b35a1dacb6708547c042bb4c5cc0ed1"
|
|
223
|
+
}
|
|
224
|
+
},
|
|
365
225
|
{
|
|
366
226
|
"consumerService": "biome-host-api",
|
|
367
227
|
"requiredService": "identity-api",
|
|
@@ -373,9 +233,9 @@
|
|
|
373
233
|
"repositoryUrl": "https://github.com/xema-dev/identity-api.git",
|
|
374
234
|
"repo": "submodules/identity-api",
|
|
375
235
|
"path": "submodules/identity-api/package.json",
|
|
376
|
-
"sourceCommit": "
|
|
236
|
+
"sourceCommit": "5bca87e39c536159b91c58d4e8a30d8df2f12ca4",
|
|
377
237
|
"version": "0.0.2",
|
|
378
|
-
"sourceManifestHash": "
|
|
238
|
+
"sourceManifestHash": "f0acc5e81bb3b00f98e1fde709e9dc24903bdf2ce5bdc6eeec0d5b9338bf5c1b",
|
|
379
239
|
"imageKey": "identity-api"
|
|
380
240
|
}
|
|
381
241
|
}
|
|
@@ -387,12 +247,14 @@
|
|
|
387
247
|
"optionalServerBiomes": [],
|
|
388
248
|
"audience": "org",
|
|
389
249
|
"storeListed": true,
|
|
390
|
-
"sourceManifestHash": "
|
|
250
|
+
"sourceManifestHash": "8183c2181ec479bbd2c1d68abb3574a2ec2c6b50926dcbb200ecb5d9eb256671",
|
|
391
251
|
"display": {
|
|
392
252
|
"icon": "package",
|
|
393
253
|
"category": "build",
|
|
394
254
|
"summary": "Biome installer and lifecycle manager: validates manifests, applies Helm sub-charts, tracks install state."
|
|
395
|
-
}
|
|
255
|
+
},
|
|
256
|
+
"systemSurface": false,
|
|
257
|
+
"launch": "static"
|
|
396
258
|
},
|
|
397
259
|
{
|
|
398
260
|
"id": "capabilities-web",
|
|
@@ -405,7 +267,9 @@
|
|
|
405
267
|
"repo": "submodules/xema-host-web",
|
|
406
268
|
"path": "submodules/xema-host-web/biomes/system/capabilities-web",
|
|
407
269
|
"services": [],
|
|
270
|
+
"serviceDatabases": {},
|
|
408
271
|
"runtimeComponents": [],
|
|
272
|
+
"hostModules": [],
|
|
409
273
|
"serviceDependencies": [],
|
|
410
274
|
"displayName": "Capabilities (Web)",
|
|
411
275
|
"packageName": "@xemahq/biomes-system-capabilities-web",
|
|
@@ -415,12 +279,14 @@
|
|
|
415
279
|
"optionalServerBiomes": [],
|
|
416
280
|
"audience": "org",
|
|
417
281
|
"storeListed": true,
|
|
418
|
-
"sourceManifestHash": "
|
|
282
|
+
"sourceManifestHash": "c06afc998c1cfae62cbe2ac659d39078eb1356dd9e40a9f442d2d061903e14ef",
|
|
419
283
|
"display": {
|
|
420
284
|
"icon": "puzzle",
|
|
421
285
|
"category": "platform",
|
|
422
286
|
"summary": "Browse and govern platform capabilities."
|
|
423
|
-
}
|
|
287
|
+
},
|
|
288
|
+
"systemSurface": false,
|
|
289
|
+
"launch": "static"
|
|
424
290
|
},
|
|
425
291
|
{
|
|
426
292
|
"id": "capability-registry",
|
|
@@ -435,7 +301,9 @@
|
|
|
435
301
|
"services": [
|
|
436
302
|
"capability-registry-api"
|
|
437
303
|
],
|
|
304
|
+
"serviceDatabases": {},
|
|
438
305
|
"runtimeComponents": [],
|
|
306
|
+
"hostModules": [],
|
|
439
307
|
"serviceDependencies": [
|
|
440
308
|
{
|
|
441
309
|
"consumerService": "capability-registry-api",
|
|
@@ -448,9 +316,9 @@
|
|
|
448
316
|
"repositoryUrl": "https://github.com/xema-dev/identity-api.git",
|
|
449
317
|
"repo": "submodules/identity-api",
|
|
450
318
|
"path": "submodules/identity-api/package.json",
|
|
451
|
-
"sourceCommit": "
|
|
319
|
+
"sourceCommit": "5bca87e39c536159b91c58d4e8a30d8df2f12ca4",
|
|
452
320
|
"version": "0.0.2",
|
|
453
|
-
"sourceManifestHash": "
|
|
321
|
+
"sourceManifestHash": "f0acc5e81bb3b00f98e1fde709e9dc24903bdf2ce5bdc6eeec0d5b9338bf5c1b",
|
|
454
322
|
"imageKey": "identity-api"
|
|
455
323
|
}
|
|
456
324
|
}
|
|
@@ -467,7 +335,9 @@
|
|
|
467
335
|
"icon": "list",
|
|
468
336
|
"category": "platform",
|
|
469
337
|
"summary": "Capability descriptor registry: authoritative source for every published capability ref and schema."
|
|
470
|
-
}
|
|
338
|
+
},
|
|
339
|
+
"systemSurface": false,
|
|
340
|
+
"launch": "static"
|
|
471
341
|
},
|
|
472
342
|
{
|
|
473
343
|
"id": "concepts-web",
|
|
@@ -480,7 +350,9 @@
|
|
|
480
350
|
"repo": "submodules/xema-host-web",
|
|
481
351
|
"path": "submodules/xema-host-web/biomes/system/concepts-web",
|
|
482
352
|
"services": [],
|
|
353
|
+
"serviceDatabases": {},
|
|
483
354
|
"runtimeComponents": [],
|
|
355
|
+
"hostModules": [],
|
|
484
356
|
"serviceDependencies": [],
|
|
485
357
|
"displayName": "Concepts (Web)",
|
|
486
358
|
"packageName": "@xemahq/biomes-system-concepts-web",
|
|
@@ -490,13 +362,14 @@
|
|
|
490
362
|
"optionalServerBiomes": [],
|
|
491
363
|
"audience": "org",
|
|
492
364
|
"storeListed": false,
|
|
493
|
-
"sourceManifestHash": "
|
|
365
|
+
"sourceManifestHash": "a842e01e7b38bf2cdecc46da59699c5dbf5bad9948dac5143367cf9e2c1b4a28",
|
|
494
366
|
"display": {
|
|
495
367
|
"icon": "lightbulb",
|
|
496
368
|
"category": "knowledge",
|
|
497
369
|
"summary": "Manage shared concepts and definitions."
|
|
498
370
|
},
|
|
499
|
-
"systemSurface": true
|
|
371
|
+
"systemSurface": true,
|
|
372
|
+
"launch": "static"
|
|
500
373
|
},
|
|
501
374
|
{
|
|
502
375
|
"id": "container-registry-web",
|
|
@@ -509,7 +382,9 @@
|
|
|
509
382
|
"repo": "submodules/xema-host-web",
|
|
510
383
|
"path": "submodules/xema-host-web/biomes/system/container-registry-web",
|
|
511
384
|
"services": [],
|
|
385
|
+
"serviceDatabases": {},
|
|
512
386
|
"runtimeComponents": [],
|
|
387
|
+
"hostModules": [],
|
|
513
388
|
"serviceDependencies": [],
|
|
514
389
|
"displayName": "Container Registry (Web)",
|
|
515
390
|
"packageName": "@xemahq/biomes-system-container-registry-web",
|
|
@@ -519,12 +394,14 @@
|
|
|
519
394
|
"optionalServerBiomes": [],
|
|
520
395
|
"audience": "org",
|
|
521
396
|
"storeListed": true,
|
|
522
|
-
"sourceManifestHash": "
|
|
397
|
+
"sourceManifestHash": "33ea1e235dc558a71e49869e01f5acf2301df0d83c924a42a549aa0f0f94c43d",
|
|
523
398
|
"display": {
|
|
524
399
|
"icon": "package",
|
|
525
400
|
"category": "platform",
|
|
526
401
|
"summary": "Manage container images."
|
|
527
|
-
}
|
|
402
|
+
},
|
|
403
|
+
"systemSurface": false,
|
|
404
|
+
"launch": "static"
|
|
528
405
|
},
|
|
529
406
|
{
|
|
530
407
|
"id": "decision",
|
|
@@ -539,7 +416,9 @@
|
|
|
539
416
|
"services": [
|
|
540
417
|
"decision-api"
|
|
541
418
|
],
|
|
419
|
+
"serviceDatabases": {},
|
|
542
420
|
"runtimeComponents": [],
|
|
421
|
+
"hostModules": [],
|
|
543
422
|
"serviceDependencies": [
|
|
544
423
|
{
|
|
545
424
|
"consumerService": "decision-api",
|
|
@@ -551,7 +430,7 @@
|
|
|
551
430
|
"repo": "repos/xema-base",
|
|
552
431
|
"path": "repos/xema-base/biomes/authorization",
|
|
553
432
|
"version": "0.1.0",
|
|
554
|
-
"sourceManifestHash": "
|
|
433
|
+
"sourceManifestHash": "3687551f3883d53cba6c201ecb449d4aabb4005a9ccd1eb429732fb497c912d0"
|
|
555
434
|
}
|
|
556
435
|
},
|
|
557
436
|
{
|
|
@@ -565,9 +444,9 @@
|
|
|
565
444
|
"repositoryUrl": "https://github.com/xema-dev/identity-api.git",
|
|
566
445
|
"repo": "submodules/identity-api",
|
|
567
446
|
"path": "submodules/identity-api/package.json",
|
|
568
|
-
"sourceCommit": "
|
|
447
|
+
"sourceCommit": "5bca87e39c536159b91c58d4e8a30d8df2f12ca4",
|
|
569
448
|
"version": "0.0.2",
|
|
570
|
-
"sourceManifestHash": "
|
|
449
|
+
"sourceManifestHash": "f0acc5e81bb3b00f98e1fde709e9dc24903bdf2ce5bdc6eeec0d5b9338bf5c1b",
|
|
571
450
|
"imageKey": "identity-api"
|
|
572
451
|
}
|
|
573
452
|
}
|
|
@@ -579,12 +458,14 @@
|
|
|
579
458
|
"optionalServerBiomes": [],
|
|
580
459
|
"audience": "org",
|
|
581
460
|
"storeListed": true,
|
|
582
|
-
"sourceManifestHash": "
|
|
461
|
+
"sourceManifestHash": "1e3912bdd71f7a9753e7027773c45d107b35a1dacb6708547c042bb4c5cc0ed1",
|
|
583
462
|
"display": {
|
|
584
463
|
"icon": "gavel",
|
|
585
464
|
"category": "operate",
|
|
586
465
|
"summary": "The platform's one human-decision primitive: a durable ask with N answerable options, a derived lifecycle and a PDP-resolved audience."
|
|
587
|
-
}
|
|
466
|
+
},
|
|
467
|
+
"systemSurface": false,
|
|
468
|
+
"launch": "static"
|
|
588
469
|
},
|
|
589
470
|
{
|
|
590
471
|
"id": "environments-web",
|
|
@@ -597,7 +478,9 @@
|
|
|
597
478
|
"repo": "submodules/xema-host-web",
|
|
598
479
|
"path": "submodules/xema-host-web/biomes/system/environments-web",
|
|
599
480
|
"services": [],
|
|
481
|
+
"serviceDatabases": {},
|
|
600
482
|
"runtimeComponents": [],
|
|
483
|
+
"hostModules": [],
|
|
601
484
|
"serviceDependencies": [],
|
|
602
485
|
"displayName": "Environments (Web)",
|
|
603
486
|
"packageName": "@xemahq/biomes-system-environments-web",
|
|
@@ -607,12 +490,14 @@
|
|
|
607
490
|
"optionalServerBiomes": [],
|
|
608
491
|
"audience": "org",
|
|
609
492
|
"storeListed": true,
|
|
610
|
-
"sourceManifestHash": "
|
|
493
|
+
"sourceManifestHash": "cf854b4160465ba5c4e785ab9791d0c85a13f17586a1a3800c95e70839a83080",
|
|
611
494
|
"display": {
|
|
612
495
|
"icon": "server",
|
|
613
496
|
"category": "platform",
|
|
614
497
|
"summary": "Manage execution environments."
|
|
615
|
-
}
|
|
498
|
+
},
|
|
499
|
+
"systemSurface": false,
|
|
500
|
+
"launch": "static"
|
|
616
501
|
},
|
|
617
502
|
{
|
|
618
503
|
"id": "gateway-routes-web",
|
|
@@ -625,7 +510,9 @@
|
|
|
625
510
|
"repo": "submodules/xema-host-web",
|
|
626
511
|
"path": "submodules/xema-host-web/biomes/system/gateway-routes-web",
|
|
627
512
|
"services": [],
|
|
513
|
+
"serviceDatabases": {},
|
|
628
514
|
"runtimeComponents": [],
|
|
515
|
+
"hostModules": [],
|
|
629
516
|
"serviceDependencies": [],
|
|
630
517
|
"displayName": "Gateway Routes (Web)",
|
|
631
518
|
"packageName": "@xemahq/biomes-system-gateway-routes-web",
|
|
@@ -635,12 +522,14 @@
|
|
|
635
522
|
"optionalServerBiomes": [],
|
|
636
523
|
"audience": "org",
|
|
637
524
|
"storeListed": true,
|
|
638
|
-
"sourceManifestHash": "
|
|
525
|
+
"sourceManifestHash": "d7e7e7c89354101e68be8111b8afacb0f5141acfcaf523ef6141e1d2bcfe9cbe",
|
|
639
526
|
"display": {
|
|
640
527
|
"icon": "route",
|
|
641
528
|
"category": "platform",
|
|
642
529
|
"summary": "Configure public gateway routes."
|
|
643
|
-
}
|
|
530
|
+
},
|
|
531
|
+
"systemSurface": false,
|
|
532
|
+
"launch": "static"
|
|
644
533
|
},
|
|
645
534
|
{
|
|
646
535
|
"id": "grants-web",
|
|
@@ -653,7 +542,9 @@
|
|
|
653
542
|
"repo": "submodules/xema-host-web",
|
|
654
543
|
"path": "submodules/xema-host-web/biomes/system/grants-web",
|
|
655
544
|
"services": [],
|
|
545
|
+
"serviceDatabases": {},
|
|
656
546
|
"runtimeComponents": [],
|
|
547
|
+
"hostModules": [],
|
|
657
548
|
"serviceDependencies": [],
|
|
658
549
|
"displayName": "Grants (Web)",
|
|
659
550
|
"packageName": "@xemahq/biomes-system-grants-web",
|
|
@@ -663,12 +554,14 @@
|
|
|
663
554
|
"optionalServerBiomes": [],
|
|
664
555
|
"audience": "org",
|
|
665
556
|
"storeListed": true,
|
|
666
|
-
"sourceManifestHash": "
|
|
557
|
+
"sourceManifestHash": "72d6de134598d129b53ea34c2522fd931dc47fb19ad8115b741eff178b9f8569",
|
|
667
558
|
"display": {
|
|
668
559
|
"icon": "key",
|
|
669
560
|
"category": "governance",
|
|
670
561
|
"summary": "Review and manage access grants."
|
|
671
|
-
}
|
|
562
|
+
},
|
|
563
|
+
"systemSurface": false,
|
|
564
|
+
"launch": "static"
|
|
672
565
|
},
|
|
673
566
|
{
|
|
674
567
|
"id": "mailops-web",
|
|
@@ -681,11 +574,14 @@
|
|
|
681
574
|
"repo": "submodules/xema-host-web",
|
|
682
575
|
"path": "submodules/xema-host-web/biomes/system/mailops-web",
|
|
683
576
|
"services": [],
|
|
577
|
+
"serviceDatabases": {},
|
|
684
578
|
"runtimeComponents": [],
|
|
579
|
+
"hostModules": [],
|
|
685
580
|
"serviceDependencies": [],
|
|
686
581
|
"displayName": "MailOps (Web)",
|
|
687
582
|
"packageName": "@xemahq/biomes-system-mailops-web",
|
|
688
583
|
"requiresServerBiomes": [
|
|
584
|
+
"agent-runtime",
|
|
689
585
|
"mailops",
|
|
690
586
|
"project-registry",
|
|
691
587
|
"workflow-runtime"
|
|
@@ -693,12 +589,14 @@
|
|
|
693
589
|
"optionalServerBiomes": [],
|
|
694
590
|
"audience": "org",
|
|
695
591
|
"storeListed": true,
|
|
696
|
-
"sourceManifestHash": "
|
|
592
|
+
"sourceManifestHash": "e71b0fa62af5261eaf1bbc92258f45b17975bd5b98ec204c86e13eb6994020d2",
|
|
697
593
|
"display": {
|
|
698
594
|
"icon": "mail",
|
|
699
595
|
"category": "connect",
|
|
700
596
|
"summary": "Run email-driven workflows."
|
|
701
|
-
}
|
|
597
|
+
},
|
|
598
|
+
"systemSurface": false,
|
|
599
|
+
"launch": "static"
|
|
702
600
|
},
|
|
703
601
|
{
|
|
704
602
|
"id": "object-registry",
|
|
@@ -713,7 +611,9 @@
|
|
|
713
611
|
"services": [
|
|
714
612
|
"object-registry-api"
|
|
715
613
|
],
|
|
614
|
+
"serviceDatabases": {},
|
|
716
615
|
"runtimeComponents": [],
|
|
616
|
+
"hostModules": [],
|
|
717
617
|
"serviceDependencies": [
|
|
718
618
|
{
|
|
719
619
|
"consumerService": "object-registry-api",
|
|
@@ -726,9 +626,9 @@
|
|
|
726
626
|
"repositoryUrl": "https://github.com/xema-dev/identity-api.git",
|
|
727
627
|
"repo": "submodules/identity-api",
|
|
728
628
|
"path": "submodules/identity-api/package.json",
|
|
729
|
-
"sourceCommit": "
|
|
629
|
+
"sourceCommit": "5bca87e39c536159b91c58d4e8a30d8df2f12ca4",
|
|
730
630
|
"version": "0.0.2",
|
|
731
|
-
"sourceManifestHash": "
|
|
631
|
+
"sourceManifestHash": "f0acc5e81bb3b00f98e1fde709e9dc24903bdf2ce5bdc6eeec0d5b9338bf5c1b",
|
|
732
632
|
"imageKey": "identity-api"
|
|
733
633
|
}
|
|
734
634
|
}
|
|
@@ -745,7 +645,9 @@
|
|
|
745
645
|
"icon": "link",
|
|
746
646
|
"category": "platform",
|
|
747
647
|
"summary": "XVFS object resolver: addresses every platform object (artifact, biome, capability) via a stable URI scheme."
|
|
748
|
-
}
|
|
648
|
+
},
|
|
649
|
+
"systemSurface": false,
|
|
650
|
+
"launch": "static"
|
|
749
651
|
},
|
|
750
652
|
{
|
|
751
653
|
"id": "objects-web",
|
|
@@ -758,7 +660,9 @@
|
|
|
758
660
|
"repo": "submodules/xema-host-web",
|
|
759
661
|
"path": "submodules/xema-host-web/biomes/system/objects-web",
|
|
760
662
|
"services": [],
|
|
663
|
+
"serviceDatabases": {},
|
|
761
664
|
"runtimeComponents": [],
|
|
665
|
+
"hostModules": [],
|
|
762
666
|
"serviceDependencies": [],
|
|
763
667
|
"displayName": "Objects (Web)",
|
|
764
668
|
"packageName": "@xemahq/biomes-system-objects-web",
|
|
@@ -768,13 +672,14 @@
|
|
|
768
672
|
"optionalServerBiomes": [],
|
|
769
673
|
"audience": "org",
|
|
770
674
|
"storeListed": false,
|
|
771
|
-
"sourceManifestHash": "
|
|
675
|
+
"sourceManifestHash": "23d313f5d5bae4b1864c3ebd2409f6e495b939fad074db83bd4fe30d481caba1",
|
|
772
676
|
"display": {
|
|
773
677
|
"icon": "box",
|
|
774
678
|
"category": "data",
|
|
775
679
|
"summary": "Browse Xema objects and registries."
|
|
776
680
|
},
|
|
777
|
-
"systemSurface": true
|
|
681
|
+
"systemSurface": true,
|
|
682
|
+
"launch": "static"
|
|
778
683
|
},
|
|
779
684
|
{
|
|
780
685
|
"id": "opencode-runtime",
|
|
@@ -787,9 +692,11 @@
|
|
|
787
692
|
"repo": "repos/xema-base",
|
|
788
693
|
"path": "repos/xema-base/biomes/opencode-runtime",
|
|
789
694
|
"services": [],
|
|
695
|
+
"serviceDatabases": {},
|
|
790
696
|
"runtimeComponents": [
|
|
791
697
|
"opencode-worker"
|
|
792
698
|
],
|
|
699
|
+
"hostModules": [],
|
|
793
700
|
"serviceDependencies": [],
|
|
794
701
|
"displayName": "Opencode Runtime",
|
|
795
702
|
"packageName": "@xemahq/biomes-opencode-runtime",
|
|
@@ -802,7 +709,9 @@
|
|
|
802
709
|
"icon": "bot",
|
|
803
710
|
"category": "runtime",
|
|
804
711
|
"summary": "OpenCode runtime executor: runs LLM agent sessions inside a per-allocation workspace."
|
|
805
|
-
}
|
|
712
|
+
},
|
|
713
|
+
"systemSurface": false,
|
|
714
|
+
"launch": "static"
|
|
806
715
|
},
|
|
807
716
|
{
|
|
808
717
|
"id": "org-database-pool",
|
|
@@ -817,7 +726,9 @@
|
|
|
817
726
|
"services": [
|
|
818
727
|
"org-database-pool-api"
|
|
819
728
|
],
|
|
729
|
+
"serviceDatabases": {},
|
|
820
730
|
"runtimeComponents": [],
|
|
731
|
+
"hostModules": [],
|
|
821
732
|
"serviceDependencies": [
|
|
822
733
|
{
|
|
823
734
|
"consumerService": "org-database-pool-api",
|
|
@@ -830,7 +741,7 @@
|
|
|
830
741
|
"repositoryUrl": "https://github.com/xema-dev/event-hub-api.git",
|
|
831
742
|
"repo": "submodules/event-hub-api",
|
|
832
743
|
"path": "submodules/event-hub-api/package.json",
|
|
833
|
-
"sourceCommit": "
|
|
744
|
+
"sourceCommit": "6bc36b61db3ef7c9384410c1a151dab4dd1bd559",
|
|
834
745
|
"version": "2.0.0",
|
|
835
746
|
"sourceManifestHash": "2e57d7356ed288b00e35f3ee4aa542cdbb1eb25d94a8fecbc2bda76cedd5f995",
|
|
836
747
|
"imageKey": "event-hub-api"
|
|
@@ -848,12 +759,25 @@
|
|
|
848
759
|
"repositoryUrl": "https://github.com/xema-dev/identity-api.git",
|
|
849
760
|
"repo": "submodules/identity-api",
|
|
850
761
|
"path": "submodules/identity-api/package.json",
|
|
851
|
-
"sourceCommit": "
|
|
762
|
+
"sourceCommit": "5bca87e39c536159b91c58d4e8a30d8df2f12ca4",
|
|
852
763
|
"version": "0.0.2",
|
|
853
|
-
"sourceManifestHash": "
|
|
764
|
+
"sourceManifestHash": "f0acc5e81bb3b00f98e1fde709e9dc24903bdf2ce5bdc6eeec0d5b9338bf5c1b",
|
|
854
765
|
"imageKey": "identity-api"
|
|
855
766
|
}
|
|
856
767
|
}
|
|
768
|
+
},
|
|
769
|
+
{
|
|
770
|
+
"consumerService": "org-database-pool-api",
|
|
771
|
+
"requiredService": "resource-governance-api",
|
|
772
|
+
"owner": {
|
|
773
|
+
"kind": "biome",
|
|
774
|
+
"biomeId": "resource-governance",
|
|
775
|
+
"target": "server",
|
|
776
|
+
"repo": "repos/xema-base",
|
|
777
|
+
"path": "repos/xema-base/biomes/resource-governance",
|
|
778
|
+
"version": "0.1.0",
|
|
779
|
+
"sourceManifestHash": "dd08d16a77d775af78133113d1bb3ae659adc8af1d56d4569ee6e27f7426c37c"
|
|
780
|
+
}
|
|
857
781
|
}
|
|
858
782
|
],
|
|
859
783
|
"displayName": "Org Database Pool",
|
|
@@ -862,12 +786,14 @@
|
|
|
862
786
|
"optionalServerBiomes": [],
|
|
863
787
|
"audience": "org",
|
|
864
788
|
"storeListed": true,
|
|
865
|
-
"sourceManifestHash": "
|
|
789
|
+
"sourceManifestHash": "019abba8218c9dadb0be490d6c9f42c58e390c8a89dd0c0bfe631f3eb0210765",
|
|
866
790
|
"display": {
|
|
867
791
|
"icon": "database",
|
|
868
792
|
"category": "platform",
|
|
869
793
|
"summary": "Per-org database pool: issues per-tenant Postgres credentials and tracks per-org migration state."
|
|
870
|
-
}
|
|
794
|
+
},
|
|
795
|
+
"systemSurface": false,
|
|
796
|
+
"launch": "static"
|
|
871
797
|
},
|
|
872
798
|
{
|
|
873
799
|
"id": "policies-web",
|
|
@@ -880,7 +806,9 @@
|
|
|
880
806
|
"repo": "submodules/xema-host-web",
|
|
881
807
|
"path": "submodules/xema-host-web/biomes/system/policies-web",
|
|
882
808
|
"services": [],
|
|
809
|
+
"serviceDatabases": {},
|
|
883
810
|
"runtimeComponents": [],
|
|
811
|
+
"hostModules": [],
|
|
884
812
|
"serviceDependencies": [],
|
|
885
813
|
"displayName": "Policies (Web)",
|
|
886
814
|
"packageName": "@xemahq/biomes-system-policies-web",
|
|
@@ -890,12 +818,14 @@
|
|
|
890
818
|
"optionalServerBiomes": [],
|
|
891
819
|
"audience": "org",
|
|
892
820
|
"storeListed": true,
|
|
893
|
-
"sourceManifestHash": "
|
|
821
|
+
"sourceManifestHash": "720f536934ca9e5a3f138fcdaf05b52416fb6e74548ce74f0c8917a8a5580e5e",
|
|
894
822
|
"display": {
|
|
895
823
|
"icon": "shield",
|
|
896
824
|
"category": "governance",
|
|
897
825
|
"summary": "Author and review policies."
|
|
898
|
-
}
|
|
826
|
+
},
|
|
827
|
+
"systemSurface": false,
|
|
828
|
+
"launch": "static"
|
|
899
829
|
},
|
|
900
830
|
{
|
|
901
831
|
"id": "public-gateway",
|
|
@@ -910,20 +840,38 @@
|
|
|
910
840
|
"services": [
|
|
911
841
|
"public-gateway-api"
|
|
912
842
|
],
|
|
843
|
+
"serviceDatabases": {},
|
|
913
844
|
"runtimeComponents": [],
|
|
914
|
-
"
|
|
845
|
+
"hostModules": [],
|
|
846
|
+
"serviceDependencies": [
|
|
847
|
+
{
|
|
848
|
+
"consumerService": "public-gateway-api",
|
|
849
|
+
"requiredService": "biome-host-api",
|
|
850
|
+
"owner": {
|
|
851
|
+
"kind": "biome",
|
|
852
|
+
"biomeId": "biome-host",
|
|
853
|
+
"target": "server",
|
|
854
|
+
"repo": "repos/xema-base",
|
|
855
|
+
"path": "repos/xema-base/biomes/biome-host",
|
|
856
|
+
"version": "0.1.0",
|
|
857
|
+
"sourceManifestHash": "8183c2181ec479bbd2c1d68abb3574a2ec2c6b50926dcbb200ecb5d9eb256671"
|
|
858
|
+
}
|
|
859
|
+
}
|
|
860
|
+
],
|
|
915
861
|
"displayName": "Public Gateway",
|
|
916
862
|
"packageName": "@xemahq/biomes-public-gateway",
|
|
917
863
|
"requiresServerBiomes": [],
|
|
918
864
|
"optionalServerBiomes": [],
|
|
919
865
|
"audience": "org",
|
|
920
866
|
"storeListed": true,
|
|
921
|
-
"sourceManifestHash": "
|
|
867
|
+
"sourceManifestHash": "67c87b76865552edf03521f292110ecb513f99f93ba2078bcdaac7b8ca9325b2",
|
|
922
868
|
"display": {
|
|
923
869
|
"icon": "globe",
|
|
924
870
|
"category": "connect",
|
|
925
871
|
"summary": "Public-facing HTTP gateway: streams preview pages, dispatches webhook ingress, terminates public routes."
|
|
926
|
-
}
|
|
872
|
+
},
|
|
873
|
+
"systemSurface": false,
|
|
874
|
+
"launch": "static"
|
|
927
875
|
},
|
|
928
876
|
{
|
|
929
877
|
"id": "redis-pool",
|
|
@@ -938,7 +886,9 @@
|
|
|
938
886
|
"services": [
|
|
939
887
|
"redis-pool-api"
|
|
940
888
|
],
|
|
889
|
+
"serviceDatabases": {},
|
|
941
890
|
"runtimeComponents": [],
|
|
891
|
+
"hostModules": [],
|
|
942
892
|
"serviceDependencies": [
|
|
943
893
|
{
|
|
944
894
|
"consumerService": "redis-pool-api",
|
|
@@ -951,7 +901,7 @@
|
|
|
951
901
|
"repositoryUrl": "https://github.com/xema-dev/event-hub-api.git",
|
|
952
902
|
"repo": "submodules/event-hub-api",
|
|
953
903
|
"path": "submodules/event-hub-api/package.json",
|
|
954
|
-
"sourceCommit": "
|
|
904
|
+
"sourceCommit": "6bc36b61db3ef7c9384410c1a151dab4dd1bd559",
|
|
955
905
|
"version": "2.0.0",
|
|
956
906
|
"sourceManifestHash": "2e57d7356ed288b00e35f3ee4aa542cdbb1eb25d94a8fecbc2bda76cedd5f995",
|
|
957
907
|
"imageKey": "event-hub-api"
|
|
@@ -969,9 +919,9 @@
|
|
|
969
919
|
"repositoryUrl": "https://github.com/xema-dev/identity-api.git",
|
|
970
920
|
"repo": "submodules/identity-api",
|
|
971
921
|
"path": "submodules/identity-api/package.json",
|
|
972
|
-
"sourceCommit": "
|
|
922
|
+
"sourceCommit": "5bca87e39c536159b91c58d4e8a30d8df2f12ca4",
|
|
973
923
|
"version": "0.0.2",
|
|
974
|
-
"sourceManifestHash": "
|
|
924
|
+
"sourceManifestHash": "f0acc5e81bb3b00f98e1fde709e9dc24903bdf2ce5bdc6eeec0d5b9338bf5c1b",
|
|
975
925
|
"imageKey": "identity-api"
|
|
976
926
|
}
|
|
977
927
|
}
|
|
@@ -983,12 +933,14 @@
|
|
|
983
933
|
"optionalServerBiomes": [],
|
|
984
934
|
"audience": "org",
|
|
985
935
|
"storeListed": true,
|
|
986
|
-
"sourceManifestHash": "
|
|
936
|
+
"sourceManifestHash": "b3602544220af514c79bf40cb535b2aebda4ca54a8c562ee4201ead37f4effaa",
|
|
987
937
|
"display": {
|
|
988
938
|
"icon": "database",
|
|
989
939
|
"category": "platform",
|
|
990
940
|
"summary": "Brokers the shared Redis/Valkey keyspace: per-(biome, org) namespaces with a server-enforced key prefix and short-lived Redis ACL credentials."
|
|
991
|
-
}
|
|
941
|
+
},
|
|
942
|
+
"systemSurface": false,
|
|
943
|
+
"launch": "static"
|
|
992
944
|
},
|
|
993
945
|
{
|
|
994
946
|
"id": "resource-governance",
|
|
@@ -1003,8 +955,23 @@
|
|
|
1003
955
|
"services": [
|
|
1004
956
|
"resource-governance-api"
|
|
1005
957
|
],
|
|
958
|
+
"serviceDatabases": {},
|
|
1006
959
|
"runtimeComponents": [],
|
|
960
|
+
"hostModules": [],
|
|
1007
961
|
"serviceDependencies": [
|
|
962
|
+
{
|
|
963
|
+
"consumerService": "resource-governance-api",
|
|
964
|
+
"requiredService": "decision-api",
|
|
965
|
+
"owner": {
|
|
966
|
+
"kind": "biome",
|
|
967
|
+
"biomeId": "decision",
|
|
968
|
+
"target": "server",
|
|
969
|
+
"repo": "repos/xema-base",
|
|
970
|
+
"path": "repos/xema-base/biomes/decision",
|
|
971
|
+
"version": "0.1.0",
|
|
972
|
+
"sourceManifestHash": "1e3912bdd71f7a9753e7027773c45d107b35a1dacb6708547c042bb4c5cc0ed1"
|
|
973
|
+
}
|
|
974
|
+
},
|
|
1008
975
|
{
|
|
1009
976
|
"consumerService": "resource-governance-api",
|
|
1010
977
|
"requiredService": "identity-api",
|
|
@@ -1016,9 +983,9 @@
|
|
|
1016
983
|
"repositoryUrl": "https://github.com/xema-dev/identity-api.git",
|
|
1017
984
|
"repo": "submodules/identity-api",
|
|
1018
985
|
"path": "submodules/identity-api/package.json",
|
|
1019
|
-
"sourceCommit": "
|
|
986
|
+
"sourceCommit": "5bca87e39c536159b91c58d4e8a30d8df2f12ca4",
|
|
1020
987
|
"version": "0.0.2",
|
|
1021
|
-
"sourceManifestHash": "
|
|
988
|
+
"sourceManifestHash": "f0acc5e81bb3b00f98e1fde709e9dc24903bdf2ce5bdc6eeec0d5b9338bf5c1b",
|
|
1022
989
|
"imageKey": "identity-api"
|
|
1023
990
|
}
|
|
1024
991
|
}
|
|
@@ -1030,12 +997,14 @@
|
|
|
1030
997
|
"optionalServerBiomes": [],
|
|
1031
998
|
"audience": "org",
|
|
1032
999
|
"storeListed": true,
|
|
1033
|
-
"sourceManifestHash": "
|
|
1000
|
+
"sourceManifestHash": "dd08d16a77d775af78133113d1bb3ae659adc8af1d56d4569ee6e27f7426c37c",
|
|
1034
1001
|
"display": {
|
|
1035
1002
|
"icon": "gauge",
|
|
1036
1003
|
"category": "governance",
|
|
1037
1004
|
"summary": "Authoritative resource inventory, consumption, source freshness, and cost-attribution inputs."
|
|
1038
|
-
}
|
|
1005
|
+
},
|
|
1006
|
+
"systemSurface": false,
|
|
1007
|
+
"launch": "static"
|
|
1039
1008
|
},
|
|
1040
1009
|
{
|
|
1041
1010
|
"id": "runners-web",
|
|
@@ -1048,7 +1017,9 @@
|
|
|
1048
1017
|
"repo": "submodules/xema-host-web",
|
|
1049
1018
|
"path": "submodules/xema-host-web/biomes/system/runners-web",
|
|
1050
1019
|
"services": [],
|
|
1020
|
+
"serviceDatabases": {},
|
|
1051
1021
|
"runtimeComponents": [],
|
|
1022
|
+
"hostModules": [],
|
|
1052
1023
|
"serviceDependencies": [],
|
|
1053
1024
|
"displayName": "Runners (Web)",
|
|
1054
1025
|
"packageName": "@xemahq/biomes-system-runners-web",
|
|
@@ -1061,12 +1032,14 @@
|
|
|
1061
1032
|
"optionalServerBiomes": [],
|
|
1062
1033
|
"audience": "org",
|
|
1063
1034
|
"storeListed": true,
|
|
1064
|
-
"sourceManifestHash": "
|
|
1035
|
+
"sourceManifestHash": "469a04d8a7ff2e8dc55ab05fc4f6b874c46981a987d30393a469541f61b7cda3",
|
|
1065
1036
|
"display": {
|
|
1066
1037
|
"icon": "cpu",
|
|
1067
1038
|
"category": "platform",
|
|
1068
1039
|
"summary": "Monitor and manage execution runners."
|
|
1069
|
-
}
|
|
1040
|
+
},
|
|
1041
|
+
"systemSurface": false,
|
|
1042
|
+
"launch": "static"
|
|
1070
1043
|
},
|
|
1071
1044
|
{
|
|
1072
1045
|
"id": "search-web",
|
|
@@ -1079,7 +1052,9 @@
|
|
|
1079
1052
|
"repo": "submodules/xema-host-web",
|
|
1080
1053
|
"path": "submodules/xema-host-web/biomes/system/search-web",
|
|
1081
1054
|
"services": [],
|
|
1055
|
+
"serviceDatabases": {},
|
|
1082
1056
|
"runtimeComponents": [],
|
|
1057
|
+
"hostModules": [],
|
|
1083
1058
|
"serviceDependencies": [],
|
|
1084
1059
|
"displayName": "Search (Web)",
|
|
1085
1060
|
"packageName": "@xemahq/biomes-system-search-web",
|
|
@@ -1089,12 +1064,14 @@
|
|
|
1089
1064
|
"optionalServerBiomes": [],
|
|
1090
1065
|
"audience": "org",
|
|
1091
1066
|
"storeListed": true,
|
|
1092
|
-
"sourceManifestHash": "
|
|
1067
|
+
"sourceManifestHash": "82c0a04f2ad3e6ba84a85e8d14e6dc4ed65c0581ca7ec168e066ebcf0da07944",
|
|
1093
1068
|
"display": {
|
|
1094
1069
|
"icon": "search",
|
|
1095
1070
|
"category": "platform",
|
|
1096
1071
|
"summary": "Search across the platform."
|
|
1097
|
-
}
|
|
1072
|
+
},
|
|
1073
|
+
"systemSurface": false,
|
|
1074
|
+
"launch": "static"
|
|
1098
1075
|
},
|
|
1099
1076
|
{
|
|
1100
1077
|
"id": "service-registry-web",
|
|
@@ -1107,7 +1084,9 @@
|
|
|
1107
1084
|
"repo": "submodules/xema-host-web",
|
|
1108
1085
|
"path": "submodules/xema-host-web/biomes/system/service-registry-web",
|
|
1109
1086
|
"services": [],
|
|
1087
|
+
"serviceDatabases": {},
|
|
1110
1088
|
"runtimeComponents": [],
|
|
1089
|
+
"hostModules": [],
|
|
1111
1090
|
"serviceDependencies": [],
|
|
1112
1091
|
"displayName": "Service Registry (Web)",
|
|
1113
1092
|
"packageName": "@xemahq/biomes-system-service-registry-web",
|
|
@@ -1117,12 +1096,14 @@
|
|
|
1117
1096
|
"optionalServerBiomes": [],
|
|
1118
1097
|
"audience": "org",
|
|
1119
1098
|
"storeListed": true,
|
|
1120
|
-
"sourceManifestHash": "
|
|
1099
|
+
"sourceManifestHash": "4e6de6c3d7fb2edd030b9d346833c7ce6e99aff3d2e46e40ef61670abc302839",
|
|
1121
1100
|
"display": {
|
|
1122
1101
|
"icon": "network",
|
|
1123
1102
|
"category": "platform",
|
|
1124
1103
|
"summary": "Inspect the service registry."
|
|
1125
|
-
}
|
|
1104
|
+
},
|
|
1105
|
+
"systemSurface": false,
|
|
1106
|
+
"launch": "static"
|
|
1126
1107
|
},
|
|
1127
1108
|
{
|
|
1128
1109
|
"id": "space-registry",
|
|
@@ -1137,8 +1118,23 @@
|
|
|
1137
1118
|
"services": [
|
|
1138
1119
|
"space-registry-api"
|
|
1139
1120
|
],
|
|
1121
|
+
"serviceDatabases": {},
|
|
1140
1122
|
"runtimeComponents": [],
|
|
1123
|
+
"hostModules": [],
|
|
1141
1124
|
"serviceDependencies": [
|
|
1125
|
+
{
|
|
1126
|
+
"consumerService": "space-registry-api",
|
|
1127
|
+
"requiredService": "decision-api",
|
|
1128
|
+
"owner": {
|
|
1129
|
+
"kind": "biome",
|
|
1130
|
+
"biomeId": "decision",
|
|
1131
|
+
"target": "server",
|
|
1132
|
+
"repo": "repos/xema-base",
|
|
1133
|
+
"path": "repos/xema-base/biomes/decision",
|
|
1134
|
+
"version": "0.1.0",
|
|
1135
|
+
"sourceManifestHash": "1e3912bdd71f7a9753e7027773c45d107b35a1dacb6708547c042bb4c5cc0ed1"
|
|
1136
|
+
}
|
|
1137
|
+
},
|
|
1142
1138
|
{
|
|
1143
1139
|
"consumerService": "space-registry-api",
|
|
1144
1140
|
"requiredService": "identity-api",
|
|
@@ -1150,9 +1146,9 @@
|
|
|
1150
1146
|
"repositoryUrl": "https://github.com/xema-dev/identity-api.git",
|
|
1151
1147
|
"repo": "submodules/identity-api",
|
|
1152
1148
|
"path": "submodules/identity-api/package.json",
|
|
1153
|
-
"sourceCommit": "
|
|
1149
|
+
"sourceCommit": "5bca87e39c536159b91c58d4e8a30d8df2f12ca4",
|
|
1154
1150
|
"version": "0.0.2",
|
|
1155
|
-
"sourceManifestHash": "
|
|
1151
|
+
"sourceManifestHash": "f0acc5e81bb3b00f98e1fde709e9dc24903bdf2ce5bdc6eeec0d5b9338bf5c1b",
|
|
1156
1152
|
"imageKey": "identity-api"
|
|
1157
1153
|
}
|
|
1158
1154
|
}
|
|
@@ -1164,12 +1160,14 @@
|
|
|
1164
1160
|
"optionalServerBiomes": [],
|
|
1165
1161
|
"audience": "org",
|
|
1166
1162
|
"storeListed": true,
|
|
1167
|
-
"sourceManifestHash": "
|
|
1163
|
+
"sourceManifestHash": "6a8f974d2d66f24346859066e3ea7b72c4a8b96546fea061277fa51b31b5449c",
|
|
1168
1164
|
"display": {
|
|
1169
1165
|
"icon": "folder-tree",
|
|
1170
1166
|
"category": "governance",
|
|
1171
|
-
"summary": "Authoritative Space ownership
|
|
1172
|
-
}
|
|
1167
|
+
"summary": "Authoritative Space ownership declarations and join-based data-classification resolution."
|
|
1168
|
+
},
|
|
1169
|
+
"systemSurface": false,
|
|
1170
|
+
"launch": "static"
|
|
1173
1171
|
},
|
|
1174
1172
|
{
|
|
1175
1173
|
"id": "spaces-web",
|
|
@@ -1182,7 +1180,9 @@
|
|
|
1182
1180
|
"repo": "submodules/xema-host-web",
|
|
1183
1181
|
"path": "submodules/xema-host-web/biomes/system/spaces-web",
|
|
1184
1182
|
"services": [],
|
|
1183
|
+
"serviceDatabases": {},
|
|
1185
1184
|
"runtimeComponents": [],
|
|
1185
|
+
"hostModules": [],
|
|
1186
1186
|
"serviceDependencies": [],
|
|
1187
1187
|
"displayName": "Spaces (Web)",
|
|
1188
1188
|
"packageName": "@xemahq/biomes-system-spaces-web",
|
|
@@ -1194,13 +1194,122 @@
|
|
|
1194
1194
|
"optionalServerBiomes": [],
|
|
1195
1195
|
"audience": "org",
|
|
1196
1196
|
"storeListed": false,
|
|
1197
|
-
"sourceManifestHash": "
|
|
1197
|
+
"sourceManifestHash": "ca0317b58364d048e70ac47801fa4f74d57f4ddd3647f99e8e1186dbc2581629",
|
|
1198
1198
|
"display": {
|
|
1199
1199
|
"icon": "layers",
|
|
1200
1200
|
"category": "platform",
|
|
1201
1201
|
"summary": "Organize work into spaces."
|
|
1202
1202
|
},
|
|
1203
|
-
"systemSurface": true
|
|
1203
|
+
"systemSurface": true,
|
|
1204
|
+
"launch": "static"
|
|
1205
|
+
},
|
|
1206
|
+
{
|
|
1207
|
+
"id": "template-registry",
|
|
1208
|
+
"version": "0.1.0",
|
|
1209
|
+
"tier": "system",
|
|
1210
|
+
"target": "server",
|
|
1211
|
+
"origin": "first-party",
|
|
1212
|
+
"mandatory": false,
|
|
1213
|
+
"installPolicy": "required",
|
|
1214
|
+
"repo": "repos/xema-base",
|
|
1215
|
+
"path": "repos/xema-base/biomes/template-registry",
|
|
1216
|
+
"services": [
|
|
1217
|
+
"template-registry-api"
|
|
1218
|
+
],
|
|
1219
|
+
"serviceDatabases": {},
|
|
1220
|
+
"runtimeComponents": [],
|
|
1221
|
+
"hostModules": [],
|
|
1222
|
+
"serviceDependencies": [
|
|
1223
|
+
{
|
|
1224
|
+
"consumerService": "template-registry-api",
|
|
1225
|
+
"requiredService": "artifact-store-api",
|
|
1226
|
+
"owner": {
|
|
1227
|
+
"kind": "biome",
|
|
1228
|
+
"biomeId": "agent-runtime",
|
|
1229
|
+
"target": "server",
|
|
1230
|
+
"repo": "repos/xema-base",
|
|
1231
|
+
"path": "repos/xema-base/biomes/agent-runtime",
|
|
1232
|
+
"version": "0.1.0",
|
|
1233
|
+
"sourceManifestHash": "5336acb3131601e721d6d54626c70d1cbbb8f424803f43e974a8ced764a9ffe9"
|
|
1234
|
+
}
|
|
1235
|
+
},
|
|
1236
|
+
{
|
|
1237
|
+
"consumerService": "template-registry-api",
|
|
1238
|
+
"requiredService": "event-hub-api",
|
|
1239
|
+
"owner": {
|
|
1240
|
+
"kind": "platform",
|
|
1241
|
+
"source": {
|
|
1242
|
+
"name": "event-hub-api",
|
|
1243
|
+
"tier": "infra",
|
|
1244
|
+
"repositoryUrl": "https://github.com/xema-dev/event-hub-api.git",
|
|
1245
|
+
"repo": "submodules/event-hub-api",
|
|
1246
|
+
"path": "submodules/event-hub-api/package.json",
|
|
1247
|
+
"sourceCommit": "6bc36b61db3ef7c9384410c1a151dab4dd1bd559",
|
|
1248
|
+
"version": "2.0.0",
|
|
1249
|
+
"sourceManifestHash": "2e57d7356ed288b00e35f3ee4aa542cdbb1eb25d94a8fecbc2bda76cedd5f995",
|
|
1250
|
+
"imageKey": "event-hub-api"
|
|
1251
|
+
}
|
|
1252
|
+
}
|
|
1253
|
+
},
|
|
1254
|
+
{
|
|
1255
|
+
"consumerService": "template-registry-api",
|
|
1256
|
+
"requiredService": "identity-api",
|
|
1257
|
+
"owner": {
|
|
1258
|
+
"kind": "platform",
|
|
1259
|
+
"source": {
|
|
1260
|
+
"name": "identity-api",
|
|
1261
|
+
"tier": "infra",
|
|
1262
|
+
"repositoryUrl": "https://github.com/xema-dev/identity-api.git",
|
|
1263
|
+
"repo": "submodules/identity-api",
|
|
1264
|
+
"path": "submodules/identity-api/package.json",
|
|
1265
|
+
"sourceCommit": "5bca87e39c536159b91c58d4e8a30d8df2f12ca4",
|
|
1266
|
+
"version": "0.0.2",
|
|
1267
|
+
"sourceManifestHash": "f0acc5e81bb3b00f98e1fde709e9dc24903bdf2ce5bdc6eeec0d5b9338bf5c1b",
|
|
1268
|
+
"imageKey": "identity-api"
|
|
1269
|
+
}
|
|
1270
|
+
}
|
|
1271
|
+
},
|
|
1272
|
+
{
|
|
1273
|
+
"consumerService": "template-registry-api",
|
|
1274
|
+
"requiredService": "resource-governance-api",
|
|
1275
|
+
"owner": {
|
|
1276
|
+
"kind": "biome",
|
|
1277
|
+
"biomeId": "resource-governance",
|
|
1278
|
+
"target": "server",
|
|
1279
|
+
"repo": "repos/xema-base",
|
|
1280
|
+
"path": "repos/xema-base/biomes/resource-governance",
|
|
1281
|
+
"version": "0.1.0",
|
|
1282
|
+
"sourceManifestHash": "dd08d16a77d775af78133113d1bb3ae659adc8af1d56d4569ee6e27f7426c37c"
|
|
1283
|
+
}
|
|
1284
|
+
},
|
|
1285
|
+
{
|
|
1286
|
+
"consumerService": "template-registry-api",
|
|
1287
|
+
"requiredService": "xema-capability-router",
|
|
1288
|
+
"owner": {
|
|
1289
|
+
"kind": "biome",
|
|
1290
|
+
"biomeId": "xema-capability-router",
|
|
1291
|
+
"target": "server",
|
|
1292
|
+
"repo": "repos/xema-base",
|
|
1293
|
+
"path": "repos/xema-base/biomes/xema-capability-router",
|
|
1294
|
+
"version": "0.1.0",
|
|
1295
|
+
"sourceManifestHash": "4ccc5c67859a6576a8e994d6a156bb5a3035c5ae1dedc3708d0f2da101cd564f"
|
|
1296
|
+
}
|
|
1297
|
+
}
|
|
1298
|
+
],
|
|
1299
|
+
"displayName": "Template Registry",
|
|
1300
|
+
"packageName": "@xemahq/biomes-template-registry",
|
|
1301
|
+
"requiresServerBiomes": [],
|
|
1302
|
+
"optionalServerBiomes": [],
|
|
1303
|
+
"audience": "org",
|
|
1304
|
+
"storeListed": true,
|
|
1305
|
+
"sourceManifestHash": "4ad780ec6b56898c42c8025059d2c1d080b1d9c1e44c2db2f1e5f0790d462018",
|
|
1306
|
+
"display": {
|
|
1307
|
+
"icon": "layout-template",
|
|
1308
|
+
"category": "platform",
|
|
1309
|
+
"summary": "Authoritative Template and DesignSystem content, drafts, revisions, evaluations, and previews."
|
|
1310
|
+
},
|
|
1311
|
+
"systemSurface": false,
|
|
1312
|
+
"launch": "static"
|
|
1204
1313
|
},
|
|
1205
1314
|
{
|
|
1206
1315
|
"id": "user-hub-web",
|
|
@@ -1213,7 +1322,9 @@
|
|
|
1213
1322
|
"repo": "submodules/xema-host-web",
|
|
1214
1323
|
"path": "submodules/xema-host-web/biomes/system/user-hub-web",
|
|
1215
1324
|
"services": [],
|
|
1325
|
+
"serviceDatabases": {},
|
|
1216
1326
|
"runtimeComponents": [],
|
|
1327
|
+
"hostModules": [],
|
|
1217
1328
|
"serviceDependencies": [],
|
|
1218
1329
|
"displayName": "User Hub (Web)",
|
|
1219
1330
|
"packageName": "@xemahq/biomes-system-user-hub-web",
|
|
@@ -1223,12 +1334,14 @@
|
|
|
1223
1334
|
"optionalServerBiomes": [],
|
|
1224
1335
|
"audience": "org",
|
|
1225
1336
|
"storeListed": true,
|
|
1226
|
-
"sourceManifestHash": "
|
|
1337
|
+
"sourceManifestHash": "4162422cfc654ae58368d4825e97857f3a1a7693cc4a09d88059961289c51eda",
|
|
1227
1338
|
"display": {
|
|
1228
1339
|
"icon": "users",
|
|
1229
1340
|
"category": "administration",
|
|
1230
1341
|
"summary": "Manage users and organizations."
|
|
1231
|
-
}
|
|
1342
|
+
},
|
|
1343
|
+
"systemSurface": false,
|
|
1344
|
+
"launch": "static"
|
|
1232
1345
|
},
|
|
1233
1346
|
{
|
|
1234
1347
|
"id": "workload-runtime",
|
|
@@ -1243,7 +1356,9 @@
|
|
|
1243
1356
|
"services": [
|
|
1244
1357
|
"workload-runtime-api"
|
|
1245
1358
|
],
|
|
1359
|
+
"serviceDatabases": {},
|
|
1246
1360
|
"runtimeComponents": [],
|
|
1361
|
+
"hostModules": [],
|
|
1247
1362
|
"serviceDependencies": [
|
|
1248
1363
|
{
|
|
1249
1364
|
"consumerService": "workload-runtime-api",
|
|
@@ -1256,12 +1371,25 @@
|
|
|
1256
1371
|
"repositoryUrl": "https://github.com/xema-dev/identity-api.git",
|
|
1257
1372
|
"repo": "submodules/identity-api",
|
|
1258
1373
|
"path": "submodules/identity-api/package.json",
|
|
1259
|
-
"sourceCommit": "
|
|
1374
|
+
"sourceCommit": "5bca87e39c536159b91c58d4e8a30d8df2f12ca4",
|
|
1260
1375
|
"version": "0.0.2",
|
|
1261
|
-
"sourceManifestHash": "
|
|
1376
|
+
"sourceManifestHash": "f0acc5e81bb3b00f98e1fde709e9dc24903bdf2ce5bdc6eeec0d5b9338bf5c1b",
|
|
1262
1377
|
"imageKey": "identity-api"
|
|
1263
1378
|
}
|
|
1264
1379
|
}
|
|
1380
|
+
},
|
|
1381
|
+
{
|
|
1382
|
+
"consumerService": "workload-runtime-api",
|
|
1383
|
+
"requiredService": "public-gateway-api",
|
|
1384
|
+
"owner": {
|
|
1385
|
+
"kind": "biome",
|
|
1386
|
+
"biomeId": "public-gateway",
|
|
1387
|
+
"target": "server",
|
|
1388
|
+
"repo": "repos/xema-base",
|
|
1389
|
+
"path": "repos/xema-base/biomes/public-gateway",
|
|
1390
|
+
"version": "0.1.0",
|
|
1391
|
+
"sourceManifestHash": "67c87b76865552edf03521f292110ecb513f99f93ba2078bcdaac7b8ca9325b2"
|
|
1392
|
+
}
|
|
1265
1393
|
}
|
|
1266
1394
|
],
|
|
1267
1395
|
"displayName": "Workload Runtime",
|
|
@@ -1270,12 +1398,14 @@
|
|
|
1270
1398
|
"optionalServerBiomes": [],
|
|
1271
1399
|
"audience": "org",
|
|
1272
1400
|
"storeListed": true,
|
|
1273
|
-
"sourceManifestHash": "
|
|
1401
|
+
"sourceManifestHash": "cb34e70cc83af8018f6bf51b56818957e43a0c7ee637b2da6cab31562519cfb9",
|
|
1274
1402
|
"display": {
|
|
1275
1403
|
"icon": "server-cog",
|
|
1276
1404
|
"category": "runtime",
|
|
1277
1405
|
"summary": "Workload runtime control plane: dispatches and reconciles every per-allocation Kubernetes workload."
|
|
1278
|
-
}
|
|
1406
|
+
},
|
|
1407
|
+
"systemSurface": false,
|
|
1408
|
+
"launch": "static"
|
|
1279
1409
|
},
|
|
1280
1410
|
{
|
|
1281
1411
|
"id": "workspace-storage-pool",
|
|
@@ -1290,7 +1420,9 @@
|
|
|
1290
1420
|
"services": [
|
|
1291
1421
|
"workspace-storage-pool-api"
|
|
1292
1422
|
],
|
|
1423
|
+
"serviceDatabases": {},
|
|
1293
1424
|
"runtimeComponents": [],
|
|
1425
|
+
"hostModules": [],
|
|
1294
1426
|
"serviceDependencies": [
|
|
1295
1427
|
{
|
|
1296
1428
|
"consumerService": "workspace-storage-pool-api",
|
|
@@ -1303,9 +1435,9 @@
|
|
|
1303
1435
|
"repositoryUrl": "https://github.com/xema-dev/identity-api.git",
|
|
1304
1436
|
"repo": "submodules/identity-api",
|
|
1305
1437
|
"path": "submodules/identity-api/package.json",
|
|
1306
|
-
"sourceCommit": "
|
|
1438
|
+
"sourceCommit": "5bca87e39c536159b91c58d4e8a30d8df2f12ca4",
|
|
1307
1439
|
"version": "0.0.2",
|
|
1308
|
-
"sourceManifestHash": "
|
|
1440
|
+
"sourceManifestHash": "f0acc5e81bb3b00f98e1fde709e9dc24903bdf2ce5bdc6eeec0d5b9338bf5c1b",
|
|
1309
1441
|
"imageKey": "identity-api"
|
|
1310
1442
|
}
|
|
1311
1443
|
}
|
|
@@ -1322,7 +1454,9 @@
|
|
|
1322
1454
|
"icon": "hard-drive",
|
|
1323
1455
|
"category": "platform",
|
|
1324
1456
|
"summary": "Per-org workspace volume manager: allocates, snapshots, and reclaims persistent workspace storage."
|
|
1325
|
-
}
|
|
1457
|
+
},
|
|
1458
|
+
"systemSurface": false,
|
|
1459
|
+
"launch": "static"
|
|
1326
1460
|
},
|
|
1327
1461
|
{
|
|
1328
1462
|
"id": "xema-capability-router",
|
|
@@ -1337,7 +1471,9 @@
|
|
|
1337
1471
|
"services": [
|
|
1338
1472
|
"xema-capability-router"
|
|
1339
1473
|
],
|
|
1474
|
+
"serviceDatabases": {},
|
|
1340
1475
|
"runtimeComponents": [],
|
|
1476
|
+
"hostModules": [],
|
|
1341
1477
|
"serviceDependencies": [
|
|
1342
1478
|
{
|
|
1343
1479
|
"consumerService": "xema-capability-router",
|
|
@@ -1350,9 +1486,9 @@
|
|
|
1350
1486
|
"repositoryUrl": "https://github.com/xema-dev/identity-api.git",
|
|
1351
1487
|
"repo": "submodules/identity-api",
|
|
1352
1488
|
"path": "submodules/identity-api/package.json",
|
|
1353
|
-
"sourceCommit": "
|
|
1489
|
+
"sourceCommit": "5bca87e39c536159b91c58d4e8a30d8df2f12ca4",
|
|
1354
1490
|
"version": "0.0.2",
|
|
1355
|
-
"sourceManifestHash": "
|
|
1491
|
+
"sourceManifestHash": "f0acc5e81bb3b00f98e1fde709e9dc24903bdf2ce5bdc6eeec0d5b9338bf5c1b",
|
|
1356
1492
|
"imageKey": "identity-api"
|
|
1357
1493
|
}
|
|
1358
1494
|
}
|
|
@@ -1364,12 +1500,14 @@
|
|
|
1364
1500
|
"optionalServerBiomes": [],
|
|
1365
1501
|
"audience": "org",
|
|
1366
1502
|
"storeListed": true,
|
|
1367
|
-
"sourceManifestHash": "
|
|
1503
|
+
"sourceManifestHash": "4ccc5c67859a6576a8e994d6a156bb5a3035c5ae1dedc3708d0f2da101cd564f",
|
|
1368
1504
|
"display": {
|
|
1369
1505
|
"icon": "split",
|
|
1370
1506
|
"category": "platform",
|
|
1371
1507
|
"summary": "Capability dispatch router: resolves a capability invocation to the owning biome's API and endpoint."
|
|
1372
|
-
}
|
|
1508
|
+
},
|
|
1509
|
+
"systemSurface": false,
|
|
1510
|
+
"launch": "static"
|
|
1373
1511
|
},
|
|
1374
1512
|
{
|
|
1375
1513
|
"id": "xema-platform-worker",
|
|
@@ -1384,7 +1522,9 @@
|
|
|
1384
1522
|
"services": [
|
|
1385
1523
|
"xema-platform-worker"
|
|
1386
1524
|
],
|
|
1525
|
+
"serviceDatabases": {},
|
|
1387
1526
|
"runtimeComponents": [],
|
|
1527
|
+
"hostModules": [],
|
|
1388
1528
|
"serviceDependencies": [],
|
|
1389
1529
|
"displayName": "Xema Platform Worker",
|
|
1390
1530
|
"packageName": "@xemahq/biomes-xema-platform-worker",
|
|
@@ -1397,54 +1537,9 @@
|
|
|
1397
1537
|
"icon": "cpu",
|
|
1398
1538
|
"category": "runtime",
|
|
1399
1539
|
"summary": "Platform Temporal worker: executes kernel and system-biome workflows on the platform task queue."
|
|
1400
|
-
}
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
"id": "xema-shell",
|
|
1404
|
-
"version": "0.1.0",
|
|
1405
|
-
"tier": "system",
|
|
1406
|
-
"target": "server",
|
|
1407
|
-
"origin": "first-party",
|
|
1408
|
-
"mandatory": false,
|
|
1409
|
-
"installPolicy": "required",
|
|
1410
|
-
"repo": "repos/xema-base",
|
|
1411
|
-
"path": "repos/xema-base/biomes/xema-shell",
|
|
1412
|
-
"services": [
|
|
1413
|
-
"xema-shell-api"
|
|
1414
|
-
],
|
|
1415
|
-
"runtimeComponents": [],
|
|
1416
|
-
"serviceDependencies": [
|
|
1417
|
-
{
|
|
1418
|
-
"consumerService": "xema-shell-api",
|
|
1419
|
-
"requiredService": "identity-api",
|
|
1420
|
-
"owner": {
|
|
1421
|
-
"kind": "platform",
|
|
1422
|
-
"source": {
|
|
1423
|
-
"name": "identity-api",
|
|
1424
|
-
"tier": "infra",
|
|
1425
|
-
"repositoryUrl": "https://github.com/xema-dev/identity-api.git",
|
|
1426
|
-
"repo": "submodules/identity-api",
|
|
1427
|
-
"path": "submodules/identity-api/package.json",
|
|
1428
|
-
"sourceCommit": "aeed57a5f01d50d0f4e9dff7c61967240a33ea4d",
|
|
1429
|
-
"version": "0.0.2",
|
|
1430
|
-
"sourceManifestHash": "240f19853364d56b71c89c5a7d15da4ce24d8423bdc22677a87603e0bac378ca",
|
|
1431
|
-
"imageKey": "identity-api"
|
|
1432
|
-
}
|
|
1433
|
-
}
|
|
1434
|
-
}
|
|
1435
|
-
],
|
|
1436
|
-
"displayName": "Xema Shell",
|
|
1437
|
-
"packageName": "@xemahq/biomes-xema-shell",
|
|
1438
|
-
"requiresServerBiomes": [],
|
|
1439
|
-
"optionalServerBiomes": [],
|
|
1440
|
-
"audience": "org",
|
|
1441
|
-
"storeListed": true,
|
|
1442
|
-
"sourceManifestHash": "c63106362062ebf93b05f266e5340a4ffe28322678cd9a63afe87aec3723e943",
|
|
1443
|
-
"display": {
|
|
1444
|
-
"icon": "terminal",
|
|
1445
|
-
"category": "runtime",
|
|
1446
|
-
"summary": "Xema shell parser and runner: executes platform shell scripts inside session workspaces."
|
|
1447
|
-
}
|
|
1540
|
+
},
|
|
1541
|
+
"systemSurface": false,
|
|
1542
|
+
"launch": "static"
|
|
1448
1543
|
},
|
|
1449
1544
|
{
|
|
1450
1545
|
"id": "activity-feed",
|
|
@@ -1459,7 +1554,9 @@
|
|
|
1459
1554
|
"services": [
|
|
1460
1555
|
"activity-feed-api"
|
|
1461
1556
|
],
|
|
1557
|
+
"serviceDatabases": {},
|
|
1462
1558
|
"runtimeComponents": [],
|
|
1559
|
+
"hostModules": [],
|
|
1463
1560
|
"serviceDependencies": [
|
|
1464
1561
|
{
|
|
1465
1562
|
"consumerService": "activity-feed-api",
|
|
@@ -1472,9 +1569,9 @@
|
|
|
1472
1569
|
"repositoryUrl": "https://github.com/xema-dev/identity-api.git",
|
|
1473
1570
|
"repo": "submodules/identity-api",
|
|
1474
1571
|
"path": "submodules/identity-api/package.json",
|
|
1475
|
-
"sourceCommit": "
|
|
1572
|
+
"sourceCommit": "5bca87e39c536159b91c58d4e8a30d8df2f12ca4",
|
|
1476
1573
|
"version": "0.0.2",
|
|
1477
|
-
"sourceManifestHash": "
|
|
1574
|
+
"sourceManifestHash": "f0acc5e81bb3b00f98e1fde709e9dc24903bdf2ce5bdc6eeec0d5b9338bf5c1b",
|
|
1478
1575
|
"imageKey": "identity-api"
|
|
1479
1576
|
}
|
|
1480
1577
|
}
|
|
@@ -1486,12 +1583,14 @@
|
|
|
1486
1583
|
"optionalServerBiomes": [],
|
|
1487
1584
|
"audience": "org",
|
|
1488
1585
|
"storeListed": true,
|
|
1489
|
-
"sourceManifestHash": "
|
|
1586
|
+
"sourceManifestHash": "cf0b4e2af8d740bab0253fb5e13440b284fb23f2638be48a94dfa06d1ab81a4f",
|
|
1490
1587
|
"display": {
|
|
1491
1588
|
"icon": "activity",
|
|
1492
1589
|
"category": "operate",
|
|
1493
1590
|
"summary": "Activity feed projector: materializes CloudEvent streams into per-actor and per-subject timelines."
|
|
1494
|
-
}
|
|
1591
|
+
},
|
|
1592
|
+
"systemSurface": false,
|
|
1593
|
+
"launch": "static"
|
|
1495
1594
|
},
|
|
1496
1595
|
{
|
|
1497
1596
|
"id": "agent-runtime",
|
|
@@ -1509,8 +1608,23 @@
|
|
|
1509
1608
|
"llm-registry-api",
|
|
1510
1609
|
"skill-registry-api"
|
|
1511
1610
|
],
|
|
1611
|
+
"serviceDatabases": {},
|
|
1512
1612
|
"runtimeComponents": [],
|
|
1613
|
+
"hostModules": [],
|
|
1513
1614
|
"serviceDependencies": [
|
|
1615
|
+
{
|
|
1616
|
+
"consumerService": "agent-session-api",
|
|
1617
|
+
"requiredService": "authorization-api",
|
|
1618
|
+
"owner": {
|
|
1619
|
+
"kind": "biome",
|
|
1620
|
+
"biomeId": "authorization",
|
|
1621
|
+
"target": "server",
|
|
1622
|
+
"repo": "repos/xema-base",
|
|
1623
|
+
"path": "repos/xema-base/biomes/authorization",
|
|
1624
|
+
"version": "0.1.0",
|
|
1625
|
+
"sourceManifestHash": "3687551f3883d53cba6c201ecb449d4aabb4005a9ccd1eb429732fb497c912d0"
|
|
1626
|
+
}
|
|
1627
|
+
},
|
|
1514
1628
|
{
|
|
1515
1629
|
"consumerService": "agent-session-api",
|
|
1516
1630
|
"requiredService": "biome-host-api",
|
|
@@ -1521,7 +1635,46 @@
|
|
|
1521
1635
|
"repo": "repos/xema-base",
|
|
1522
1636
|
"path": "repos/xema-base/biomes/biome-host",
|
|
1523
1637
|
"version": "0.1.0",
|
|
1524
|
-
"sourceManifestHash": "
|
|
1638
|
+
"sourceManifestHash": "8183c2181ec479bbd2c1d68abb3574a2ec2c6b50926dcbb200ecb5d9eb256671"
|
|
1639
|
+
}
|
|
1640
|
+
},
|
|
1641
|
+
{
|
|
1642
|
+
"consumerService": "agent-session-api",
|
|
1643
|
+
"requiredService": "capability-registry-api",
|
|
1644
|
+
"owner": {
|
|
1645
|
+
"kind": "biome",
|
|
1646
|
+
"biomeId": "capability-registry",
|
|
1647
|
+
"target": "server",
|
|
1648
|
+
"repo": "repos/xema-base",
|
|
1649
|
+
"path": "repos/xema-base/biomes/capability-registry",
|
|
1650
|
+
"version": "0.1.0",
|
|
1651
|
+
"sourceManifestHash": "22d7b0a4cfd4ce0caba32995b71897b6152a01fb55ca1e3120e6ab02a7ff16ee"
|
|
1652
|
+
}
|
|
1653
|
+
},
|
|
1654
|
+
{
|
|
1655
|
+
"consumerService": "agent-session-api",
|
|
1656
|
+
"requiredService": "credential-broker-api",
|
|
1657
|
+
"owner": {
|
|
1658
|
+
"kind": "biome",
|
|
1659
|
+
"biomeId": "connector-platform",
|
|
1660
|
+
"target": "server",
|
|
1661
|
+
"repo": "repos/xema-base",
|
|
1662
|
+
"path": "repos/xema-base/biomes/connector-platform",
|
|
1663
|
+
"version": "0.1.0",
|
|
1664
|
+
"sourceManifestHash": "cd53a7f937c3a3e2ce4336c608e6dc5887fb1b30cdb3521b5a8079627376571e"
|
|
1665
|
+
}
|
|
1666
|
+
},
|
|
1667
|
+
{
|
|
1668
|
+
"consumerService": "agent-session-api",
|
|
1669
|
+
"requiredService": "decision-api",
|
|
1670
|
+
"owner": {
|
|
1671
|
+
"kind": "biome",
|
|
1672
|
+
"biomeId": "decision",
|
|
1673
|
+
"target": "server",
|
|
1674
|
+
"repo": "repos/xema-base",
|
|
1675
|
+
"path": "repos/xema-base/biomes/decision",
|
|
1676
|
+
"version": "0.1.0",
|
|
1677
|
+
"sourceManifestHash": "1e3912bdd71f7a9753e7027773c45d107b35a1dacb6708547c042bb4c5cc0ed1"
|
|
1525
1678
|
}
|
|
1526
1679
|
},
|
|
1527
1680
|
{
|
|
@@ -1535,9 +1688,9 @@
|
|
|
1535
1688
|
"repositoryUrl": "https://github.com/xema-dev/identity-api.git",
|
|
1536
1689
|
"repo": "submodules/identity-api",
|
|
1537
1690
|
"path": "submodules/identity-api/package.json",
|
|
1538
|
-
"sourceCommit": "
|
|
1691
|
+
"sourceCommit": "5bca87e39c536159b91c58d4e8a30d8df2f12ca4",
|
|
1539
1692
|
"version": "0.0.2",
|
|
1540
|
-
"sourceManifestHash": "
|
|
1693
|
+
"sourceManifestHash": "f0acc5e81bb3b00f98e1fde709e9dc24903bdf2ce5bdc6eeec0d5b9338bf5c1b",
|
|
1541
1694
|
"imageKey": "identity-api"
|
|
1542
1695
|
}
|
|
1543
1696
|
}
|
|
@@ -1565,7 +1718,33 @@
|
|
|
1565
1718
|
"repo": "repos/xema-base",
|
|
1566
1719
|
"path": "repos/xema-base/biomes/org-database-pool",
|
|
1567
1720
|
"version": "0.1.0",
|
|
1568
|
-
"sourceManifestHash": "
|
|
1721
|
+
"sourceManifestHash": "019abba8218c9dadb0be490d6c9f42c58e390c8a89dd0c0bfe631f3eb0210765"
|
|
1722
|
+
}
|
|
1723
|
+
},
|
|
1724
|
+
{
|
|
1725
|
+
"consumerService": "agent-session-api",
|
|
1726
|
+
"requiredService": "public-gateway-api",
|
|
1727
|
+
"owner": {
|
|
1728
|
+
"kind": "biome",
|
|
1729
|
+
"biomeId": "public-gateway",
|
|
1730
|
+
"target": "server",
|
|
1731
|
+
"repo": "repos/xema-base",
|
|
1732
|
+
"path": "repos/xema-base/biomes/public-gateway",
|
|
1733
|
+
"version": "0.1.0",
|
|
1734
|
+
"sourceManifestHash": "67c87b76865552edf03521f292110ecb513f99f93ba2078bcdaac7b8ca9325b2"
|
|
1735
|
+
}
|
|
1736
|
+
},
|
|
1737
|
+
{
|
|
1738
|
+
"consumerService": "agent-session-api",
|
|
1739
|
+
"requiredService": "resource-governance-api",
|
|
1740
|
+
"owner": {
|
|
1741
|
+
"kind": "biome",
|
|
1742
|
+
"biomeId": "resource-governance",
|
|
1743
|
+
"target": "server",
|
|
1744
|
+
"repo": "repos/xema-base",
|
|
1745
|
+
"path": "repos/xema-base/biomes/resource-governance",
|
|
1746
|
+
"version": "0.1.0",
|
|
1747
|
+
"sourceManifestHash": "dd08d16a77d775af78133113d1bb3ae659adc8af1d56d4569ee6e27f7426c37c"
|
|
1569
1748
|
}
|
|
1570
1749
|
},
|
|
1571
1750
|
{
|
|
@@ -1578,7 +1757,20 @@
|
|
|
1578
1757
|
"repo": "repos/xema-base",
|
|
1579
1758
|
"path": "repos/xema-base/biomes/workload-runtime",
|
|
1580
1759
|
"version": "0.1.0",
|
|
1581
|
-
"sourceManifestHash": "
|
|
1760
|
+
"sourceManifestHash": "cb34e70cc83af8018f6bf51b56818957e43a0c7ee637b2da6cab31562519cfb9"
|
|
1761
|
+
}
|
|
1762
|
+
},
|
|
1763
|
+
{
|
|
1764
|
+
"consumerService": "agent-session-api",
|
|
1765
|
+
"requiredService": "workspace-orchestrator-api",
|
|
1766
|
+
"owner": {
|
|
1767
|
+
"kind": "biome",
|
|
1768
|
+
"biomeId": "workspace-orchestrator",
|
|
1769
|
+
"target": "server",
|
|
1770
|
+
"repo": "repos/xema-base",
|
|
1771
|
+
"path": "repos/xema-base/biomes/workspace-orchestrator",
|
|
1772
|
+
"version": "0.1.0",
|
|
1773
|
+
"sourceManifestHash": "f2aee41b0bd7f68b970a4357154d914fe8f810be4ae2b66bb7876ff2b4600a7a"
|
|
1582
1774
|
}
|
|
1583
1775
|
},
|
|
1584
1776
|
{
|
|
@@ -1591,7 +1783,7 @@
|
|
|
1591
1783
|
"repo": "repos/xema-base",
|
|
1592
1784
|
"path": "repos/xema-base/biomes/xema-capability-router",
|
|
1593
1785
|
"version": "0.1.0",
|
|
1594
|
-
"sourceManifestHash": "
|
|
1786
|
+
"sourceManifestHash": "4ccc5c67859a6576a8e994d6a156bb5a3035c5ae1dedc3708d0f2da101cd564f"
|
|
1595
1787
|
}
|
|
1596
1788
|
},
|
|
1597
1789
|
{
|
|
@@ -1604,7 +1796,7 @@
|
|
|
1604
1796
|
"repo": "repos/xema-base",
|
|
1605
1797
|
"path": "repos/xema-base/biomes/biome-host",
|
|
1606
1798
|
"version": "0.1.0",
|
|
1607
|
-
"sourceManifestHash": "
|
|
1799
|
+
"sourceManifestHash": "8183c2181ec479bbd2c1d68abb3574a2ec2c6b50926dcbb200ecb5d9eb256671"
|
|
1608
1800
|
}
|
|
1609
1801
|
},
|
|
1610
1802
|
{
|
|
@@ -1618,9 +1810,9 @@
|
|
|
1618
1810
|
"repositoryUrl": "https://github.com/xema-dev/identity-api.git",
|
|
1619
1811
|
"repo": "submodules/identity-api",
|
|
1620
1812
|
"path": "submodules/identity-api/package.json",
|
|
1621
|
-
"sourceCommit": "
|
|
1813
|
+
"sourceCommit": "5bca87e39c536159b91c58d4e8a30d8df2f12ca4",
|
|
1622
1814
|
"version": "0.0.2",
|
|
1623
|
-
"sourceManifestHash": "
|
|
1815
|
+
"sourceManifestHash": "f0acc5e81bb3b00f98e1fde709e9dc24903bdf2ce5bdc6eeec0d5b9338bf5c1b",
|
|
1624
1816
|
"imageKey": "identity-api"
|
|
1625
1817
|
}
|
|
1626
1818
|
}
|
|
@@ -1635,7 +1827,7 @@
|
|
|
1635
1827
|
"repo": "repos/xema-base",
|
|
1636
1828
|
"path": "repos/xema-base/biomes/biome-host",
|
|
1637
1829
|
"version": "0.1.0",
|
|
1638
|
-
"sourceManifestHash": "
|
|
1830
|
+
"sourceManifestHash": "8183c2181ec479bbd2c1d68abb3574a2ec2c6b50926dcbb200ecb5d9eb256671"
|
|
1639
1831
|
}
|
|
1640
1832
|
},
|
|
1641
1833
|
{
|
|
@@ -1649,9 +1841,9 @@
|
|
|
1649
1841
|
"repositoryUrl": "https://github.com/xema-dev/identity-api.git",
|
|
1650
1842
|
"repo": "submodules/identity-api",
|
|
1651
1843
|
"path": "submodules/identity-api/package.json",
|
|
1652
|
-
"sourceCommit": "
|
|
1844
|
+
"sourceCommit": "5bca87e39c536159b91c58d4e8a30d8df2f12ca4",
|
|
1653
1845
|
"version": "0.0.2",
|
|
1654
|
-
"sourceManifestHash": "
|
|
1846
|
+
"sourceManifestHash": "f0acc5e81bb3b00f98e1fde709e9dc24903bdf2ce5bdc6eeec0d5b9338bf5c1b",
|
|
1655
1847
|
"imageKey": "identity-api"
|
|
1656
1848
|
}
|
|
1657
1849
|
}
|
|
@@ -1667,13 +1859,26 @@
|
|
|
1667
1859
|
"repositoryUrl": "https://github.com/xema-dev/llm-gateway-api.git",
|
|
1668
1860
|
"repo": "submodules/llm-gateway-api",
|
|
1669
1861
|
"path": "submodules/llm-gateway-api/package.json",
|
|
1670
|
-
"sourceCommit": "
|
|
1862
|
+
"sourceCommit": "83db971a3bc72d5e0d633c8e96215de850dc7359",
|
|
1671
1863
|
"version": "1.0.0",
|
|
1672
1864
|
"sourceManifestHash": "a862e41a632f3aecf1d6037b842a70ca5be91c996a89a68bd8200068355f43b8",
|
|
1673
1865
|
"imageKey": "llm-gateway-api"
|
|
1674
1866
|
}
|
|
1675
1867
|
}
|
|
1676
1868
|
},
|
|
1869
|
+
{
|
|
1870
|
+
"consumerService": "llm-registry-api",
|
|
1871
|
+
"requiredService": "resource-governance-api",
|
|
1872
|
+
"owner": {
|
|
1873
|
+
"kind": "biome",
|
|
1874
|
+
"biomeId": "resource-governance",
|
|
1875
|
+
"target": "server",
|
|
1876
|
+
"repo": "repos/xema-base",
|
|
1877
|
+
"path": "repos/xema-base/biomes/resource-governance",
|
|
1878
|
+
"version": "0.1.0",
|
|
1879
|
+
"sourceManifestHash": "dd08d16a77d775af78133113d1bb3ae659adc8af1d56d4569ee6e27f7426c37c"
|
|
1880
|
+
}
|
|
1881
|
+
},
|
|
1677
1882
|
{
|
|
1678
1883
|
"consumerService": "llm-registry-api",
|
|
1679
1884
|
"requiredService": "xema-capability-router",
|
|
@@ -1684,7 +1889,7 @@
|
|
|
1684
1889
|
"repo": "repos/xema-base",
|
|
1685
1890
|
"path": "repos/xema-base/biomes/xema-capability-router",
|
|
1686
1891
|
"version": "0.1.0",
|
|
1687
|
-
"sourceManifestHash": "
|
|
1892
|
+
"sourceManifestHash": "4ccc5c67859a6576a8e994d6a156bb5a3035c5ae1dedc3708d0f2da101cd564f"
|
|
1688
1893
|
}
|
|
1689
1894
|
},
|
|
1690
1895
|
{
|
|
@@ -1698,9 +1903,9 @@
|
|
|
1698
1903
|
"repositoryUrl": "https://github.com/xema-dev/identity-api.git",
|
|
1699
1904
|
"repo": "submodules/identity-api",
|
|
1700
1905
|
"path": "submodules/identity-api/package.json",
|
|
1701
|
-
"sourceCommit": "
|
|
1906
|
+
"sourceCommit": "5bca87e39c536159b91c58d4e8a30d8df2f12ca4",
|
|
1702
1907
|
"version": "0.0.2",
|
|
1703
|
-
"sourceManifestHash": "
|
|
1908
|
+
"sourceManifestHash": "f0acc5e81bb3b00f98e1fde709e9dc24903bdf2ce5bdc6eeec0d5b9338bf5c1b",
|
|
1704
1909
|
"imageKey": "identity-api"
|
|
1705
1910
|
}
|
|
1706
1911
|
}
|
|
@@ -1712,12 +1917,14 @@
|
|
|
1712
1917
|
"optionalServerBiomes": [],
|
|
1713
1918
|
"audience": "org",
|
|
1714
1919
|
"storeListed": true,
|
|
1715
|
-
"sourceManifestHash": "
|
|
1920
|
+
"sourceManifestHash": "5336acb3131601e721d6d54626c70d1cbbb8f424803f43e974a8ced764a9ffe9",
|
|
1716
1921
|
"display": {
|
|
1717
1922
|
"icon": "bot",
|
|
1718
1923
|
"category": "runtime",
|
|
1719
1924
|
"summary": "Foundational agent-runtime primitives: agent sessions, skill catalog, LLM registry, and typed artifact storage."
|
|
1720
|
-
}
|
|
1925
|
+
},
|
|
1926
|
+
"systemSurface": false,
|
|
1927
|
+
"launch": "static"
|
|
1721
1928
|
},
|
|
1722
1929
|
{
|
|
1723
1930
|
"id": "app-platform",
|
|
@@ -1732,8 +1939,23 @@
|
|
|
1732
1939
|
"services": [
|
|
1733
1940
|
"app-platform-api"
|
|
1734
1941
|
],
|
|
1942
|
+
"serviceDatabases": {},
|
|
1735
1943
|
"runtimeComponents": [],
|
|
1944
|
+
"hostModules": [],
|
|
1736
1945
|
"serviceDependencies": [
|
|
1946
|
+
{
|
|
1947
|
+
"consumerService": "app-platform-api",
|
|
1948
|
+
"requiredService": "agent-session-api",
|
|
1949
|
+
"owner": {
|
|
1950
|
+
"kind": "biome",
|
|
1951
|
+
"biomeId": "agent-runtime",
|
|
1952
|
+
"target": "server",
|
|
1953
|
+
"repo": "repos/xema-base",
|
|
1954
|
+
"path": "repos/xema-base/biomes/agent-runtime",
|
|
1955
|
+
"version": "0.1.0",
|
|
1956
|
+
"sourceManifestHash": "5336acb3131601e721d6d54626c70d1cbbb8f424803f43e974a8ced764a9ffe9"
|
|
1957
|
+
}
|
|
1958
|
+
},
|
|
1737
1959
|
{
|
|
1738
1960
|
"consumerService": "app-platform-api",
|
|
1739
1961
|
"requiredService": "authorization-api",
|
|
@@ -1744,7 +1966,7 @@
|
|
|
1744
1966
|
"repo": "repos/xema-base",
|
|
1745
1967
|
"path": "repos/xema-base/biomes/authorization",
|
|
1746
1968
|
"version": "0.1.0",
|
|
1747
|
-
"sourceManifestHash": "
|
|
1969
|
+
"sourceManifestHash": "3687551f3883d53cba6c201ecb449d4aabb4005a9ccd1eb429732fb497c912d0"
|
|
1748
1970
|
}
|
|
1749
1971
|
},
|
|
1750
1972
|
{
|
|
@@ -1757,7 +1979,7 @@
|
|
|
1757
1979
|
"repo": "repos/xema-base",
|
|
1758
1980
|
"path": "repos/xema-base/biomes/biome-host",
|
|
1759
1981
|
"version": "0.1.0",
|
|
1760
|
-
"sourceManifestHash": "
|
|
1982
|
+
"sourceManifestHash": "8183c2181ec479bbd2c1d68abb3574a2ec2c6b50926dcbb200ecb5d9eb256671"
|
|
1761
1983
|
}
|
|
1762
1984
|
},
|
|
1763
1985
|
{
|
|
@@ -1771,9 +1993,9 @@
|
|
|
1771
1993
|
"repositoryUrl": "https://github.com/xema-dev/identity-api.git",
|
|
1772
1994
|
"repo": "submodules/identity-api",
|
|
1773
1995
|
"path": "submodules/identity-api/package.json",
|
|
1774
|
-
"sourceCommit": "
|
|
1996
|
+
"sourceCommit": "5bca87e39c536159b91c58d4e8a30d8df2f12ca4",
|
|
1775
1997
|
"version": "0.0.2",
|
|
1776
|
-
"sourceManifestHash": "
|
|
1998
|
+
"sourceManifestHash": "f0acc5e81bb3b00f98e1fde709e9dc24903bdf2ce5bdc6eeec0d5b9338bf5c1b",
|
|
1777
1999
|
"imageKey": "identity-api"
|
|
1778
2000
|
}
|
|
1779
2001
|
}
|
|
@@ -1798,12 +2020,14 @@
|
|
|
1798
2020
|
"optionalServerBiomes": [],
|
|
1799
2021
|
"audience": "org",
|
|
1800
2022
|
"storeListed": true,
|
|
1801
|
-
"sourceManifestHash": "
|
|
2023
|
+
"sourceManifestHash": "acb627746ce17b7b9753a13e5007841f95d1f29651e47a747ed7599dd17aa2b9",
|
|
1802
2024
|
"display": {
|
|
1803
2025
|
"icon": "app-window",
|
|
1804
2026
|
"category": "connect",
|
|
1805
2027
|
"summary": "App/portal runtime for external end-users: Apps, external auth (magic-link/OIDC), public ingress, delegated sessions."
|
|
1806
|
-
}
|
|
2028
|
+
},
|
|
2029
|
+
"systemSurface": false,
|
|
2030
|
+
"launch": "static"
|
|
1807
2031
|
},
|
|
1808
2032
|
{
|
|
1809
2033
|
"id": "backlog",
|
|
@@ -1818,7 +2042,9 @@
|
|
|
1818
2042
|
"services": [
|
|
1819
2043
|
"backlog-api"
|
|
1820
2044
|
],
|
|
2045
|
+
"serviceDatabases": {},
|
|
1821
2046
|
"runtimeComponents": [],
|
|
2047
|
+
"hostModules": [],
|
|
1822
2048
|
"serviceDependencies": [
|
|
1823
2049
|
{
|
|
1824
2050
|
"consumerService": "backlog-api",
|
|
@@ -1831,9 +2057,9 @@
|
|
|
1831
2057
|
"repositoryUrl": "https://github.com/xema-dev/identity-api.git",
|
|
1832
2058
|
"repo": "submodules/identity-api",
|
|
1833
2059
|
"path": "submodules/identity-api/package.json",
|
|
1834
|
-
"sourceCommit": "
|
|
2060
|
+
"sourceCommit": "5bca87e39c536159b91c58d4e8a30d8df2f12ca4",
|
|
1835
2061
|
"version": "0.0.2",
|
|
1836
|
-
"sourceManifestHash": "
|
|
2062
|
+
"sourceManifestHash": "f0acc5e81bb3b00f98e1fde709e9dc24903bdf2ce5bdc6eeec0d5b9338bf5c1b",
|
|
1837
2063
|
"imageKey": "identity-api"
|
|
1838
2064
|
}
|
|
1839
2065
|
}
|
|
@@ -1850,7 +2076,73 @@
|
|
|
1850
2076
|
"icon": "list",
|
|
1851
2077
|
"category": "operate",
|
|
1852
2078
|
"summary": "Work-item and backlog primitive — stores and syncs tracker issues and tasks that Xema workflows read and update."
|
|
1853
|
-
}
|
|
2079
|
+
},
|
|
2080
|
+
"systemSurface": false,
|
|
2081
|
+
"launch": "static"
|
|
2082
|
+
},
|
|
2083
|
+
{
|
|
2084
|
+
"id": "biome-adapter-host",
|
|
2085
|
+
"version": "0.1.0",
|
|
2086
|
+
"tier": "base",
|
|
2087
|
+
"target": "server",
|
|
2088
|
+
"origin": "first-party",
|
|
2089
|
+
"mandatory": false,
|
|
2090
|
+
"installPolicy": "default-selected",
|
|
2091
|
+
"repo": "repos/xema-base",
|
|
2092
|
+
"path": "repos/xema-base/biomes/biome-adapter-host",
|
|
2093
|
+
"services": [],
|
|
2094
|
+
"serviceDatabases": {},
|
|
2095
|
+
"runtimeComponents": [
|
|
2096
|
+
"biome-adapter-host"
|
|
2097
|
+
],
|
|
2098
|
+
"hostModules": [],
|
|
2099
|
+
"serviceDependencies": [],
|
|
2100
|
+
"displayName": "Biome Adapter Host",
|
|
2101
|
+
"packageName": "@xemahq/biomes-biome-adapter-host",
|
|
2102
|
+
"requiresServerBiomes": [],
|
|
2103
|
+
"optionalServerBiomes": [],
|
|
2104
|
+
"audience": "org",
|
|
2105
|
+
"storeListed": true,
|
|
2106
|
+
"sourceManifestHash": "cddd250d2e4136c2b438272b98aff8a591556ffed296d57ea4ed7dbb97ae0b9b",
|
|
2107
|
+
"display": {
|
|
2108
|
+
"icon": "puzzle",
|
|
2109
|
+
"category": "connect",
|
|
2110
|
+
"summary": "Adapter-SDK runtime: hosts integration adapter contributions shipped by other biomes."
|
|
2111
|
+
},
|
|
2112
|
+
"systemSurface": false,
|
|
2113
|
+
"launch": "per-installation"
|
|
2114
|
+
},
|
|
2115
|
+
{
|
|
2116
|
+
"id": "biome-fetcher",
|
|
2117
|
+
"version": "0.1.0",
|
|
2118
|
+
"tier": "base",
|
|
2119
|
+
"target": "server",
|
|
2120
|
+
"origin": "first-party",
|
|
2121
|
+
"mandatory": false,
|
|
2122
|
+
"installPolicy": "default-selected",
|
|
2123
|
+
"repo": "repos/xema-base",
|
|
2124
|
+
"path": "repos/xema-base/biomes/biome-fetcher",
|
|
2125
|
+
"services": [
|
|
2126
|
+
"biome-fetcher-api"
|
|
2127
|
+
],
|
|
2128
|
+
"serviceDatabases": {},
|
|
2129
|
+
"runtimeComponents": [],
|
|
2130
|
+
"hostModules": [],
|
|
2131
|
+
"serviceDependencies": [],
|
|
2132
|
+
"displayName": "Biome Fetcher",
|
|
2133
|
+
"packageName": "@xemahq/biomes-biome-fetcher",
|
|
2134
|
+
"requiresServerBiomes": [],
|
|
2135
|
+
"optionalServerBiomes": [],
|
|
2136
|
+
"audience": "org",
|
|
2137
|
+
"storeListed": true,
|
|
2138
|
+
"sourceManifestHash": "aaa2b6daf48f8e1635fc818782a199dd48ae40ed91d4fff2ff7fc1e0bbb33655",
|
|
2139
|
+
"display": {
|
|
2140
|
+
"icon": "download",
|
|
2141
|
+
"category": "build",
|
|
2142
|
+
"summary": "Downloads and verifies biome bundles from registries, staging them for the biome-host installer."
|
|
2143
|
+
},
|
|
2144
|
+
"systemSurface": false,
|
|
2145
|
+
"launch": "static"
|
|
1854
2146
|
},
|
|
1855
2147
|
{
|
|
1856
2148
|
"id": "canopy",
|
|
@@ -1865,7 +2157,9 @@
|
|
|
1865
2157
|
"services": [
|
|
1866
2158
|
"canopy-api"
|
|
1867
2159
|
],
|
|
2160
|
+
"serviceDatabases": {},
|
|
1868
2161
|
"runtimeComponents": [],
|
|
2162
|
+
"hostModules": [],
|
|
1869
2163
|
"serviceDependencies": [
|
|
1870
2164
|
{
|
|
1871
2165
|
"consumerService": "canopy-api",
|
|
@@ -1891,9 +2185,9 @@
|
|
|
1891
2185
|
"repositoryUrl": "https://github.com/xema-dev/identity-api.git",
|
|
1892
2186
|
"repo": "submodules/identity-api",
|
|
1893
2187
|
"path": "submodules/identity-api/package.json",
|
|
1894
|
-
"sourceCommit": "
|
|
2188
|
+
"sourceCommit": "5bca87e39c536159b91c58d4e8a30d8df2f12ca4",
|
|
1895
2189
|
"version": "0.0.2",
|
|
1896
|
-
"sourceManifestHash": "
|
|
2190
|
+
"sourceManifestHash": "f0acc5e81bb3b00f98e1fde709e9dc24903bdf2ce5bdc6eeec0d5b9338bf5c1b",
|
|
1897
2191
|
"imageKey": "identity-api"
|
|
1898
2192
|
}
|
|
1899
2193
|
}
|
|
@@ -1908,7 +2202,7 @@
|
|
|
1908
2202
|
"repo": "repos/xema-base",
|
|
1909
2203
|
"path": "repos/xema-base/biomes/xema-capability-router",
|
|
1910
2204
|
"version": "0.1.0",
|
|
1911
|
-
"sourceManifestHash": "
|
|
2205
|
+
"sourceManifestHash": "4ccc5c67859a6576a8e994d6a156bb5a3035c5ae1dedc3708d0f2da101cd564f"
|
|
1912
2206
|
}
|
|
1913
2207
|
}
|
|
1914
2208
|
],
|
|
@@ -1918,12 +2212,14 @@
|
|
|
1918
2212
|
"optionalServerBiomes": [],
|
|
1919
2213
|
"audience": "org",
|
|
1920
2214
|
"storeListed": true,
|
|
1921
|
-
"sourceManifestHash": "
|
|
2215
|
+
"sourceManifestHash": "b4b85ad9d79bbfcd62e9b58a28853f998a3d2e69115321001e080d117bc02721",
|
|
1922
2216
|
"display": {
|
|
1923
2217
|
"icon": "sparkles",
|
|
1924
2218
|
"category": "runtime",
|
|
1925
2219
|
"summary": "The universal Xema agent: one org-scoped conversation that can reach every capability of every installed biome."
|
|
1926
|
-
}
|
|
2220
|
+
},
|
|
2221
|
+
"systemSurface": false,
|
|
2222
|
+
"launch": "static"
|
|
1927
2223
|
},
|
|
1928
2224
|
{
|
|
1929
2225
|
"id": "connector-platform",
|
|
@@ -1939,8 +2235,23 @@
|
|
|
1939
2235
|
"connector-gateway-api",
|
|
1940
2236
|
"credential-broker-api"
|
|
1941
2237
|
],
|
|
2238
|
+
"serviceDatabases": {},
|
|
1942
2239
|
"runtimeComponents": [],
|
|
2240
|
+
"hostModules": [],
|
|
1943
2241
|
"serviceDependencies": [
|
|
2242
|
+
{
|
|
2243
|
+
"consumerService": "connector-gateway-api",
|
|
2244
|
+
"requiredService": "authorization-api",
|
|
2245
|
+
"owner": {
|
|
2246
|
+
"kind": "biome",
|
|
2247
|
+
"biomeId": "authorization",
|
|
2248
|
+
"target": "server",
|
|
2249
|
+
"repo": "repos/xema-base",
|
|
2250
|
+
"path": "repos/xema-base/biomes/authorization",
|
|
2251
|
+
"version": "0.1.0",
|
|
2252
|
+
"sourceManifestHash": "3687551f3883d53cba6c201ecb449d4aabb4005a9ccd1eb429732fb497c912d0"
|
|
2253
|
+
}
|
|
2254
|
+
},
|
|
1944
2255
|
{
|
|
1945
2256
|
"consumerService": "connector-gateway-api",
|
|
1946
2257
|
"requiredService": "capability-registry-api",
|
|
@@ -1954,6 +2265,19 @@
|
|
|
1954
2265
|
"sourceManifestHash": "22d7b0a4cfd4ce0caba32995b71897b6152a01fb55ca1e3120e6ab02a7ff16ee"
|
|
1955
2266
|
}
|
|
1956
2267
|
},
|
|
2268
|
+
{
|
|
2269
|
+
"consumerService": "connector-gateway-api",
|
|
2270
|
+
"requiredService": "decision-api",
|
|
2271
|
+
"owner": {
|
|
2272
|
+
"kind": "biome",
|
|
2273
|
+
"biomeId": "decision",
|
|
2274
|
+
"target": "server",
|
|
2275
|
+
"repo": "repos/xema-base",
|
|
2276
|
+
"path": "repos/xema-base/biomes/decision",
|
|
2277
|
+
"version": "0.1.0",
|
|
2278
|
+
"sourceManifestHash": "1e3912bdd71f7a9753e7027773c45d107b35a1dacb6708547c042bb4c5cc0ed1"
|
|
2279
|
+
}
|
|
2280
|
+
},
|
|
1957
2281
|
{
|
|
1958
2282
|
"consumerService": "connector-gateway-api",
|
|
1959
2283
|
"requiredService": "identity-api",
|
|
@@ -1965,9 +2289,9 @@
|
|
|
1965
2289
|
"repositoryUrl": "https://github.com/xema-dev/identity-api.git",
|
|
1966
2290
|
"repo": "submodules/identity-api",
|
|
1967
2291
|
"path": "submodules/identity-api/package.json",
|
|
1968
|
-
"sourceCommit": "
|
|
2292
|
+
"sourceCommit": "5bca87e39c536159b91c58d4e8a30d8df2f12ca4",
|
|
1969
2293
|
"version": "0.0.2",
|
|
1970
|
-
"sourceManifestHash": "
|
|
2294
|
+
"sourceManifestHash": "f0acc5e81bb3b00f98e1fde709e9dc24903bdf2ce5bdc6eeec0d5b9338bf5c1b",
|
|
1971
2295
|
"imageKey": "identity-api"
|
|
1972
2296
|
}
|
|
1973
2297
|
}
|
|
@@ -1983,9 +2307,9 @@
|
|
|
1983
2307
|
"repositoryUrl": "https://github.com/xema-dev/identity-api.git",
|
|
1984
2308
|
"repo": "submodules/identity-api",
|
|
1985
2309
|
"path": "submodules/identity-api/package.json",
|
|
1986
|
-
"sourceCommit": "
|
|
2310
|
+
"sourceCommit": "5bca87e39c536159b91c58d4e8a30d8df2f12ca4",
|
|
1987
2311
|
"version": "0.0.2",
|
|
1988
|
-
"sourceManifestHash": "
|
|
2312
|
+
"sourceManifestHash": "f0acc5e81bb3b00f98e1fde709e9dc24903bdf2ce5bdc6eeec0d5b9338bf5c1b",
|
|
1989
2313
|
"imageKey": "identity-api"
|
|
1990
2314
|
}
|
|
1991
2315
|
}
|
|
@@ -2001,7 +2325,7 @@
|
|
|
2001
2325
|
"repositoryUrl": "https://github.com/xema-dev/secrets-api.git",
|
|
2002
2326
|
"repo": "submodules/secrets-api",
|
|
2003
2327
|
"path": "submodules/secrets-api/package.json",
|
|
2004
|
-
"sourceCommit": "
|
|
2328
|
+
"sourceCommit": "34ae47ba5dad3bf8674eedf63851b0a161d1645b",
|
|
2005
2329
|
"version": "1.0.0",
|
|
2006
2330
|
"sourceManifestHash": "51d6db6fac73a58b167eb7615c371fc75dfdb13a294c22ddb98c18d99df620a7",
|
|
2007
2331
|
"imageKey": "secrets-api"
|
|
@@ -2015,12 +2339,14 @@
|
|
|
2015
2339
|
"optionalServerBiomes": [],
|
|
2016
2340
|
"audience": "org",
|
|
2017
2341
|
"storeListed": true,
|
|
2018
|
-
"sourceManifestHash": "
|
|
2342
|
+
"sourceManifestHash": "cd53a7f937c3a3e2ce4336c608e6dc5887fb1b30cdb3521b5a8079627376571e",
|
|
2019
2343
|
"display": {
|
|
2020
2344
|
"icon": "plug",
|
|
2021
2345
|
"category": "connect",
|
|
2022
2346
|
"summary": "Generic connector ingress edge and credential broker; per-provider connector biomes consume its services."
|
|
2023
|
-
}
|
|
2347
|
+
},
|
|
2348
|
+
"systemSurface": false,
|
|
2349
|
+
"launch": "static"
|
|
2024
2350
|
},
|
|
2025
2351
|
{
|
|
2026
2352
|
"id": "container-registry",
|
|
@@ -2035,7 +2361,9 @@
|
|
|
2035
2361
|
"services": [
|
|
2036
2362
|
"container-registry-api"
|
|
2037
2363
|
],
|
|
2364
|
+
"serviceDatabases": {},
|
|
2038
2365
|
"runtimeComponents": [],
|
|
2366
|
+
"hostModules": [],
|
|
2039
2367
|
"serviceDependencies": [
|
|
2040
2368
|
{
|
|
2041
2369
|
"consumerService": "container-registry-api",
|
|
@@ -2048,9 +2376,9 @@
|
|
|
2048
2376
|
"repositoryUrl": "https://github.com/xema-dev/identity-api.git",
|
|
2049
2377
|
"repo": "submodules/identity-api",
|
|
2050
2378
|
"path": "submodules/identity-api/package.json",
|
|
2051
|
-
"sourceCommit": "
|
|
2379
|
+
"sourceCommit": "5bca87e39c536159b91c58d4e8a30d8df2f12ca4",
|
|
2052
2380
|
"version": "0.0.2",
|
|
2053
|
-
"sourceManifestHash": "
|
|
2381
|
+
"sourceManifestHash": "f0acc5e81bb3b00f98e1fde709e9dc24903bdf2ce5bdc6eeec0d5b9338bf5c1b",
|
|
2054
2382
|
"imageKey": "identity-api"
|
|
2055
2383
|
}
|
|
2056
2384
|
}
|
|
@@ -2065,7 +2393,7 @@
|
|
|
2065
2393
|
"repo": "repos/xema-base",
|
|
2066
2394
|
"path": "repos/xema-base/biomes/workload-runtime",
|
|
2067
2395
|
"version": "0.1.0",
|
|
2068
|
-
"sourceManifestHash": "
|
|
2396
|
+
"sourceManifestHash": "cb34e70cc83af8018f6bf51b56818957e43a0c7ee637b2da6cab31562519cfb9"
|
|
2069
2397
|
}
|
|
2070
2398
|
}
|
|
2071
2399
|
],
|
|
@@ -2075,12 +2403,14 @@
|
|
|
2075
2403
|
"optionalServerBiomes": [],
|
|
2076
2404
|
"audience": "org",
|
|
2077
2405
|
"storeListed": true,
|
|
2078
|
-
"sourceManifestHash": "
|
|
2406
|
+
"sourceManifestHash": "d0069f417878418767e547da75d78dd9b18624b93ac49ddd7785aaa611bfd583",
|
|
2079
2407
|
"display": {
|
|
2080
2408
|
"icon": "container",
|
|
2081
2409
|
"category": "build",
|
|
2082
2410
|
"summary": "OCI image registry adapter and workspace-image baker: proxies push/pull and bakes custom worker images."
|
|
2083
|
-
}
|
|
2411
|
+
},
|
|
2412
|
+
"systemSurface": false,
|
|
2413
|
+
"launch": "static"
|
|
2084
2414
|
},
|
|
2085
2415
|
{
|
|
2086
2416
|
"id": "control-plane",
|
|
@@ -2095,7 +2425,9 @@
|
|
|
2095
2425
|
"services": [
|
|
2096
2426
|
"control-plane-api"
|
|
2097
2427
|
],
|
|
2428
|
+
"serviceDatabases": {},
|
|
2098
2429
|
"runtimeComponents": [],
|
|
2430
|
+
"hostModules": [],
|
|
2099
2431
|
"serviceDependencies": [
|
|
2100
2432
|
{
|
|
2101
2433
|
"consumerService": "control-plane-api",
|
|
@@ -2107,7 +2439,7 @@
|
|
|
2107
2439
|
"repo": "repos/xema-base",
|
|
2108
2440
|
"path": "repos/xema-base/biomes/authorization",
|
|
2109
2441
|
"version": "0.1.0",
|
|
2110
|
-
"sourceManifestHash": "
|
|
2442
|
+
"sourceManifestHash": "3687551f3883d53cba6c201ecb449d4aabb4005a9ccd1eb429732fb497c912d0"
|
|
2111
2443
|
}
|
|
2112
2444
|
},
|
|
2113
2445
|
{
|
|
@@ -2120,7 +2452,7 @@
|
|
|
2120
2452
|
"repo": "repos/xema-base",
|
|
2121
2453
|
"path": "repos/xema-base/biomes/biome-host",
|
|
2122
2454
|
"version": "0.1.0",
|
|
2123
|
-
"sourceManifestHash": "
|
|
2455
|
+
"sourceManifestHash": "8183c2181ec479bbd2c1d68abb3574a2ec2c6b50926dcbb200ecb5d9eb256671"
|
|
2124
2456
|
}
|
|
2125
2457
|
},
|
|
2126
2458
|
{
|
|
@@ -2147,9 +2479,9 @@
|
|
|
2147
2479
|
"repositoryUrl": "https://github.com/xema-dev/identity-api.git",
|
|
2148
2480
|
"repo": "submodules/identity-api",
|
|
2149
2481
|
"path": "submodules/identity-api/package.json",
|
|
2150
|
-
"sourceCommit": "
|
|
2482
|
+
"sourceCommit": "5bca87e39c536159b91c58d4e8a30d8df2f12ca4",
|
|
2151
2483
|
"version": "0.0.2",
|
|
2152
|
-
"sourceManifestHash": "
|
|
2484
|
+
"sourceManifestHash": "f0acc5e81bb3b00f98e1fde709e9dc24903bdf2ce5bdc6eeec0d5b9338bf5c1b",
|
|
2153
2485
|
"imageKey": "identity-api"
|
|
2154
2486
|
}
|
|
2155
2487
|
}
|
|
@@ -2164,7 +2496,7 @@
|
|
|
2164
2496
|
"repo": "repos/xema-base",
|
|
2165
2497
|
"path": "repos/xema-base/biomes/space-registry",
|
|
2166
2498
|
"version": "0.1.0",
|
|
2167
|
-
"sourceManifestHash": "
|
|
2499
|
+
"sourceManifestHash": "6a8f974d2d66f24346859066e3ea7b72c4a8b96546fea061277fa51b31b5449c"
|
|
2168
2500
|
}
|
|
2169
2501
|
}
|
|
2170
2502
|
],
|
|
@@ -2174,12 +2506,14 @@
|
|
|
2174
2506
|
"optionalServerBiomes": [],
|
|
2175
2507
|
"audience": "org",
|
|
2176
2508
|
"storeListed": true,
|
|
2177
|
-
"sourceManifestHash": "
|
|
2509
|
+
"sourceManifestHash": "fd2c03b52fae21cce5ba73f746596f05c89da2b36619e2520bf29d596ad3957b",
|
|
2178
2510
|
"display": {
|
|
2179
2511
|
"icon": "settings",
|
|
2180
2512
|
"category": "operate",
|
|
2181
2513
|
"summary": "Xema-as-Code control plane — the org-admin edge that applies declarative xema.yaml and Terraform provisioning across the platform registries."
|
|
2182
|
-
}
|
|
2514
|
+
},
|
|
2515
|
+
"systemSurface": false,
|
|
2516
|
+
"launch": "static"
|
|
2183
2517
|
},
|
|
2184
2518
|
{
|
|
2185
2519
|
"id": "conversation-channels",
|
|
@@ -2194,7 +2528,9 @@
|
|
|
2194
2528
|
"services": [
|
|
2195
2529
|
"channel-gateway-api"
|
|
2196
2530
|
],
|
|
2531
|
+
"serviceDatabases": {},
|
|
2197
2532
|
"runtimeComponents": [],
|
|
2533
|
+
"hostModules": [],
|
|
2198
2534
|
"serviceDependencies": [
|
|
2199
2535
|
{
|
|
2200
2536
|
"consumerService": "channel-gateway-api",
|
|
@@ -2207,9 +2543,9 @@
|
|
|
2207
2543
|
"repositoryUrl": "https://github.com/xema-dev/identity-api.git",
|
|
2208
2544
|
"repo": "submodules/identity-api",
|
|
2209
2545
|
"path": "submodules/identity-api/package.json",
|
|
2210
|
-
"sourceCommit": "
|
|
2546
|
+
"sourceCommit": "5bca87e39c536159b91c58d4e8a30d8df2f12ca4",
|
|
2211
2547
|
"version": "0.0.2",
|
|
2212
|
-
"sourceManifestHash": "
|
|
2548
|
+
"sourceManifestHash": "f0acc5e81bb3b00f98e1fde709e9dc24903bdf2ce5bdc6eeec0d5b9338bf5c1b",
|
|
2213
2549
|
"imageKey": "identity-api"
|
|
2214
2550
|
}
|
|
2215
2551
|
}
|
|
@@ -2221,12 +2557,14 @@
|
|
|
2221
2557
|
"optionalServerBiomes": [],
|
|
2222
2558
|
"audience": "org",
|
|
2223
2559
|
"storeListed": true,
|
|
2224
|
-
"sourceManifestHash": "
|
|
2560
|
+
"sourceManifestHash": "118de16bf727ac27e3dcf2273cd835a07e2d35ab58e4d89bf2bf4b325583a789",
|
|
2225
2561
|
"display": {
|
|
2226
2562
|
"icon": "message-circle",
|
|
2227
2563
|
"category": "connect",
|
|
2228
2564
|
"summary": "Conversation channels — bridges any installed conversation connector (Telegram, Slack, …) to durable Xema agent sessions with coalesced replies."
|
|
2229
|
-
}
|
|
2565
|
+
},
|
|
2566
|
+
"systemSurface": false,
|
|
2567
|
+
"launch": "static"
|
|
2230
2568
|
},
|
|
2231
2569
|
{
|
|
2232
2570
|
"id": "document-rendering",
|
|
@@ -2241,7 +2579,9 @@
|
|
|
2241
2579
|
"services": [
|
|
2242
2580
|
"document-render-api"
|
|
2243
2581
|
],
|
|
2582
|
+
"serviceDatabases": {},
|
|
2244
2583
|
"runtimeComponents": [],
|
|
2584
|
+
"hostModules": [],
|
|
2245
2585
|
"serviceDependencies": [
|
|
2246
2586
|
{
|
|
2247
2587
|
"consumerService": "document-render-api",
|
|
@@ -2267,12 +2607,25 @@
|
|
|
2267
2607
|
"repositoryUrl": "https://github.com/xema-dev/identity-api.git",
|
|
2268
2608
|
"repo": "submodules/identity-api",
|
|
2269
2609
|
"path": "submodules/identity-api/package.json",
|
|
2270
|
-
"sourceCommit": "
|
|
2610
|
+
"sourceCommit": "5bca87e39c536159b91c58d4e8a30d8df2f12ca4",
|
|
2271
2611
|
"version": "0.0.2",
|
|
2272
|
-
"sourceManifestHash": "
|
|
2612
|
+
"sourceManifestHash": "f0acc5e81bb3b00f98e1fde709e9dc24903bdf2ce5bdc6eeec0d5b9338bf5c1b",
|
|
2273
2613
|
"imageKey": "identity-api"
|
|
2274
2614
|
}
|
|
2275
2615
|
}
|
|
2616
|
+
},
|
|
2617
|
+
{
|
|
2618
|
+
"consumerService": "document-render-api",
|
|
2619
|
+
"requiredService": "template-registry-api",
|
|
2620
|
+
"owner": {
|
|
2621
|
+
"kind": "biome",
|
|
2622
|
+
"biomeId": "template-registry",
|
|
2623
|
+
"target": "server",
|
|
2624
|
+
"repo": "repos/xema-base",
|
|
2625
|
+
"path": "repos/xema-base/biomes/template-registry",
|
|
2626
|
+
"version": "0.1.0",
|
|
2627
|
+
"sourceManifestHash": "4ad780ec6b56898c42c8025059d2c1d080b1d9c1e44c2db2f1e5f0790d462018"
|
|
2628
|
+
}
|
|
2276
2629
|
}
|
|
2277
2630
|
],
|
|
2278
2631
|
"displayName": "Document Rendering",
|
|
@@ -2281,12 +2634,14 @@
|
|
|
2281
2634
|
"optionalServerBiomes": [],
|
|
2282
2635
|
"audience": "org",
|
|
2283
2636
|
"storeListed": true,
|
|
2284
|
-
"sourceManifestHash": "
|
|
2637
|
+
"sourceManifestHash": "f4842cb8b46ad94ec367890c5de4b3697262dba8e68bf5e54e389af9b4138cfe",
|
|
2285
2638
|
"display": {
|
|
2286
2639
|
"icon": "file-text",
|
|
2287
2640
|
"category": "knowledge",
|
|
2288
2641
|
"summary": "Document rendering — generic primitive that materializes markdown/HTML/echarts into PDF/PNG artifacts for any biome."
|
|
2289
|
-
}
|
|
2642
|
+
},
|
|
2643
|
+
"systemSurface": false,
|
|
2644
|
+
"launch": "static"
|
|
2290
2645
|
},
|
|
2291
2646
|
{
|
|
2292
2647
|
"id": "knowledge-base",
|
|
@@ -2301,7 +2656,9 @@
|
|
|
2301
2656
|
"services": [
|
|
2302
2657
|
"knowledge-base-api"
|
|
2303
2658
|
],
|
|
2659
|
+
"serviceDatabases": {},
|
|
2304
2660
|
"runtimeComponents": [],
|
|
2661
|
+
"hostModules": [],
|
|
2305
2662
|
"serviceDependencies": [
|
|
2306
2663
|
{
|
|
2307
2664
|
"consumerService": "knowledge-base-api",
|
|
@@ -2313,7 +2670,7 @@
|
|
|
2313
2670
|
"repo": "repos/xema-base",
|
|
2314
2671
|
"path": "repos/xema-base/biomes/authorization",
|
|
2315
2672
|
"version": "0.1.0",
|
|
2316
|
-
"sourceManifestHash": "
|
|
2673
|
+
"sourceManifestHash": "3687551f3883d53cba6c201ecb449d4aabb4005a9ccd1eb429732fb497c912d0"
|
|
2317
2674
|
}
|
|
2318
2675
|
},
|
|
2319
2676
|
{
|
|
@@ -2340,12 +2697,25 @@
|
|
|
2340
2697
|
"repositoryUrl": "https://github.com/xema-dev/identity-api.git",
|
|
2341
2698
|
"repo": "submodules/identity-api",
|
|
2342
2699
|
"path": "submodules/identity-api/package.json",
|
|
2343
|
-
"sourceCommit": "
|
|
2700
|
+
"sourceCommit": "5bca87e39c536159b91c58d4e8a30d8df2f12ca4",
|
|
2344
2701
|
"version": "0.0.2",
|
|
2345
|
-
"sourceManifestHash": "
|
|
2702
|
+
"sourceManifestHash": "f0acc5e81bb3b00f98e1fde709e9dc24903bdf2ce5bdc6eeec0d5b9338bf5c1b",
|
|
2346
2703
|
"imageKey": "identity-api"
|
|
2347
2704
|
}
|
|
2348
2705
|
}
|
|
2706
|
+
},
|
|
2707
|
+
{
|
|
2708
|
+
"consumerService": "knowledge-base-api",
|
|
2709
|
+
"requiredService": "public-gateway-api",
|
|
2710
|
+
"owner": {
|
|
2711
|
+
"kind": "biome",
|
|
2712
|
+
"biomeId": "public-gateway",
|
|
2713
|
+
"target": "server",
|
|
2714
|
+
"repo": "repos/xema-base",
|
|
2715
|
+
"path": "repos/xema-base/biomes/public-gateway",
|
|
2716
|
+
"version": "0.1.0",
|
|
2717
|
+
"sourceManifestHash": "67c87b76865552edf03521f292110ecb513f99f93ba2078bcdaac7b8ca9325b2"
|
|
2718
|
+
}
|
|
2349
2719
|
}
|
|
2350
2720
|
],
|
|
2351
2721
|
"displayName": "Knowledge Base",
|
|
@@ -2354,12 +2724,14 @@
|
|
|
2354
2724
|
"optionalServerBiomes": [],
|
|
2355
2725
|
"audience": "org",
|
|
2356
2726
|
"storeListed": true,
|
|
2357
|
-
"sourceManifestHash": "
|
|
2727
|
+
"sourceManifestHash": "69e14d6a7030a9ba6d3328b1368adb60ff1d08bbf9916817fa991b28927708d2",
|
|
2358
2728
|
"display": {
|
|
2359
2729
|
"icon": "book-open",
|
|
2360
2730
|
"category": "knowledge",
|
|
2361
2731
|
"summary": "Knowledge base primitive: document storage plus semantic search consumed across tiers."
|
|
2362
|
-
}
|
|
2732
|
+
},
|
|
2733
|
+
"systemSurface": false,
|
|
2734
|
+
"launch": "static"
|
|
2363
2735
|
},
|
|
2364
2736
|
{
|
|
2365
2737
|
"id": "mcp-router",
|
|
@@ -2374,7 +2746,9 @@
|
|
|
2374
2746
|
"services": [
|
|
2375
2747
|
"mcp-gateway-api"
|
|
2376
2748
|
],
|
|
2749
|
+
"serviceDatabases": {},
|
|
2377
2750
|
"runtimeComponents": [],
|
|
2751
|
+
"hostModules": [],
|
|
2378
2752
|
"serviceDependencies": [
|
|
2379
2753
|
{
|
|
2380
2754
|
"consumerService": "mcp-gateway-api",
|
|
@@ -2386,7 +2760,20 @@
|
|
|
2386
2760
|
"repo": "repos/xema-base",
|
|
2387
2761
|
"path": "repos/xema-base/biomes/biome-host",
|
|
2388
2762
|
"version": "0.1.0",
|
|
2389
|
-
"sourceManifestHash": "
|
|
2763
|
+
"sourceManifestHash": "8183c2181ec479bbd2c1d68abb3574a2ec2c6b50926dcbb200ecb5d9eb256671"
|
|
2764
|
+
}
|
|
2765
|
+
},
|
|
2766
|
+
{
|
|
2767
|
+
"consumerService": "mcp-gateway-api",
|
|
2768
|
+
"requiredService": "credential-broker-api",
|
|
2769
|
+
"owner": {
|
|
2770
|
+
"kind": "biome",
|
|
2771
|
+
"biomeId": "connector-platform",
|
|
2772
|
+
"target": "server",
|
|
2773
|
+
"repo": "repos/xema-base",
|
|
2774
|
+
"path": "repos/xema-base/biomes/connector-platform",
|
|
2775
|
+
"version": "0.1.0",
|
|
2776
|
+
"sourceManifestHash": "cd53a7f937c3a3e2ce4336c608e6dc5887fb1b30cdb3521b5a8079627376571e"
|
|
2390
2777
|
}
|
|
2391
2778
|
},
|
|
2392
2779
|
{
|
|
@@ -2400,9 +2787,9 @@
|
|
|
2400
2787
|
"repositoryUrl": "https://github.com/xema-dev/identity-api.git",
|
|
2401
2788
|
"repo": "submodules/identity-api",
|
|
2402
2789
|
"path": "submodules/identity-api/package.json",
|
|
2403
|
-
"sourceCommit": "
|
|
2790
|
+
"sourceCommit": "5bca87e39c536159b91c58d4e8a30d8df2f12ca4",
|
|
2404
2791
|
"version": "0.0.2",
|
|
2405
|
-
"sourceManifestHash": "
|
|
2792
|
+
"sourceManifestHash": "f0acc5e81bb3b00f98e1fde709e9dc24903bdf2ce5bdc6eeec0d5b9338bf5c1b",
|
|
2406
2793
|
"imageKey": "identity-api"
|
|
2407
2794
|
}
|
|
2408
2795
|
}
|
|
@@ -2417,7 +2804,7 @@
|
|
|
2417
2804
|
"repo": "repos/xema-base",
|
|
2418
2805
|
"path": "repos/xema-base/biomes/org-database-pool",
|
|
2419
2806
|
"version": "0.1.0",
|
|
2420
|
-
"sourceManifestHash": "
|
|
2807
|
+
"sourceManifestHash": "019abba8218c9dadb0be490d6c9f42c58e390c8a89dd0c0bfe631f3eb0210765"
|
|
2421
2808
|
}
|
|
2422
2809
|
}
|
|
2423
2810
|
],
|
|
@@ -2427,12 +2814,79 @@
|
|
|
2427
2814
|
"optionalServerBiomes": [],
|
|
2428
2815
|
"audience": "org",
|
|
2429
2816
|
"storeListed": true,
|
|
2430
|
-
"sourceManifestHash": "
|
|
2817
|
+
"sourceManifestHash": "6cd86be9d18a5c3dfd53ea00ac111be322d8e2423260beee4a2a463360fe41bd",
|
|
2431
2818
|
"display": {
|
|
2432
2819
|
"icon": "network",
|
|
2433
2820
|
"category": "connect",
|
|
2434
2821
|
"summary": "External MCP bridge: routes agent MCP tool calls to registered or biome-shipped MCP servers."
|
|
2435
|
-
}
|
|
2822
|
+
},
|
|
2823
|
+
"systemSurface": false,
|
|
2824
|
+
"launch": "static"
|
|
2825
|
+
},
|
|
2826
|
+
{
|
|
2827
|
+
"id": "output-surface-control",
|
|
2828
|
+
"version": "1.0.0",
|
|
2829
|
+
"tier": "base",
|
|
2830
|
+
"target": "server",
|
|
2831
|
+
"origin": "first-party",
|
|
2832
|
+
"mandatory": false,
|
|
2833
|
+
"installPolicy": "default-selected",
|
|
2834
|
+
"repo": "repos/xema-base",
|
|
2835
|
+
"path": "repos/xema-base/biomes/kernel/output-surface-control",
|
|
2836
|
+
"services": [],
|
|
2837
|
+
"serviceDatabases": {},
|
|
2838
|
+
"runtimeComponents": [],
|
|
2839
|
+
"hostModules": [],
|
|
2840
|
+
"serviceDependencies": [],
|
|
2841
|
+
"displayName": "Output Surface Control",
|
|
2842
|
+
"packageName": "@xemahq/biomes-kernel-output-surface-control",
|
|
2843
|
+
"requiresServerBiomes": [
|
|
2844
|
+
"runtime"
|
|
2845
|
+
],
|
|
2846
|
+
"optionalServerBiomes": [],
|
|
2847
|
+
"audience": "org",
|
|
2848
|
+
"storeListed": false,
|
|
2849
|
+
"sourceManifestHash": "c963d8f49323c402e322582e9e396c8a538b205c9ff8f363aca1400e6c65853d",
|
|
2850
|
+
"display": {
|
|
2851
|
+
"icon": "refresh-cw",
|
|
2852
|
+
"category": "operate",
|
|
2853
|
+
"summary": "Output-surface control tools: re-trigger the deterministic install-to-start pipeline over the workspace-proxy API."
|
|
2854
|
+
},
|
|
2855
|
+
"systemSurface": false,
|
|
2856
|
+
"launch": "static"
|
|
2857
|
+
},
|
|
2858
|
+
{
|
|
2859
|
+
"id": "output-surface-inspector",
|
|
2860
|
+
"version": "1.0.0",
|
|
2861
|
+
"tier": "base",
|
|
2862
|
+
"target": "server",
|
|
2863
|
+
"origin": "first-party",
|
|
2864
|
+
"mandatory": false,
|
|
2865
|
+
"installPolicy": "default-selected",
|
|
2866
|
+
"repo": "repos/xema-base",
|
|
2867
|
+
"path": "repos/xema-base/biomes/kernel/output-surface-inspector",
|
|
2868
|
+
"services": [],
|
|
2869
|
+
"serviceDatabases": {},
|
|
2870
|
+
"runtimeComponents": [],
|
|
2871
|
+
"hostModules": [],
|
|
2872
|
+
"serviceDependencies": [],
|
|
2873
|
+
"displayName": "Output Surface Inspector",
|
|
2874
|
+
"packageName": "@xemahq/biomes-kernel-output-surface-inspector",
|
|
2875
|
+
"requiresServerBiomes": [
|
|
2876
|
+
"output-surface-control",
|
|
2877
|
+
"runtime"
|
|
2878
|
+
],
|
|
2879
|
+
"optionalServerBiomes": [],
|
|
2880
|
+
"audience": "org",
|
|
2881
|
+
"storeListed": false,
|
|
2882
|
+
"sourceManifestHash": "e6998235405dfbfa682fa77b7074e4383e50387fad959db2f3822b05c55af932",
|
|
2883
|
+
"display": {
|
|
2884
|
+
"icon": "search",
|
|
2885
|
+
"category": "operate",
|
|
2886
|
+
"summary": "Output-surface inspection: browser tool, inspector sub-agent, and bridge for read-only diagnosis of live pages."
|
|
2887
|
+
},
|
|
2888
|
+
"systemSurface": false,
|
|
2889
|
+
"launch": "static"
|
|
2436
2890
|
},
|
|
2437
2891
|
{
|
|
2438
2892
|
"id": "policy-distributor",
|
|
@@ -2447,7 +2901,9 @@
|
|
|
2447
2901
|
"services": [
|
|
2448
2902
|
"policy-distributor-api"
|
|
2449
2903
|
],
|
|
2904
|
+
"serviceDatabases": {},
|
|
2450
2905
|
"runtimeComponents": [],
|
|
2906
|
+
"hostModules": [],
|
|
2451
2907
|
"serviceDependencies": [
|
|
2452
2908
|
{
|
|
2453
2909
|
"consumerService": "policy-distributor-api",
|
|
@@ -2460,9 +2916,9 @@
|
|
|
2460
2916
|
"repositoryUrl": "https://github.com/xema-dev/identity-api.git",
|
|
2461
2917
|
"repo": "submodules/identity-api",
|
|
2462
2918
|
"path": "submodules/identity-api/package.json",
|
|
2463
|
-
"sourceCommit": "
|
|
2919
|
+
"sourceCommit": "5bca87e39c536159b91c58d4e8a30d8df2f12ca4",
|
|
2464
2920
|
"version": "0.0.2",
|
|
2465
|
-
"sourceManifestHash": "
|
|
2921
|
+
"sourceManifestHash": "f0acc5e81bb3b00f98e1fde709e9dc24903bdf2ce5bdc6eeec0d5b9338bf5c1b",
|
|
2466
2922
|
"imageKey": "identity-api"
|
|
2467
2923
|
}
|
|
2468
2924
|
}
|
|
@@ -2479,7 +2935,9 @@
|
|
|
2479
2935
|
"icon": "file-lock",
|
|
2480
2936
|
"category": "governance",
|
|
2481
2937
|
"summary": "Central OPA bundle distributor: serves signed, versioned policy bundles over the OPA Bundle Service protocol."
|
|
2482
|
-
}
|
|
2938
|
+
},
|
|
2939
|
+
"systemSurface": false,
|
|
2940
|
+
"launch": "static"
|
|
2483
2941
|
},
|
|
2484
2942
|
{
|
|
2485
2943
|
"id": "project-registry",
|
|
@@ -2494,7 +2952,9 @@
|
|
|
2494
2952
|
"services": [
|
|
2495
2953
|
"project-registry-api"
|
|
2496
2954
|
],
|
|
2955
|
+
"serviceDatabases": {},
|
|
2497
2956
|
"runtimeComponents": [],
|
|
2957
|
+
"hostModules": [],
|
|
2498
2958
|
"serviceDependencies": [
|
|
2499
2959
|
{
|
|
2500
2960
|
"consumerService": "project-registry-api",
|
|
@@ -2507,9 +2967,9 @@
|
|
|
2507
2967
|
"repositoryUrl": "https://github.com/xema-dev/identity-api.git",
|
|
2508
2968
|
"repo": "submodules/identity-api",
|
|
2509
2969
|
"path": "submodules/identity-api/package.json",
|
|
2510
|
-
"sourceCommit": "
|
|
2970
|
+
"sourceCommit": "5bca87e39c536159b91c58d4e8a30d8df2f12ca4",
|
|
2511
2971
|
"version": "0.0.2",
|
|
2512
|
-
"sourceManifestHash": "
|
|
2972
|
+
"sourceManifestHash": "f0acc5e81bb3b00f98e1fde709e9dc24903bdf2ce5bdc6eeec0d5b9338bf5c1b",
|
|
2513
2973
|
"imageKey": "identity-api"
|
|
2514
2974
|
}
|
|
2515
2975
|
}
|
|
@@ -2526,7 +2986,74 @@
|
|
|
2526
2986
|
"icon": "folders",
|
|
2527
2987
|
"category": "platform",
|
|
2528
2988
|
"summary": "Project and membership management: owns project identity, membership, and role assignment."
|
|
2529
|
-
}
|
|
2989
|
+
},
|
|
2990
|
+
"systemSurface": false,
|
|
2991
|
+
"launch": "static"
|
|
2992
|
+
},
|
|
2993
|
+
{
|
|
2994
|
+
"id": "studio-author",
|
|
2995
|
+
"version": "1.0.0",
|
|
2996
|
+
"tier": "base",
|
|
2997
|
+
"target": "server",
|
|
2998
|
+
"origin": "first-party",
|
|
2999
|
+
"mandatory": false,
|
|
3000
|
+
"installPolicy": "default-selected",
|
|
3001
|
+
"repo": "repos/xema-base",
|
|
3002
|
+
"path": "repos/xema-base/biomes/kernel/studio-author",
|
|
3003
|
+
"services": [],
|
|
3004
|
+
"serviceDatabases": {},
|
|
3005
|
+
"runtimeComponents": [],
|
|
3006
|
+
"hostModules": [],
|
|
3007
|
+
"serviceDependencies": [],
|
|
3008
|
+
"displayName": "Studio Author",
|
|
3009
|
+
"packageName": "@xemahq/biomes-kernel-studio-author",
|
|
3010
|
+
"requiresServerBiomes": [
|
|
3011
|
+
"runtime",
|
|
3012
|
+
"subagents"
|
|
3013
|
+
],
|
|
3014
|
+
"optionalServerBiomes": [],
|
|
3015
|
+
"audience": "org",
|
|
3016
|
+
"storeListed": false,
|
|
3017
|
+
"sourceManifestHash": "862461feecc25209b9de3b689ee74f0a20434a506bd8b2de1ffe7702a417aad6",
|
|
3018
|
+
"display": {
|
|
3019
|
+
"icon": "wand",
|
|
3020
|
+
"category": "build",
|
|
3021
|
+
"summary": "Authoring co-pilot for Agent Studio: workflow/spec authors and a build-with-an-agent profile that emits typed proposals."
|
|
3022
|
+
},
|
|
3023
|
+
"systemSurface": false,
|
|
3024
|
+
"launch": "static"
|
|
3025
|
+
},
|
|
3026
|
+
{
|
|
3027
|
+
"id": "subagents",
|
|
3028
|
+
"version": "1.0.0",
|
|
3029
|
+
"tier": "base",
|
|
3030
|
+
"target": "server",
|
|
3031
|
+
"origin": "first-party",
|
|
3032
|
+
"mandatory": false,
|
|
3033
|
+
"installPolicy": "default-selected",
|
|
3034
|
+
"repo": "repos/xema-base",
|
|
3035
|
+
"path": "repos/xema-base/biomes/kernel/subagents",
|
|
3036
|
+
"services": [],
|
|
3037
|
+
"serviceDatabases": {},
|
|
3038
|
+
"runtimeComponents": [],
|
|
3039
|
+
"hostModules": [],
|
|
3040
|
+
"serviceDependencies": [],
|
|
3041
|
+
"displayName": "Xema Universal Subagents",
|
|
3042
|
+
"packageName": "@xemahq/biomes-kernel-subagents",
|
|
3043
|
+
"requiresServerBiomes": [
|
|
3044
|
+
"runtime"
|
|
3045
|
+
],
|
|
3046
|
+
"optionalServerBiomes": [],
|
|
3047
|
+
"audience": "org",
|
|
3048
|
+
"storeListed": false,
|
|
3049
|
+
"sourceManifestHash": "033135a9948495a19b38e1602269a8f76559da0eed9a88952d09d8303434a8cf",
|
|
3050
|
+
"display": {
|
|
3051
|
+
"icon": "users",
|
|
3052
|
+
"category": "runtime",
|
|
3053
|
+
"summary": "Canonical base roster of platform subagents and gate-reviewers, plus their MCP tool-profiles."
|
|
3054
|
+
},
|
|
3055
|
+
"systemSurface": false,
|
|
3056
|
+
"launch": "static"
|
|
2530
3057
|
},
|
|
2531
3058
|
{
|
|
2532
3059
|
"id": "user-hub",
|
|
@@ -2541,7 +3068,9 @@
|
|
|
2541
3068
|
"services": [
|
|
2542
3069
|
"user-hub-api"
|
|
2543
3070
|
],
|
|
3071
|
+
"serviceDatabases": {},
|
|
2544
3072
|
"runtimeComponents": [],
|
|
3073
|
+
"hostModules": [],
|
|
2545
3074
|
"serviceDependencies": [
|
|
2546
3075
|
{
|
|
2547
3076
|
"consumerService": "user-hub-api",
|
|
@@ -2567,9 +3096,9 @@
|
|
|
2567
3096
|
"repositoryUrl": "https://github.com/xema-dev/identity-api.git",
|
|
2568
3097
|
"repo": "submodules/identity-api",
|
|
2569
3098
|
"path": "submodules/identity-api/package.json",
|
|
2570
|
-
"sourceCommit": "
|
|
3099
|
+
"sourceCommit": "5bca87e39c536159b91c58d4e8a30d8df2f12ca4",
|
|
2571
3100
|
"version": "0.0.2",
|
|
2572
|
-
"sourceManifestHash": "
|
|
3101
|
+
"sourceManifestHash": "f0acc5e81bb3b00f98e1fde709e9dc24903bdf2ce5bdc6eeec0d5b9338bf5c1b",
|
|
2573
3102
|
"imageKey": "identity-api"
|
|
2574
3103
|
}
|
|
2575
3104
|
}
|
|
@@ -2581,12 +3110,14 @@
|
|
|
2581
3110
|
"optionalServerBiomes": [],
|
|
2582
3111
|
"audience": "org",
|
|
2583
3112
|
"storeListed": true,
|
|
2584
|
-
"sourceManifestHash": "
|
|
3113
|
+
"sourceManifestHash": "66f7f1fd7344bda4dace03ada814b899ed823877f6fb30d8e0ea16383c37cb26",
|
|
2585
3114
|
"display": {
|
|
2586
3115
|
"icon": "users",
|
|
2587
3116
|
"category": "governance",
|
|
2588
3117
|
"summary": "User profile, notification, and presence read-model aggregating Keycloak state into a canonical view."
|
|
2589
|
-
}
|
|
3118
|
+
},
|
|
3119
|
+
"systemSurface": false,
|
|
3120
|
+
"launch": "static"
|
|
2590
3121
|
},
|
|
2591
3122
|
{
|
|
2592
3123
|
"id": "web-access",
|
|
@@ -2601,7 +3132,9 @@
|
|
|
2601
3132
|
"services": [
|
|
2602
3133
|
"web-access-api"
|
|
2603
3134
|
],
|
|
3135
|
+
"serviceDatabases": {},
|
|
2604
3136
|
"runtimeComponents": [],
|
|
3137
|
+
"hostModules": [],
|
|
2605
3138
|
"serviceDependencies": [
|
|
2606
3139
|
{
|
|
2607
3140
|
"consumerService": "web-access-api",
|
|
@@ -2614,9 +3147,9 @@
|
|
|
2614
3147
|
"repositoryUrl": "https://github.com/xema-dev/identity-api.git",
|
|
2615
3148
|
"repo": "submodules/identity-api",
|
|
2616
3149
|
"path": "submodules/identity-api/package.json",
|
|
2617
|
-
"sourceCommit": "
|
|
3150
|
+
"sourceCommit": "5bca87e39c536159b91c58d4e8a30d8df2f12ca4",
|
|
2618
3151
|
"version": "0.0.2",
|
|
2619
|
-
"sourceManifestHash": "
|
|
3152
|
+
"sourceManifestHash": "f0acc5e81bb3b00f98e1fde709e9dc24903bdf2ce5bdc6eeec0d5b9338bf5c1b",
|
|
2620
3153
|
"imageKey": "identity-api"
|
|
2621
3154
|
}
|
|
2622
3155
|
}
|
|
@@ -2633,7 +3166,9 @@
|
|
|
2633
3166
|
"icon": "globe",
|
|
2634
3167
|
"category": "runtime",
|
|
2635
3168
|
"summary": "Governed public-web access — the ONE audited door for fetching and searching the public internet."
|
|
2636
|
-
}
|
|
3169
|
+
},
|
|
3170
|
+
"systemSurface": false,
|
|
3171
|
+
"launch": "static"
|
|
2637
3172
|
},
|
|
2638
3173
|
{
|
|
2639
3174
|
"id": "workflow-runtime",
|
|
@@ -2650,7 +3185,9 @@
|
|
|
2650
3185
|
"workflow-engine-api",
|
|
2651
3186
|
"workflow-runtime-worker"
|
|
2652
3187
|
],
|
|
3188
|
+
"serviceDatabases": {},
|
|
2653
3189
|
"runtimeComponents": [],
|
|
3190
|
+
"hostModules": [],
|
|
2654
3191
|
"serviceDependencies": [
|
|
2655
3192
|
{
|
|
2656
3193
|
"consumerService": "deliverable-specs-api",
|
|
@@ -2662,7 +3199,7 @@
|
|
|
2662
3199
|
"repo": "repos/xema-base",
|
|
2663
3200
|
"path": "repos/xema-base/biomes/biome-host",
|
|
2664
3201
|
"version": "0.1.0",
|
|
2665
|
-
"sourceManifestHash": "
|
|
3202
|
+
"sourceManifestHash": "8183c2181ec479bbd2c1d68abb3574a2ec2c6b50926dcbb200ecb5d9eb256671"
|
|
2666
3203
|
}
|
|
2667
3204
|
},
|
|
2668
3205
|
{
|
|
@@ -2676,13 +3213,26 @@
|
|
|
2676
3213
|
"repositoryUrl": "https://github.com/xema-dev/identity-api.git",
|
|
2677
3214
|
"repo": "submodules/identity-api",
|
|
2678
3215
|
"path": "submodules/identity-api/package.json",
|
|
2679
|
-
"sourceCommit": "
|
|
3216
|
+
"sourceCommit": "5bca87e39c536159b91c58d4e8a30d8df2f12ca4",
|
|
2680
3217
|
"version": "0.0.2",
|
|
2681
|
-
"sourceManifestHash": "
|
|
3218
|
+
"sourceManifestHash": "f0acc5e81bb3b00f98e1fde709e9dc24903bdf2ce5bdc6eeec0d5b9338bf5c1b",
|
|
2682
3219
|
"imageKey": "identity-api"
|
|
2683
3220
|
}
|
|
2684
3221
|
}
|
|
2685
3222
|
},
|
|
3223
|
+
{
|
|
3224
|
+
"consumerService": "deliverable-specs-api",
|
|
3225
|
+
"requiredService": "resource-governance-api",
|
|
3226
|
+
"owner": {
|
|
3227
|
+
"kind": "biome",
|
|
3228
|
+
"biomeId": "resource-governance",
|
|
3229
|
+
"target": "server",
|
|
3230
|
+
"repo": "repos/xema-base",
|
|
3231
|
+
"path": "repos/xema-base/biomes/resource-governance",
|
|
3232
|
+
"version": "0.1.0",
|
|
3233
|
+
"sourceManifestHash": "dd08d16a77d775af78133113d1bb3ae659adc8af1d56d4569ee6e27f7426c37c"
|
|
3234
|
+
}
|
|
3235
|
+
},
|
|
2686
3236
|
{
|
|
2687
3237
|
"consumerService": "workflow-engine-api",
|
|
2688
3238
|
"requiredService": "biome-host-api",
|
|
@@ -2693,7 +3243,20 @@
|
|
|
2693
3243
|
"repo": "repos/xema-base",
|
|
2694
3244
|
"path": "repos/xema-base/biomes/biome-host",
|
|
2695
3245
|
"version": "0.1.0",
|
|
2696
|
-
"sourceManifestHash": "
|
|
3246
|
+
"sourceManifestHash": "8183c2181ec479bbd2c1d68abb3574a2ec2c6b50926dcbb200ecb5d9eb256671"
|
|
3247
|
+
}
|
|
3248
|
+
},
|
|
3249
|
+
{
|
|
3250
|
+
"consumerService": "workflow-engine-api",
|
|
3251
|
+
"requiredService": "deliverable-specs-api",
|
|
3252
|
+
"owner": {
|
|
3253
|
+
"kind": "biome",
|
|
3254
|
+
"biomeId": "workflow-runtime",
|
|
3255
|
+
"target": "server",
|
|
3256
|
+
"repo": "repos/xema-base",
|
|
3257
|
+
"path": "repos/xema-base/biomes/workflow-runtime",
|
|
3258
|
+
"version": "0.1.0",
|
|
3259
|
+
"sourceManifestHash": "f7d826adb9e76e1e71a68868b1e1e0615a467c9d1661b1af767541b9a978dd00"
|
|
2697
3260
|
}
|
|
2698
3261
|
},
|
|
2699
3262
|
{
|
|
@@ -2707,12 +3270,25 @@
|
|
|
2707
3270
|
"repositoryUrl": "https://github.com/xema-dev/identity-api.git",
|
|
2708
3271
|
"repo": "submodules/identity-api",
|
|
2709
3272
|
"path": "submodules/identity-api/package.json",
|
|
2710
|
-
"sourceCommit": "
|
|
3273
|
+
"sourceCommit": "5bca87e39c536159b91c58d4e8a30d8df2f12ca4",
|
|
2711
3274
|
"version": "0.0.2",
|
|
2712
|
-
"sourceManifestHash": "
|
|
3275
|
+
"sourceManifestHash": "f0acc5e81bb3b00f98e1fde709e9dc24903bdf2ce5bdc6eeec0d5b9338bf5c1b",
|
|
2713
3276
|
"imageKey": "identity-api"
|
|
2714
3277
|
}
|
|
2715
3278
|
}
|
|
3279
|
+
},
|
|
3280
|
+
{
|
|
3281
|
+
"consumerService": "workflow-engine-api",
|
|
3282
|
+
"requiredService": "resource-governance-api",
|
|
3283
|
+
"owner": {
|
|
3284
|
+
"kind": "biome",
|
|
3285
|
+
"biomeId": "resource-governance",
|
|
3286
|
+
"target": "server",
|
|
3287
|
+
"repo": "repos/xema-base",
|
|
3288
|
+
"path": "repos/xema-base/biomes/resource-governance",
|
|
3289
|
+
"version": "0.1.0",
|
|
3290
|
+
"sourceManifestHash": "dd08d16a77d775af78133113d1bb3ae659adc8af1d56d4569ee6e27f7426c37c"
|
|
3291
|
+
}
|
|
2716
3292
|
}
|
|
2717
3293
|
],
|
|
2718
3294
|
"displayName": "Workflow Runtime",
|
|
@@ -2721,12 +3297,14 @@
|
|
|
2721
3297
|
"optionalServerBiomes": [],
|
|
2722
3298
|
"audience": "org",
|
|
2723
3299
|
"storeListed": true,
|
|
2724
|
-
"sourceManifestHash": "
|
|
3300
|
+
"sourceManifestHash": "f7d826adb9e76e1e71a68868b1e1e0615a467c9d1661b1af767541b9a978dd00",
|
|
2725
3301
|
"display": {
|
|
2726
3302
|
"icon": "workflow",
|
|
2727
3303
|
"category": "runtime",
|
|
2728
3304
|
"summary": "Workflow primitive: DSL compilation, Temporal-driven workflow execution, and the typed deliverable-spec store."
|
|
2729
|
-
}
|
|
3305
|
+
},
|
|
3306
|
+
"systemSurface": false,
|
|
3307
|
+
"launch": "static"
|
|
2730
3308
|
},
|
|
2731
3309
|
{
|
|
2732
3310
|
"id": "workspace-orchestrator",
|
|
@@ -2741,7 +3319,9 @@
|
|
|
2741
3319
|
"services": [
|
|
2742
3320
|
"workspace-orchestrator-api"
|
|
2743
3321
|
],
|
|
3322
|
+
"serviceDatabases": {},
|
|
2744
3323
|
"runtimeComponents": [],
|
|
3324
|
+
"hostModules": [],
|
|
2745
3325
|
"serviceDependencies": [
|
|
2746
3326
|
{
|
|
2747
3327
|
"consumerService": "workspace-orchestrator-api",
|
|
@@ -2753,7 +3333,7 @@
|
|
|
2753
3333
|
"repo": "repos/xema-base",
|
|
2754
3334
|
"path": "repos/xema-base/biomes/biome-host",
|
|
2755
3335
|
"version": "0.1.0",
|
|
2756
|
-
"sourceManifestHash": "
|
|
3336
|
+
"sourceManifestHash": "8183c2181ec479bbd2c1d68abb3574a2ec2c6b50926dcbb200ecb5d9eb256671"
|
|
2757
3337
|
}
|
|
2758
3338
|
},
|
|
2759
3339
|
{
|
|
@@ -2767,9 +3347,9 @@
|
|
|
2767
3347
|
"repositoryUrl": "https://github.com/xema-dev/identity-api.git",
|
|
2768
3348
|
"repo": "submodules/identity-api",
|
|
2769
3349
|
"path": "submodules/identity-api/package.json",
|
|
2770
|
-
"sourceCommit": "
|
|
3350
|
+
"sourceCommit": "5bca87e39c536159b91c58d4e8a30d8df2f12ca4",
|
|
2771
3351
|
"version": "0.0.2",
|
|
2772
|
-
"sourceManifestHash": "
|
|
3352
|
+
"sourceManifestHash": "f0acc5e81bb3b00f98e1fde709e9dc24903bdf2ce5bdc6eeec0d5b9338bf5c1b",
|
|
2773
3353
|
"imageKey": "identity-api"
|
|
2774
3354
|
}
|
|
2775
3355
|
}
|
|
@@ -2785,13 +3365,26 @@
|
|
|
2785
3365
|
"repositoryUrl": "https://github.com/xema-dev/llm-gateway-api.git",
|
|
2786
3366
|
"repo": "submodules/llm-gateway-api",
|
|
2787
3367
|
"path": "submodules/llm-gateway-api/package.json",
|
|
2788
|
-
"sourceCommit": "
|
|
3368
|
+
"sourceCommit": "83db971a3bc72d5e0d633c8e96215de850dc7359",
|
|
2789
3369
|
"version": "1.0.0",
|
|
2790
3370
|
"sourceManifestHash": "a862e41a632f3aecf1d6037b842a70ca5be91c996a89a68bd8200068355f43b8",
|
|
2791
3371
|
"imageKey": "llm-gateway-api"
|
|
2792
3372
|
}
|
|
2793
3373
|
}
|
|
2794
3374
|
},
|
|
3375
|
+
{
|
|
3376
|
+
"consumerService": "workspace-orchestrator-api",
|
|
3377
|
+
"requiredService": "resource-governance-api",
|
|
3378
|
+
"owner": {
|
|
3379
|
+
"kind": "biome",
|
|
3380
|
+
"biomeId": "resource-governance",
|
|
3381
|
+
"target": "server",
|
|
3382
|
+
"repo": "repos/xema-base",
|
|
3383
|
+
"path": "repos/xema-base/biomes/resource-governance",
|
|
3384
|
+
"version": "0.1.0",
|
|
3385
|
+
"sourceManifestHash": "dd08d16a77d775af78133113d1bb3ae659adc8af1d56d4569ee6e27f7426c37c"
|
|
3386
|
+
}
|
|
3387
|
+
},
|
|
2795
3388
|
{
|
|
2796
3389
|
"consumerService": "workspace-orchestrator-api",
|
|
2797
3390
|
"requiredService": "workload-runtime-api",
|
|
@@ -2802,7 +3395,7 @@
|
|
|
2802
3395
|
"repo": "repos/xema-base",
|
|
2803
3396
|
"path": "repos/xema-base/biomes/workload-runtime",
|
|
2804
3397
|
"version": "0.1.0",
|
|
2805
|
-
"sourceManifestHash": "
|
|
3398
|
+
"sourceManifestHash": "cb34e70cc83af8018f6bf51b56818957e43a0c7ee637b2da6cab31562519cfb9"
|
|
2806
3399
|
}
|
|
2807
3400
|
},
|
|
2808
3401
|
{
|
|
@@ -2828,7 +3421,7 @@
|
|
|
2828
3421
|
"repo": "repos/xema-base",
|
|
2829
3422
|
"path": "repos/xema-base/biomes/xema-capability-router",
|
|
2830
3423
|
"version": "0.1.0",
|
|
2831
|
-
"sourceManifestHash": "
|
|
3424
|
+
"sourceManifestHash": "4ccc5c67859a6576a8e994d6a156bb5a3035c5ae1dedc3708d0f2da101cd564f"
|
|
2832
3425
|
}
|
|
2833
3426
|
}
|
|
2834
3427
|
],
|
|
@@ -2838,12 +3431,14 @@
|
|
|
2838
3431
|
"optionalServerBiomes": [],
|
|
2839
3432
|
"audience": "org",
|
|
2840
3433
|
"storeListed": true,
|
|
2841
|
-
"sourceManifestHash": "
|
|
3434
|
+
"sourceManifestHash": "f2aee41b0bd7f68b970a4357154d914fe8f810be4ae2b66bb7876ff2b4600a7a",
|
|
2842
3435
|
"display": {
|
|
2843
3436
|
"icon": "layout-grid",
|
|
2844
3437
|
"category": "runtime",
|
|
2845
3438
|
"summary": "Per-session workspace lifecycle: creates, hibernates, and reaps workspace allocations."
|
|
2846
|
-
}
|
|
3439
|
+
},
|
|
3440
|
+
"systemSurface": false,
|
|
3441
|
+
"launch": "static"
|
|
2847
3442
|
},
|
|
2848
3443
|
{
|
|
2849
3444
|
"id": "workspace-proxy",
|
|
@@ -2858,7 +3453,9 @@
|
|
|
2858
3453
|
"services": [
|
|
2859
3454
|
"workspace-materialization-api"
|
|
2860
3455
|
],
|
|
3456
|
+
"serviceDatabases": {},
|
|
2861
3457
|
"runtimeComponents": [],
|
|
3458
|
+
"hostModules": [],
|
|
2862
3459
|
"serviceDependencies": [
|
|
2863
3460
|
{
|
|
2864
3461
|
"consumerService": "workspace-materialization-api",
|
|
@@ -2871,9 +3468,9 @@
|
|
|
2871
3468
|
"repositoryUrl": "https://github.com/xema-dev/identity-api.git",
|
|
2872
3469
|
"repo": "submodules/identity-api",
|
|
2873
3470
|
"path": "submodules/identity-api/package.json",
|
|
2874
|
-
"sourceCommit": "
|
|
3471
|
+
"sourceCommit": "5bca87e39c536159b91c58d4e8a30d8df2f12ca4",
|
|
2875
3472
|
"version": "0.0.2",
|
|
2876
|
-
"sourceManifestHash": "
|
|
3473
|
+
"sourceManifestHash": "f0acc5e81bb3b00f98e1fde709e9dc24903bdf2ce5bdc6eeec0d5b9338bf5c1b",
|
|
2877
3474
|
"imageKey": "identity-api"
|
|
2878
3475
|
}
|
|
2879
3476
|
}
|
|
@@ -2890,7 +3487,9 @@
|
|
|
2890
3487
|
"icon": "route",
|
|
2891
3488
|
"category": "runtime",
|
|
2892
3489
|
"summary": "Per-allocation HTTP proxy: routes session and control-plane traffic into the workspace runtime worker."
|
|
2893
|
-
}
|
|
3490
|
+
},
|
|
3491
|
+
"systemSurface": false,
|
|
3492
|
+
"launch": "static"
|
|
2894
3493
|
},
|
|
2895
3494
|
{
|
|
2896
3495
|
"id": "xema-biome-runner",
|
|
@@ -2905,7 +3504,9 @@
|
|
|
2905
3504
|
"services": [
|
|
2906
3505
|
"xema-biome-runner"
|
|
2907
3506
|
],
|
|
3507
|
+
"serviceDatabases": {},
|
|
2908
3508
|
"runtimeComponents": [],
|
|
3509
|
+
"hostModules": [],
|
|
2909
3510
|
"serviceDependencies": [],
|
|
2910
3511
|
"displayName": "Xema Biome Runner",
|
|
2911
3512
|
"packageName": "@xemahq/biomes-xema-biome-runner",
|
|
@@ -2918,7 +3519,60 @@
|
|
|
2918
3519
|
"icon": "play",
|
|
2919
3520
|
"category": "runtime",
|
|
2920
3521
|
"summary": "Generic biome executor: in-process host for biome-shipped Temporal workflows, activities, and capabilities."
|
|
2921
|
-
}
|
|
3522
|
+
},
|
|
3523
|
+
"systemSurface": false,
|
|
3524
|
+
"launch": "static"
|
|
3525
|
+
},
|
|
3526
|
+
{
|
|
3527
|
+
"id": "xema-shell",
|
|
3528
|
+
"version": "0.1.0",
|
|
3529
|
+
"tier": "base",
|
|
3530
|
+
"target": "server",
|
|
3531
|
+
"origin": "first-party",
|
|
3532
|
+
"mandatory": false,
|
|
3533
|
+
"installPolicy": "default-selected",
|
|
3534
|
+
"repo": "repos/xema-base",
|
|
3535
|
+
"path": "repos/xema-base/biomes/xema-shell",
|
|
3536
|
+
"services": [
|
|
3537
|
+
"xema-shell-api"
|
|
3538
|
+
],
|
|
3539
|
+
"serviceDatabases": {},
|
|
3540
|
+
"runtimeComponents": [],
|
|
3541
|
+
"hostModules": [],
|
|
3542
|
+
"serviceDependencies": [
|
|
3543
|
+
{
|
|
3544
|
+
"consumerService": "xema-shell-api",
|
|
3545
|
+
"requiredService": "identity-api",
|
|
3546
|
+
"owner": {
|
|
3547
|
+
"kind": "platform",
|
|
3548
|
+
"source": {
|
|
3549
|
+
"name": "identity-api",
|
|
3550
|
+
"tier": "infra",
|
|
3551
|
+
"repositoryUrl": "https://github.com/xema-dev/identity-api.git",
|
|
3552
|
+
"repo": "submodules/identity-api",
|
|
3553
|
+
"path": "submodules/identity-api/package.json",
|
|
3554
|
+
"sourceCommit": "5bca87e39c536159b91c58d4e8a30d8df2f12ca4",
|
|
3555
|
+
"version": "0.0.2",
|
|
3556
|
+
"sourceManifestHash": "f0acc5e81bb3b00f98e1fde709e9dc24903bdf2ce5bdc6eeec0d5b9338bf5c1b",
|
|
3557
|
+
"imageKey": "identity-api"
|
|
3558
|
+
}
|
|
3559
|
+
}
|
|
3560
|
+
}
|
|
3561
|
+
],
|
|
3562
|
+
"displayName": "Xema Shell",
|
|
3563
|
+
"packageName": "@xemahq/biomes-xema-shell",
|
|
3564
|
+
"requiresServerBiomes": [],
|
|
3565
|
+
"optionalServerBiomes": [],
|
|
3566
|
+
"audience": "org",
|
|
3567
|
+
"storeListed": true,
|
|
3568
|
+
"sourceManifestHash": "80d843d3537c281c6241094f6f4c358afffd40d73d92b9672e9e58d5d123e85f",
|
|
3569
|
+
"display": {
|
|
3570
|
+
"icon": "terminal",
|
|
3571
|
+
"category": "runtime",
|
|
3572
|
+
"summary": "Xema OS shell: the `xema …` command surface, XVFS path resolution, and the concept object slice."
|
|
3573
|
+
},
|
|
3574
|
+
"systemSurface": false,
|
|
3575
|
+
"launch": "static"
|
|
2922
3576
|
},
|
|
2923
3577
|
{
|
|
2924
3578
|
"id": "xema-store",
|
|
@@ -2937,6 +3591,7 @@
|
|
|
2937
3591
|
"xema-store-api": "store"
|
|
2938
3592
|
},
|
|
2939
3593
|
"runtimeComponents": [],
|
|
3594
|
+
"hostModules": [],
|
|
2940
3595
|
"serviceDependencies": [
|
|
2941
3596
|
{
|
|
2942
3597
|
"consumerService": "xema-store-api",
|
|
@@ -2948,7 +3603,7 @@
|
|
|
2948
3603
|
"repo": "repos/xema-base",
|
|
2949
3604
|
"path": "repos/xema-base/biomes/authorization",
|
|
2950
3605
|
"version": "0.1.0",
|
|
2951
|
-
"sourceManifestHash": "
|
|
3606
|
+
"sourceManifestHash": "3687551f3883d53cba6c201ecb449d4aabb4005a9ccd1eb429732fb497c912d0"
|
|
2952
3607
|
}
|
|
2953
3608
|
},
|
|
2954
3609
|
{
|
|
@@ -2961,7 +3616,7 @@
|
|
|
2961
3616
|
"repo": "repos/xema-base",
|
|
2962
3617
|
"path": "repos/xema-base/biomes/decision",
|
|
2963
3618
|
"version": "0.1.0",
|
|
2964
|
-
"sourceManifestHash": "
|
|
3619
|
+
"sourceManifestHash": "1e3912bdd71f7a9753e7027773c45d107b35a1dacb6708547c042bb4c5cc0ed1"
|
|
2965
3620
|
}
|
|
2966
3621
|
},
|
|
2967
3622
|
{
|
|
@@ -2975,12 +3630,25 @@
|
|
|
2975
3630
|
"repositoryUrl": "https://github.com/xema-dev/identity-api.git",
|
|
2976
3631
|
"repo": "submodules/identity-api",
|
|
2977
3632
|
"path": "submodules/identity-api/package.json",
|
|
2978
|
-
"sourceCommit": "
|
|
3633
|
+
"sourceCommit": "5bca87e39c536159b91c58d4e8a30d8df2f12ca4",
|
|
2979
3634
|
"version": "0.0.2",
|
|
2980
|
-
"sourceManifestHash": "
|
|
3635
|
+
"sourceManifestHash": "f0acc5e81bb3b00f98e1fde709e9dc24903bdf2ce5bdc6eeec0d5b9338bf5c1b",
|
|
2981
3636
|
"imageKey": "identity-api"
|
|
2982
3637
|
}
|
|
2983
3638
|
}
|
|
3639
|
+
},
|
|
3640
|
+
{
|
|
3641
|
+
"consumerService": "xema-store-api",
|
|
3642
|
+
"requiredService": "resource-governance-api",
|
|
3643
|
+
"owner": {
|
|
3644
|
+
"kind": "biome",
|
|
3645
|
+
"biomeId": "resource-governance",
|
|
3646
|
+
"target": "server",
|
|
3647
|
+
"repo": "repos/xema-base",
|
|
3648
|
+
"path": "repos/xema-base/biomes/resource-governance",
|
|
3649
|
+
"version": "0.1.0",
|
|
3650
|
+
"sourceManifestHash": "dd08d16a77d775af78133113d1bb3ae659adc8af1d56d4569ee6e27f7426c37c"
|
|
3651
|
+
}
|
|
2984
3652
|
}
|
|
2985
3653
|
],
|
|
2986
3654
|
"displayName": "Xema Store",
|
|
@@ -2989,12 +3657,14 @@
|
|
|
2989
3657
|
"optionalServerBiomes": [],
|
|
2990
3658
|
"audience": "org",
|
|
2991
3659
|
"storeListed": true,
|
|
2992
|
-
"sourceManifestHash": "
|
|
3660
|
+
"sourceManifestHash": "a2cb3e261f98d893cf246ed3b0cea62d076317d66fef8dcb8173fee7fc27a5ec",
|
|
2993
3661
|
"display": {
|
|
2994
3662
|
"icon": "store",
|
|
2995
3663
|
"category": "operate",
|
|
2996
3664
|
"summary": "Xema Store backend — the catalog/marketplace of installable biomes and apps, with listings, entitlements and install fulfillment."
|
|
2997
|
-
}
|
|
3665
|
+
},
|
|
3666
|
+
"systemSurface": false,
|
|
3667
|
+
"launch": "static"
|
|
2998
3668
|
},
|
|
2999
3669
|
{
|
|
3000
3670
|
"id": "mailops",
|
|
@@ -3009,7 +3679,9 @@
|
|
|
3009
3679
|
"services": [
|
|
3010
3680
|
"mailops-api"
|
|
3011
3681
|
],
|
|
3682
|
+
"serviceDatabases": {},
|
|
3012
3683
|
"runtimeComponents": [],
|
|
3684
|
+
"hostModules": [],
|
|
3013
3685
|
"serviceDependencies": [
|
|
3014
3686
|
{
|
|
3015
3687
|
"consumerService": "mailops-api",
|
|
@@ -3021,7 +3693,7 @@
|
|
|
3021
3693
|
"repo": "repos/xema-base",
|
|
3022
3694
|
"path": "repos/xema-base/biomes/agent-runtime",
|
|
3023
3695
|
"version": "0.1.0",
|
|
3024
|
-
"sourceManifestHash": "
|
|
3696
|
+
"sourceManifestHash": "5336acb3131601e721d6d54626c70d1cbbb8f424803f43e974a8ced764a9ffe9"
|
|
3025
3697
|
}
|
|
3026
3698
|
},
|
|
3027
3699
|
{
|
|
@@ -3034,7 +3706,7 @@
|
|
|
3034
3706
|
"repo": "repos/xema-base",
|
|
3035
3707
|
"path": "repos/xema-base/biomes/authorization",
|
|
3036
3708
|
"version": "0.1.0",
|
|
3037
|
-
"sourceManifestHash": "
|
|
3709
|
+
"sourceManifestHash": "3687551f3883d53cba6c201ecb449d4aabb4005a9ccd1eb429732fb497c912d0"
|
|
3038
3710
|
}
|
|
3039
3711
|
},
|
|
3040
3712
|
{
|
|
@@ -3060,7 +3732,7 @@
|
|
|
3060
3732
|
"repo": "repos/xema-base",
|
|
3061
3733
|
"path": "repos/xema-base/biomes/connector-platform",
|
|
3062
3734
|
"version": "0.1.0",
|
|
3063
|
-
"sourceManifestHash": "
|
|
3735
|
+
"sourceManifestHash": "cd53a7f937c3a3e2ce4336c608e6dc5887fb1b30cdb3521b5a8079627376571e"
|
|
3064
3736
|
}
|
|
3065
3737
|
},
|
|
3066
3738
|
{
|
|
@@ -3073,7 +3745,7 @@
|
|
|
3073
3745
|
"repo": "repos/xema-base",
|
|
3074
3746
|
"path": "repos/xema-base/biomes/connector-platform",
|
|
3075
3747
|
"version": "0.1.0",
|
|
3076
|
-
"sourceManifestHash": "
|
|
3748
|
+
"sourceManifestHash": "cd53a7f937c3a3e2ce4336c608e6dc5887fb1b30cdb3521b5a8079627376571e"
|
|
3077
3749
|
}
|
|
3078
3750
|
},
|
|
3079
3751
|
{
|
|
@@ -3087,9 +3759,9 @@
|
|
|
3087
3759
|
"repositoryUrl": "https://github.com/xema-dev/identity-api.git",
|
|
3088
3760
|
"repo": "submodules/identity-api",
|
|
3089
3761
|
"path": "submodules/identity-api/package.json",
|
|
3090
|
-
"sourceCommit": "
|
|
3762
|
+
"sourceCommit": "5bca87e39c536159b91c58d4e8a30d8df2f12ca4",
|
|
3091
3763
|
"version": "0.0.2",
|
|
3092
|
-
"sourceManifestHash": "
|
|
3764
|
+
"sourceManifestHash": "f0acc5e81bb3b00f98e1fde709e9dc24903bdf2ce5bdc6eeec0d5b9338bf5c1b",
|
|
3093
3765
|
"imageKey": "identity-api"
|
|
3094
3766
|
}
|
|
3095
3767
|
}
|
|
@@ -3104,7 +3776,7 @@
|
|
|
3104
3776
|
"repo": "repos/xema-base",
|
|
3105
3777
|
"path": "repos/xema-base/biomes/workflow-runtime",
|
|
3106
3778
|
"version": "0.1.0",
|
|
3107
|
-
"sourceManifestHash": "
|
|
3779
|
+
"sourceManifestHash": "f7d826adb9e76e1e71a68868b1e1e0615a467c9d1661b1af767541b9a978dd00"
|
|
3108
3780
|
}
|
|
3109
3781
|
},
|
|
3110
3782
|
{
|
|
@@ -3117,7 +3789,7 @@
|
|
|
3117
3789
|
"repo": "repos/xema-base",
|
|
3118
3790
|
"path": "repos/xema-base/biomes/xema-capability-router",
|
|
3119
3791
|
"version": "0.1.0",
|
|
3120
|
-
"sourceManifestHash": "
|
|
3792
|
+
"sourceManifestHash": "4ccc5c67859a6576a8e994d6a156bb5a3035c5ae1dedc3708d0f2da101cd564f"
|
|
3121
3793
|
}
|
|
3122
3794
|
}
|
|
3123
3795
|
],
|
|
@@ -3127,12 +3799,14 @@
|
|
|
3127
3799
|
"optionalServerBiomes": [],
|
|
3128
3800
|
"audience": "org",
|
|
3129
3801
|
"storeListed": true,
|
|
3130
|
-
"sourceManifestHash": "
|
|
3802
|
+
"sourceManifestHash": "59dd126a854e2e6bded840f7250ac1cc023266a9749bc33d42ad8f548f614640",
|
|
3131
3803
|
"display": {
|
|
3132
3804
|
"icon": "mail",
|
|
3133
3805
|
"category": "connect",
|
|
3134
3806
|
"summary": "Email as a workflow entrypoint — intake, understanding, routing, capability call-out and reply."
|
|
3135
|
-
}
|
|
3807
|
+
},
|
|
3808
|
+
"systemSurface": false,
|
|
3809
|
+
"launch": "static"
|
|
3136
3810
|
},
|
|
3137
3811
|
{
|
|
3138
3812
|
"id": "search",
|
|
@@ -3147,7 +3821,9 @@
|
|
|
3147
3821
|
"services": [
|
|
3148
3822
|
"search-api"
|
|
3149
3823
|
],
|
|
3824
|
+
"serviceDatabases": {},
|
|
3150
3825
|
"runtimeComponents": [],
|
|
3826
|
+
"hostModules": [],
|
|
3151
3827
|
"serviceDependencies": [
|
|
3152
3828
|
{
|
|
3153
3829
|
"consumerService": "search-api",
|
|
@@ -3173,9 +3849,9 @@
|
|
|
3173
3849
|
"repositoryUrl": "https://github.com/xema-dev/identity-api.git",
|
|
3174
3850
|
"repo": "submodules/identity-api",
|
|
3175
3851
|
"path": "submodules/identity-api/package.json",
|
|
3176
|
-
"sourceCommit": "
|
|
3852
|
+
"sourceCommit": "5bca87e39c536159b91c58d4e8a30d8df2f12ca4",
|
|
3177
3853
|
"version": "0.0.2",
|
|
3178
|
-
"sourceManifestHash": "
|
|
3854
|
+
"sourceManifestHash": "f0acc5e81bb3b00f98e1fde709e9dc24903bdf2ce5bdc6eeec0d5b9338bf5c1b",
|
|
3179
3855
|
"imageKey": "identity-api"
|
|
3180
3856
|
}
|
|
3181
3857
|
}
|
|
@@ -3191,7 +3867,7 @@
|
|
|
3191
3867
|
"repositoryUrl": "https://github.com/xema-dev/llm-gateway-api.git",
|
|
3192
3868
|
"repo": "submodules/llm-gateway-api",
|
|
3193
3869
|
"path": "submodules/llm-gateway-api/package.json",
|
|
3194
|
-
"sourceCommit": "
|
|
3870
|
+
"sourceCommit": "83db971a3bc72d5e0d633c8e96215de850dc7359",
|
|
3195
3871
|
"version": "1.0.0",
|
|
3196
3872
|
"sourceManifestHash": "a862e41a632f3aecf1d6037b842a70ca5be91c996a89a68bd8200068355f43b8",
|
|
3197
3873
|
"imageKey": "llm-gateway-api"
|
|
@@ -3208,7 +3884,7 @@
|
|
|
3208
3884
|
"repo": "repos/xema-base",
|
|
3209
3885
|
"path": "repos/xema-base/biomes/agent-runtime",
|
|
3210
3886
|
"version": "0.1.0",
|
|
3211
|
-
"sourceManifestHash": "
|
|
3887
|
+
"sourceManifestHash": "5336acb3131601e721d6d54626c70d1cbbb8f424803f43e974a8ced764a9ffe9"
|
|
3212
3888
|
}
|
|
3213
3889
|
},
|
|
3214
3890
|
{
|
|
@@ -3234,7 +3910,7 @@
|
|
|
3234
3910
|
"repo": "repos/xema-base",
|
|
3235
3911
|
"path": "repos/xema-base/biomes/xema-capability-router",
|
|
3236
3912
|
"version": "0.1.0",
|
|
3237
|
-
"sourceManifestHash": "
|
|
3913
|
+
"sourceManifestHash": "4ccc5c67859a6576a8e994d6a156bb5a3035c5ae1dedc3708d0f2da101cd564f"
|
|
3238
3914
|
}
|
|
3239
3915
|
}
|
|
3240
3916
|
],
|
|
@@ -3249,7 +3925,9 @@
|
|
|
3249
3925
|
"icon": "search",
|
|
3250
3926
|
"category": "knowledge",
|
|
3251
3927
|
"summary": "Full-text and vector search facade over OpenSearch for cross-entity discovery."
|
|
3252
|
-
}
|
|
3928
|
+
},
|
|
3929
|
+
"systemSurface": false,
|
|
3930
|
+
"launch": "static"
|
|
3253
3931
|
}
|
|
3254
3932
|
],
|
|
3255
3933
|
"platformServices": [
|
|
@@ -3262,7 +3940,7 @@
|
|
|
3262
3940
|
"repositoryUrl": "https://github.com/xema-dev/billing-api",
|
|
3263
3941
|
"repo": "submodules/billing-api",
|
|
3264
3942
|
"path": "submodules/billing-api/package.json",
|
|
3265
|
-
"sourceCommit": "
|
|
3943
|
+
"sourceCommit": "c3cdb18b44f5d100ed959d6ff43170a162346f89",
|
|
3266
3944
|
"version": "0.0.1",
|
|
3267
3945
|
"sourceManifestHash": "bffedc40a8eb621172ffc81dbc9e602e92cb0af7d35e704e83622c5bb06eb654",
|
|
3268
3946
|
"imageKey": "billing-api"
|
|
@@ -3277,7 +3955,7 @@
|
|
|
3277
3955
|
"repositoryUrl": "https://github.com/xema-dev/event-hub-api.git",
|
|
3278
3956
|
"repo": "submodules/event-hub-api",
|
|
3279
3957
|
"path": "submodules/event-hub-api/package.json",
|
|
3280
|
-
"sourceCommit": "
|
|
3958
|
+
"sourceCommit": "6bc36b61db3ef7c9384410c1a151dab4dd1bd559",
|
|
3281
3959
|
"version": "2.0.0",
|
|
3282
3960
|
"sourceManifestHash": "2e57d7356ed288b00e35f3ee4aa542cdbb1eb25d94a8fecbc2bda76cedd5f995",
|
|
3283
3961
|
"imageKey": "event-hub-api"
|
|
@@ -3292,9 +3970,9 @@
|
|
|
3292
3970
|
"repositoryUrl": "https://github.com/xema-dev/identity-api.git",
|
|
3293
3971
|
"repo": "submodules/identity-api",
|
|
3294
3972
|
"path": "submodules/identity-api/package.json",
|
|
3295
|
-
"sourceCommit": "
|
|
3973
|
+
"sourceCommit": "5bca87e39c536159b91c58d4e8a30d8df2f12ca4",
|
|
3296
3974
|
"version": "0.0.2",
|
|
3297
|
-
"sourceManifestHash": "
|
|
3975
|
+
"sourceManifestHash": "f0acc5e81bb3b00f98e1fde709e9dc24903bdf2ce5bdc6eeec0d5b9338bf5c1b",
|
|
3298
3976
|
"imageKey": "identity-api"
|
|
3299
3977
|
}
|
|
3300
3978
|
},
|
|
@@ -3307,7 +3985,7 @@
|
|
|
3307
3985
|
"repositoryUrl": "https://github.com/xema-dev/llm-gateway-api.git",
|
|
3308
3986
|
"repo": "submodules/llm-gateway-api",
|
|
3309
3987
|
"path": "submodules/llm-gateway-api/package.json",
|
|
3310
|
-
"sourceCommit": "
|
|
3988
|
+
"sourceCommit": "83db971a3bc72d5e0d633c8e96215de850dc7359",
|
|
3311
3989
|
"version": "1.0.0",
|
|
3312
3990
|
"sourceManifestHash": "a862e41a632f3aecf1d6037b842a70ca5be91c996a89a68bd8200068355f43b8",
|
|
3313
3991
|
"imageKey": "llm-gateway-api"
|
|
@@ -3322,7 +4000,7 @@
|
|
|
3322
4000
|
"repositoryUrl": "https://github.com/xema-dev/secrets-api.git",
|
|
3323
4001
|
"repo": "submodules/secrets-api",
|
|
3324
4002
|
"path": "submodules/secrets-api/package.json",
|
|
3325
|
-
"sourceCommit": "
|
|
4003
|
+
"sourceCommit": "34ae47ba5dad3bf8674eedf63851b0a161d1645b",
|
|
3326
4004
|
"version": "1.0.0",
|
|
3327
4005
|
"sourceManifestHash": "51d6db6fac73a58b167eb7615c371fc75dfdb13a294c22ddb98c18d99df620a7",
|
|
3328
4006
|
"imageKey": "secrets-api"
|
|
@@ -3330,19 +4008,63 @@
|
|
|
3330
4008
|
},
|
|
3331
4009
|
{
|
|
3332
4010
|
"name": "xema-kernel-server",
|
|
3333
|
-
"tier": "kernel"
|
|
4011
|
+
"tier": "kernel",
|
|
4012
|
+
"source": {
|
|
4013
|
+
"name": "xema-kernel-server",
|
|
4014
|
+
"tier": "kernel",
|
|
4015
|
+
"repositoryUrl": "https://github.com/xema-dev/xema-base.git",
|
|
4016
|
+
"repo": "repos/xema-base",
|
|
4017
|
+
"path": "repos/xema-base/kernel/xema-kernel-server/package.json",
|
|
4018
|
+
"sourceCommit": "b29524fbad5baa50f68005ed266a62c886cce69e",
|
|
4019
|
+
"version": "0.1.0",
|
|
4020
|
+
"sourceManifestHash": "d84b71fafcbee7cdfe7f3b329a02578228bb008f4352788786869eaada86fce4",
|
|
4021
|
+
"imageKey": "xema-kernel-server"
|
|
4022
|
+
}
|
|
3334
4023
|
},
|
|
3335
4024
|
{
|
|
3336
4025
|
"name": "docs-api",
|
|
3337
|
-
"tier": "platform"
|
|
4026
|
+
"tier": "platform",
|
|
4027
|
+
"source": {
|
|
4028
|
+
"name": "docs-api",
|
|
4029
|
+
"tier": "platform",
|
|
4030
|
+
"repositoryUrl": "https://github.com/xema-dev/xema-docs.git",
|
|
4031
|
+
"repo": "repos/xema-docs",
|
|
4032
|
+
"path": "repos/xema-docs/package.json",
|
|
4033
|
+
"sourceCommit": "653663d3dfd88a32be922cfb0ac111808adbec97",
|
|
4034
|
+
"version": "0.0.1",
|
|
4035
|
+
"sourceManifestHash": "10770a77153a2549a3e1af1142e3c52f1125f9b7a178937f1c05f76ce88e7cbc",
|
|
4036
|
+
"imageKey": "docs-api"
|
|
4037
|
+
}
|
|
3338
4038
|
},
|
|
3339
4039
|
{
|
|
3340
4040
|
"name": "opencode-image-prepuller",
|
|
3341
|
-
"tier": "platform"
|
|
4041
|
+
"tier": "platform",
|
|
4042
|
+
"source": {
|
|
4043
|
+
"name": "opencode-image-prepuller",
|
|
4044
|
+
"tier": "platform",
|
|
4045
|
+
"repositoryUrl": "https://github.com/xema-dev/xema-base.git",
|
|
4046
|
+
"repo": "repos/xema-base",
|
|
4047
|
+
"path": "repos/xema-base/biomes/opencode-runtime/xema-biome.json",
|
|
4048
|
+
"sourceCommit": "b29524fbad5baa50f68005ed266a62c886cce69e",
|
|
4049
|
+
"version": "0.1.0",
|
|
4050
|
+
"sourceManifestHash": "4b38bba65e002f24e26ef4572ffa0e123da6cb0cdf0cd2fa5b2582e969abeb94",
|
|
4051
|
+
"imageKey": "opencode-worker"
|
|
4052
|
+
}
|
|
3342
4053
|
},
|
|
3343
4054
|
{
|
|
3344
4055
|
"name": "xema-host-web",
|
|
3345
|
-
"tier": "edge"
|
|
4056
|
+
"tier": "edge",
|
|
4057
|
+
"source": {
|
|
4058
|
+
"name": "xema-host-web",
|
|
4059
|
+
"tier": "edge",
|
|
4060
|
+
"repositoryUrl": "https://github.com/xema-dev/xema-host-web.git",
|
|
4061
|
+
"repo": "submodules/xema-host-web",
|
|
4062
|
+
"path": "submodules/xema-host-web/package.json",
|
|
4063
|
+
"sourceCommit": "0c61f431abc8543fe9475535640f339311083966",
|
|
4064
|
+
"version": "2.2.0",
|
|
4065
|
+
"sourceManifestHash": "30300d6cf87a55727209e9a9580500aaf9094659a4043481c74b33deb3163005",
|
|
4066
|
+
"imageKey": "xema-host-web"
|
|
4067
|
+
}
|
|
3346
4068
|
}
|
|
3347
4069
|
],
|
|
3348
4070
|
"capabilityDomainOwners": [
|
|
@@ -3422,6 +4144,10 @@
|
|
|
3422
4144
|
"domain": "studio",
|
|
3423
4145
|
"biomeId": "studio-author"
|
|
3424
4146
|
},
|
|
4147
|
+
{
|
|
4148
|
+
"domain": "template",
|
|
4149
|
+
"biomeId": "template-registry"
|
|
4150
|
+
},
|
|
3425
4151
|
{
|
|
3426
4152
|
"domain": "web",
|
|
3427
4153
|
"biomeId": "web-access"
|
|
@@ -3443,5 +4169,5 @@
|
|
|
3443
4169
|
"biomeId": "xema-shell"
|
|
3444
4170
|
}
|
|
3445
4171
|
],
|
|
3446
|
-
"inputHash": "
|
|
4172
|
+
"inputHash": "5b680861bd74426e6237143e05dec90eaeb8cfe6138c1c61445de3ee2099f71e"
|
|
3447
4173
|
}
|