@xemahq/create-biome 0.2.0 → 0.2.2
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/LICENSE +175 -0
- package/README.md +1 -1
- package/dist/bin/create-biome.js +0 -0
- package/dist/lib/template-files.d.ts.map +1 -1
- package/dist/lib/template-files.js +26 -43
- package/dist/lib/template-files.js.map +1 -1
- package/package.json +21 -12
package/LICENSE
ADDED
|
@@ -0,0 +1,175 @@
|
|
|
1
|
+
Xema Business Source License 1.1
|
|
2
|
+
|
|
3
|
+
License text copyright (c) 2020 MariaDB Corporation Ab, All Rights Reserved.
|
|
4
|
+
"Business Source License" is a trademark of MariaDB Corporation Ab.
|
|
5
|
+
|
|
6
|
+
-----------------------------------------------------------------------------
|
|
7
|
+
|
|
8
|
+
Parameters
|
|
9
|
+
|
|
10
|
+
Licensor: Neuralchowder Inc.
|
|
11
|
+
|
|
12
|
+
Licensed Work: Xema. The Licensed Work is (c) 2026 Neuralchowder Inc..
|
|
13
|
+
|
|
14
|
+
The Licensed Work includes, without limitation, Xema Core, Xema Runtime,
|
|
15
|
+
Xema Kernel, Xema control plane, Xema application runtime, Xema biome
|
|
16
|
+
runtime, Xema biome registry, Xema store services, Xema orchestration
|
|
17
|
+
services, Xema agents, Xema skills, Xema memory services, Xema APIs, Xema
|
|
18
|
+
user interfaces, Xema command-line tools, Xema deployment artifacts, Xema
|
|
19
|
+
templates, Xema specifications, Xema schemas, Xema manifests, Xema
|
|
20
|
+
documentation, Xema examples, and all source code, object code, binaries,
|
|
21
|
+
packages, modules, configuration files, manifests, schemas, examples,
|
|
22
|
+
templates, documentation, and derivative works included in or distributed
|
|
23
|
+
as part of the Xema software project.
|
|
24
|
+
|
|
25
|
+
The Licensed Work does not include any third-party software, libraries,
|
|
26
|
+
dependencies, packages, assets, or components that are distributed with the
|
|
27
|
+
Licensed Work but are governed by their own separate license terms. Such
|
|
28
|
+
third-party materials remain subject to their respective licenses.
|
|
29
|
+
|
|
30
|
+
A specific file, package, component, or directory may state that it is
|
|
31
|
+
governed by a different license. In that case, that specific file, package,
|
|
32
|
+
component, or directory is governed by the license expressly stated therein.
|
|
33
|
+
|
|
34
|
+
Additional Use Grant:
|
|
35
|
+
|
|
36
|
+
You may make production use of the Licensed Work, provided that your use
|
|
37
|
+
does not include offering, providing, making available, distributing,
|
|
38
|
+
hosting, managing, embedding, reselling, white-labeling, sublicensing,
|
|
39
|
+
commercializing, or otherwise making the Licensed Work, or any modified
|
|
40
|
+
version or derivative work of the Licensed Work, available to Third Parties
|
|
41
|
+
as part of a Competitive Offering.
|
|
42
|
+
|
|
43
|
+
The following definitions and clarifications form part of, and govern
|
|
44
|
+
the interpretation of, the Additional Use Grant set out above.
|
|
45
|
+
|
|
46
|
+
1. "Production Use" means any use of the Licensed Work other than for
|
|
47
|
+
development, testing, evaluation, demonstration, experimentation,
|
|
48
|
+
benchmarking, or other non-production purposes.
|
|
49
|
+
|
|
50
|
+
2. "Affiliate" means any entity that, directly or indirectly,
|
|
51
|
+
controls, is controlled by, or is under common control with you,
|
|
52
|
+
where "control" means ownership of more than fifty percent (50%) of
|
|
53
|
+
the voting interests of the entity, or the power to direct its
|
|
54
|
+
management.
|
|
55
|
+
|
|
56
|
+
3. "Third Party" means any natural person or legal entity other than
|
|
57
|
+
you and your Affiliates.
|
|
58
|
+
|
|
59
|
+
4. "Competitive Offering" means any product or service, made available
|
|
60
|
+
to one or more Third Parties for a fee or other consideration
|
|
61
|
+
(including without limitation on a paid, subscription,
|
|
62
|
+
advertising-supported, hosted, or managed-service basis), that is
|
|
63
|
+
offered or marketed as, or that competes with, a software platform,
|
|
64
|
+
runtime, orchestration system, agent or automation system,
|
|
65
|
+
extension or distribution marketplace, or other software system
|
|
66
|
+
that provides, in substantial part, the same or substantially
|
|
67
|
+
similar capabilities as those provided by the Licensed Work. A
|
|
68
|
+
product or service is a Competitive Offering whether the Licensed
|
|
69
|
+
Work is provided in whole or in part, alone or bundled with other
|
|
70
|
+
software, and whether modified or unmodified.
|
|
71
|
+
|
|
72
|
+
5. Providing, hosting, or managing the Licensed Work for a Third Party,
|
|
73
|
+
or otherwise making the Licensed Work available to a Third Party as
|
|
74
|
+
a hosted or managed service such that the Third Party obtains the
|
|
75
|
+
principal value or functionality of the Licensed Work, is a
|
|
76
|
+
Competitive Offering and is not permitted by the Additional Use
|
|
77
|
+
Grant.
|
|
78
|
+
|
|
79
|
+
6. Subject to the foregoing, the Additional Use Grant permits you to
|
|
80
|
+
make Production Use of the Licensed Work for your own internal
|
|
81
|
+
business purposes and to build, operate, and provide your own
|
|
82
|
+
products and services to Third Parties, provided that the Licensed
|
|
83
|
+
Work itself (whether modified or unmodified) is not the product or
|
|
84
|
+
service, and is not a Competitive Offering, made available to those
|
|
85
|
+
Third Parties.
|
|
86
|
+
|
|
87
|
+
7. You may modify the Licensed Work and create derivative works for
|
|
88
|
+
any purpose permitted by this License. Any Production Use of such
|
|
89
|
+
modified or derivative works remains subject to the same
|
|
90
|
+
restrictions as the Licensed Work, including the prohibition on
|
|
91
|
+
Competitive Offerings.
|
|
92
|
+
|
|
93
|
+
8. Use of the Licensed Work by your own employees, contractors, and
|
|
94
|
+
agents, acting on your behalf and for your benefit, is not by
|
|
95
|
+
itself making the Licensed Work available to a Third Party.
|
|
96
|
+
|
|
97
|
+
9. Embedding or distributing the Licensed Work as a component of your
|
|
98
|
+
own product or service is permitted only where the Licensed Work
|
|
99
|
+
does not constitute the principal value of that product or service
|
|
100
|
+
and the product or service is not a Competitive Offering.
|
|
101
|
+
|
|
102
|
+
10. Nothing in this Additional Use Grant grants any right to use any
|
|
103
|
+
name, trademark, service mark, or logo of the Licensor or its
|
|
104
|
+
Affiliates, except as reasonably required for customary
|
|
105
|
+
attribution.
|
|
106
|
+
|
|
107
|
+
11. The rights stated in this Additional Use Grant are the maximum
|
|
108
|
+
rights granted for Production Use prior to the Change Date. Any
|
|
109
|
+
Production Use not expressly permitted requires a separate
|
|
110
|
+
commercial license from the Licensor.
|
|
111
|
+
|
|
112
|
+
12. If any provision of this Additional Use Grant is held invalid or
|
|
113
|
+
unenforceable, that provision shall be limited or eliminated to
|
|
114
|
+
the minimum extent necessary so that the remainder of this
|
|
115
|
+
Additional Use Grant, and of this License, remains in full force
|
|
116
|
+
and effect. The Licensor reserves all rights not expressly granted
|
|
117
|
+
by this License.
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
Change Date: Four years from the date the specific version of the Licensed
|
|
121
|
+
Work is first publicly released by Licensor.
|
|
122
|
+
|
|
123
|
+
Change License: Mozilla Public License, Version 2.0
|
|
124
|
+
|
|
125
|
+
For information about alternative licensing arrangements, commercial
|
|
126
|
+
licensing, enterprise licensing, OEM licensing, appliance licensing, managed
|
|
127
|
+
service licensing, cloud provider licensing, or other commercial use of the
|
|
128
|
+
Licensed Work, please contact: licensing@neuralchowder.com
|
|
129
|
+
|
|
130
|
+
-----------------------------------------------------------------------------
|
|
131
|
+
|
|
132
|
+
Notice
|
|
133
|
+
|
|
134
|
+
Business Source License 1.1
|
|
135
|
+
|
|
136
|
+
Terms
|
|
137
|
+
|
|
138
|
+
The Licensor hereby grants you the right to copy, modify, create derivative
|
|
139
|
+
works, redistribute, and make non-production use of the Licensed Work. The
|
|
140
|
+
Licensor may make an Additional Use Grant, above, permitting limited
|
|
141
|
+
production use.
|
|
142
|
+
|
|
143
|
+
Effective on the Change Date, or the fourth anniversary of the first publicly
|
|
144
|
+
available distribution of a specific version of the Licensed Work under this
|
|
145
|
+
License, whichever comes first, the Licensor hereby grants you rights under
|
|
146
|
+
the terms of the Change License, and the rights granted in the paragraph above
|
|
147
|
+
terminate.
|
|
148
|
+
|
|
149
|
+
If your use of the Licensed Work does not comply with the requirements
|
|
150
|
+
currently in effect as described in this License, you must purchase a
|
|
151
|
+
commercial license from the Licensor, its affiliated entities, or authorized
|
|
152
|
+
resellers, or you must refrain from using the Licensed Work.
|
|
153
|
+
|
|
154
|
+
All copies of the original and modified Licensed Work, and derivative works of
|
|
155
|
+
the Licensed Work, are subject to this License. This License applies separately
|
|
156
|
+
for each version of the Licensed Work and the Change Date may vary for each
|
|
157
|
+
version of the Licensed Work released by Licensor.
|
|
158
|
+
|
|
159
|
+
You must conspicuously display this License on each original or modified copy
|
|
160
|
+
of the Licensed Work. If you receive the Licensed Work in original or modified
|
|
161
|
+
form from a third party, the terms and conditions set forth in this License
|
|
162
|
+
apply to your use of that work.
|
|
163
|
+
|
|
164
|
+
Any use of the Licensed Work in violation of this License will automatically
|
|
165
|
+
terminate your rights under this License for the current and all other
|
|
166
|
+
versions of the Licensed Work.
|
|
167
|
+
|
|
168
|
+
This License does not grant you any right in any trademark or logo of Licensor
|
|
169
|
+
or its affiliates, provided that you may use a trademark or logo of Licensor
|
|
170
|
+
as expressly required by this License.
|
|
171
|
+
|
|
172
|
+
TO THE EXTENT PERMITTED BY APPLICABLE LAW, THE LICENSED WORK IS PROVIDED ON AN
|
|
173
|
+
"AS IS" BASIS. LICENSOR HEREBY DISCLAIMS ALL WARRANTIES AND CONDITIONS, EXPRESS
|
|
174
|
+
OR IMPLIED, INCLUDING WITHOUT LIMITATION WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
175
|
+
FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, AND TITLE.
|
package/README.md
CHANGED
|
@@ -72,4 +72,4 @@ monorepo root. For web/full, the host's `transpilePackages` and tsconfig
|
|
|
72
72
|
|
|
73
73
|
## License
|
|
74
74
|
|
|
75
|
-
|
|
75
|
+
Business Source License 1.1 (BSL-1.1) — source-available; converts to MPL-2.0 four years after each release. © Xema — [xema.dev](https://xema.dev). See the [repository LICENSE](../../../LICENSE).
|
package/dist/bin/create-biome.js
CHANGED
|
File without changes
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"template-files.d.ts","sourceRoot":"","sources":["../../src/lib/template-files.ts"],"names":[],"mappings":"AAsBA,MAAM,WAAW,eAAe;IAC9B,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC;IACzB,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;IAC7B,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;CAC9B;AAED,MAAM,MAAM,aAAa,GAAG,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,CAAC;AAgc7D,MAAM,WAAW,kBAAmB,SAAQ,eAAe;IAEzD,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;IAE5B,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC;CAC3B;AAMD,wBAAgB,aAAa,CAAC,GAAG,EAAE,kBAAkB,GAAG,aAAa,CA2CpE;
|
|
1
|
+
{"version":3,"file":"template-files.d.ts","sourceRoot":"","sources":["../../src/lib/template-files.ts"],"names":[],"mappings":"AAsBA,MAAM,WAAW,eAAe;IAC9B,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC;IACzB,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;IAC7B,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;CAC9B;AAED,MAAM,MAAM,aAAa,GAAG,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,CAAC;AAgc7D,MAAM,WAAW,kBAAmB,SAAQ,eAAe;IAEzD,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;IAE5B,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC;CAC3B;AAMD,wBAAgB,aAAa,CAAC,GAAG,EAAE,kBAAkB,GAAG,aAAa,CA2CpE;AA4GD,wBAAgB,sBAAsB,CAAC,GAAG,EAAE,eAAe,GAAG,aAAa,CAK1E"}
|
|
@@ -424,56 +424,39 @@ const WEB_TSCONFIG = `{
|
|
|
424
424
|
}
|
|
425
425
|
`;
|
|
426
426
|
function renderWebIndex(ctx, pageComponent, navId) {
|
|
427
|
-
return `import {
|
|
428
|
-
type FrontendBiome,
|
|
429
|
-
type FrontendBiomeFactory,
|
|
430
|
-
type HostBridge,
|
|
431
|
-
} from '@xemahq/ui-kernel';
|
|
427
|
+
return `import { defineWebBiome } from '@xemahq/ui-kernel';
|
|
432
428
|
import { LayoutGrid } from 'lucide-react';
|
|
433
|
-
import { Suspense, createElement, lazy } from 'react';
|
|
434
|
-
|
|
435
|
-
// Lazy-load the page so its dependency graph is fetched only when the user
|
|
436
|
-
// navigates into the route, not at biome registration.
|
|
437
|
-
const ${pageComponent} = lazy(() => import('./pages/${pageComponent}'));
|
|
438
429
|
|
|
439
430
|
/**
|
|
440
431
|
* Frontend module entry-point for the \`${ctx.webBiomeId}\` biome.
|
|
441
432
|
*
|
|
433
|
+
* \`defineWebBiome\` builds the biome from a declarative page list: each page's
|
|
434
|
+
* \`slug\` single-sources BOTH its nav route and its route path (they can never
|
|
435
|
+
* drift), and the page is lazily loaded behind a \`<Suspense>\` boundary. Declare
|
|
436
|
+
* WHAT each surface is via \`category\` — the HOST owns WHERE that category renders
|
|
437
|
+
* in the menu, so you never pick a global section/weight.
|
|
438
|
+
*
|
|
442
439
|
* The host bootstrap fetches \`GET /platform/biomes/web\`, dynamically imports
|
|
443
|
-
* this module for any entry where \`enabled === true\`,
|
|
444
|
-
* export
|
|
445
|
-
* \`
|
|
440
|
+
* this module for any entry where \`enabled === true\`, and registers the default
|
|
441
|
+
* export via \`registerFrontendBiome()\`. Pass \`init\`/\`panels\`/\`session\` to
|
|
442
|
+
* \`defineWebBiome\` for bespoke contributions; add more entries to \`pages\` (with
|
|
443
|
+
* \`navHidden: true\` for deeplink-only detail routes).
|
|
446
444
|
*/
|
|
447
|
-
const ${camelize(ctx.webBiomeId)}Biome
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
],
|
|
463
|
-
routes: [
|
|
464
|
-
{
|
|
465
|
-
path: '${navId}',
|
|
466
|
-
projectScoped: true,
|
|
467
|
-
element: () =>
|
|
468
|
-
createElement(
|
|
469
|
-
Suspense,
|
|
470
|
-
{ fallback: null },
|
|
471
|
-
createElement(${pageComponent}),
|
|
472
|
-
),
|
|
473
|
-
},
|
|
474
|
-
],
|
|
475
|
-
};
|
|
476
|
-
};
|
|
445
|
+
const ${camelize(ctx.webBiomeId)}Biome = defineWebBiome({
|
|
446
|
+
id: '${ctx.webBiomeId}',
|
|
447
|
+
displayName: '${ctx.navLabel}',
|
|
448
|
+
pages: [
|
|
449
|
+
{
|
|
450
|
+
slug: '${navId}',
|
|
451
|
+
label: '${ctx.navLabel}',
|
|
452
|
+
icon: LayoutGrid,
|
|
453
|
+
// One of: primary | build | operate | knowledge | admin | account
|
|
454
|
+
category: 'build',
|
|
455
|
+
scope: 'project',
|
|
456
|
+
load: () => import('./pages/${pageComponent}'),
|
|
457
|
+
},
|
|
458
|
+
],
|
|
459
|
+
});
|
|
477
460
|
|
|
478
461
|
export default ${camelize(ctx.webBiomeId)}Biome;
|
|
479
462
|
`;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"template-files.js","sourceRoot":"","sources":["../../src/lib/template-files.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"template-files.js","sourceRoot":"","sources":["../../src/lib/template-files.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,8 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xemahq/create-biome",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"description": "Scaffolder for real in-tree Xema biomes. `pnpm dlx @xemahq/create-biome <biomeId> --kind service|web|full` generates a biome whose xema-biome.json passes BiomeManifestSchema, whose server APIs bootstrap via XemaServiceModule.forBiome, and whose web surface registers through the host loader glob.",
|
|
5
5
|
"type": "module",
|
|
6
|
+
"license": "LicenseRef-Xema-BSL-1.1",
|
|
7
|
+
"author": "Neuralchowder Inc. <developer@xema.dev> (https://xema.dev)",
|
|
8
|
+
"homepage": "https://xema.dev",
|
|
9
|
+
"repository": {
|
|
10
|
+
"type": "git",
|
|
11
|
+
"url": "git+https://github.com/xema-dev/xema-biome-sdk.git",
|
|
12
|
+
"directory": "packages/dsl/create-biome"
|
|
13
|
+
},
|
|
14
|
+
"bugs": "https://github.com/xema-dev/xema-biome-sdk/issues",
|
|
6
15
|
"publishConfig": {
|
|
7
16
|
"registry": "https://registry.npmjs.org/",
|
|
8
17
|
"access": "public"
|
|
@@ -15,19 +24,13 @@
|
|
|
15
24
|
"files": [
|
|
16
25
|
"dist"
|
|
17
26
|
],
|
|
18
|
-
"scripts": {
|
|
19
|
-
"clean": "rm -rf dist",
|
|
20
|
-
"build": "tsc -p tsconfig.json",
|
|
21
|
-
"format": "prettier --write \"src/**/*.ts\"",
|
|
22
|
-
"typecheck": "tsc -p tsconfig.json --noEmit"
|
|
23
|
-
},
|
|
24
27
|
"devDependencies": {
|
|
25
|
-
"@types/node": "
|
|
26
|
-
"prettier": "
|
|
27
|
-
"typescript": "
|
|
28
|
+
"@types/node": "25.2.3",
|
|
29
|
+
"prettier": "3.6.2",
|
|
30
|
+
"typescript": "5.9.3"
|
|
28
31
|
},
|
|
29
32
|
"dependencies": {
|
|
30
|
-
"@xemahq/biome-sdk": "
|
|
33
|
+
"@xemahq/biome-sdk": "^0.9.0"
|
|
31
34
|
},
|
|
32
35
|
"exports": {
|
|
33
36
|
".": {
|
|
@@ -39,5 +42,11 @@
|
|
|
39
42
|
"types": "./dist/lib/*.d.ts",
|
|
40
43
|
"default": "./dist/lib/*.js"
|
|
41
44
|
}
|
|
45
|
+
},
|
|
46
|
+
"scripts": {
|
|
47
|
+
"clean": "rm -rf dist",
|
|
48
|
+
"build": "tsc -p tsconfig.json",
|
|
49
|
+
"format": "prettier --write \"src/**/*.ts\"",
|
|
50
|
+
"typecheck": "tsc -p tsconfig.json --noEmit"
|
|
42
51
|
}
|
|
43
|
-
}
|
|
52
|
+
}
|