OSS-first docs
These docs teach the open system first: contracts, generated surfaces, runtimes, governance, and incremental adoption. Studio shows up as the operating layer on top, not as the source of truth.
The entity ontology public surface is intentionally additive through the root barrel and the narrow `./entities` package subpath.
Public import
import {
defineContractEntity,
defineContractEdge,
EntityRegistry,
} from '@lssm-tech/lib.contracts-spec/entities';Compatibility decision
•
`@lssm-tech/lib.contracts-spec` exports the entity ontology symbols from the root barrel.
•
`@lssm-tech/lib.contracts-spec/entities` is not introduced by this ledger.
•
Future work that adds `./entities` must update `package.json`, the publish exports, tests, docs, and release metadata together.