feat(core-shared/conformance): runtime brand markers + isX predicates

This commit is contained in:
2026-05-12 22:37:43 +02:00
parent 198765ff06
commit a593962b3d
3 changed files with 128 additions and 0 deletions

View File

@@ -2,3 +2,9 @@ export type { Instrumented, Captured } from "./brands";
export type { FeatureManifest, UseCaseManifest } from "./define-feature";
export { defineFeature } from "./define-feature";
export type { ProductionUseCase } from "./production-use-case";
export {
attachBrand,
isInstrumented,
isCaptured,
isAudited,
} from "./brand-runtime";