@xemahq/biome-sdk
v0.4.3
Published
Consolidated biome-authoring SDK for Xema. One package, per-surface subpath exports: the root meta-import re-exports every kernel contract a biome author needs; `./builder` is the defineBiome entry; `./host` ships framework-agnostic host primitives; `./ap
Readme
@xemahq/biome-sdk
Single meta-import for Xema biome development
Overview
A convenience meta-package that re-exports the full public surface of every kernel contract a biome author needs — contribution, capability, xema-object, space, biome, and execution-environment contracts. Instead of importing from several separate packages, a biome imports everything it needs from here, with the canonical typed versions exposed under stable names.
When to use it
- Use it when authoring a biome and you want one import path for the kernel contracts rather than depending on each contract package directly.
Installation
pnpm add @xemahq/biome-sdkUsage
import {
BiomeManifestSchema,
CapabilityRefSchema,
ContributionKind,
XemaObjectKind,
SpaceKind,
} from '@xemahq/biome-sdk';License
Apache-2.0 © Xema — xema.dev
