Skip to content

platform

Generated Reference

Cross-cutting platform primitives for events, hooks, plugins, observability, policy, queueing, tenancy, and versioning. This page is generated from core/platform/index.ts against package version 0.14.0 on the 0.14 docs line.

Import

ts
import { createTypedEventBus, createHookRegistry, createPluginRegistry } from '@system-core/core/platform'

Entry

FieldValue
Import path@system-core/core/platform
Package export./platform
Source entrycore/platform/index.ts
Exported symbols358
Runtime file./dist/platform.js
Types file./dist/platform.d.ts

Use This Surface When

  • Use this when you need typed events, hook registries, or plugin primitives directly.
  • Reach for platform APIs to extend the runtime without importing internal files.
  • Treat platform as the owner of cross-cutting behavior rather than scattering extensions through app code.

Public Surface

Functions

ExportKindSource
_recordQueueAdapterFailurefunctioncore/platform/queue.ts
applyAuditRedactionfunctioncore/platform/audit-policy.ts
assertMigrationsCurrentfunctioncore/platform/migration-check.ts
buildAuditErasurePlanfunctioncore/platform/audit-policy.ts
buildErrorAttributesfunctioncore/platform/observability.ts
buildSystemManifestfunctioncore/platform/system-manifest.ts
classifyErrorfunctioncore/platform/errors/index.ts
createAuditPluginfunctioncore/platform/plugins.ts
createBullMqQueuefunctioncore/platform/queue.ts
createCapabilityManifestfunctioncore/platform/capabilities.ts
createCapabilityManifestEntryfunctioncore/platform/capabilities.ts
createCardinalityGuardfunctioncore/platform/cardinality-guard.ts
createCircuitBreakerfunctioncore/platform/circuit-breaker.ts
createCloudTasksHttpHandlerfunctioncore/platform/queue.ts
createCloudTasksQueuefunctioncore/platform/queue.ts
createConsoleObservabilityfunctioncore/platform/observability.ts
createEncryptedFieldsCodecfunctioncore/platform/secrets/codec.ts
createEncryptedFieldsCodecFromEnvfunctioncore/platform/secrets/codec.ts
createEnvSecretsProviderfunctioncore/platform/secrets/providers.ts
createHealthRegistryfunctioncore/platform/health.ts
createHookRegistryfunctioncore/platform/hooks.ts
createInboundWebhookReceiverfunctioncore/platform/webhooks/receiver.ts
createInboundWebhookRegistryfunctioncore/platform/webhooks/receiver.ts
createInMemoryDeadLetterClassificationStorefunctioncore/platform/dlq-classification-store.ts
createInMemorySecretsProviderfunctioncore/platform/secrets/providers.ts
createInProcessQueuefunctioncore/platform/queue.ts
createMemoryIdempotencyStorefunctioncore/platform/stores/memory.ts
createMemoryKeyValueStorefunctioncore/platform/stores/memory.ts
createOtelObservabilityfunctioncore/platform/observability.ts
createOutboundWebhookDispatcherfunctioncore/platform/webhooks/dispatcher.ts
createPgBossQueuefunctioncore/platform/queue.ts
createPluginRegistryfunctioncore/platform/plugins.ts
createPolicyRegistryfunctioncore/platform/policy.ts
createPostgresDeadLetterClassificationStorefunctioncore/platform/postgres-dlq-classification-store.ts
createPrismaIdempotencyStorefunctioncore/platform/stores/prisma.ts
createPrismaMigrationStorefunctioncore/platform/versioning.ts
createRedisDeadLetterClassificationStorefunctioncore/platform/redis-dlq-classification-store.ts
createRedisIdempotencyStorefunctioncore/platform/stores/redis.ts
createSchedulerfunctioncore/platform/scheduler.ts
createScopedDepsfunctioncore/platform/tenancy.ts
createSearchPluginfunctioncore/platform/plugins.ts
createSqsQueuefunctioncore/platform/queue.ts
createSweepSchedulerfunctioncore/platform/sweep-scheduler.ts
createTypedEventBusfunctioncore/platform/events.ts
decodeKekfunctioncore/platform/secrets/codec.ts
defineSharedPluginfunctioncore/platform/plugins.ts
encodeEnvKeyfunctioncore/platform/secrets/providers.ts
evaluateAuditRetentionfunctioncore/platform/audit-policy.ts
evaluateCredentialRotationfunctioncore/platform/credential-rotation.ts
formatSSEEventfunctioncore/platform/events.ts
getAsyncLocalStoragefunctioncore/platform/tenancy.ts
getCurrentBranchfunctioncore/platform/tenancy.ts
getCurrentTenantfunctioncore/platform/tenancy.ts
hmacSha256HexPlatformfunctioncore/platform/webhooks/crypto.ts
inspectMigrationsfunctioncore/platform/migration-check.ts
installCapabilityPluginfunctioncore/platform/plugins.ts
installTenantMiddlewarefunctioncore/platform/tenancy.ts
isBaseErrorfunctioncore/logic/core/errors.ts
isPlatformErrorfunctioncore/platform/errors/index.ts
isSealedSecretfunctioncore/platform/secrets/codec.ts
isValidWebhookUrlfunctioncore/platform/events.ts
loadKeksFromEnvfunctioncore/platform/secrets/codec.ts
migrationCheckfunctioncore/platform/migration-check.ts
ownerOrAdminfunctioncore/platform/policy.ts
parseSSEEventfunctioncore/platform/events.ts
planKekRotationfunctioncore/platform/credential-rotation.ts
prismaHealthCheckfunctioncore/platform/health.ts
recordErrorfunctioncore/platform/observability.ts
recordMigrationFailurefunctioncore/platform/versioning.ts
recordProviderOperationfunctioncore/platform/provider-observability.ts
requireBranchfunctioncore/platform/tenancy.ts
requiresPermissionfunctioncore/platform/policy.ts
requireTenantfunctioncore/platform/tenancy.ts
rollbackMigrationfunctioncore/platform/versioning.ts
runBootConformancefunctioncore/platform/boot-conformance.ts
runCapabilityConformancefunctioncore/platform/capability-conformance.ts
runMigrationsfunctioncore/platform/versioning.ts
runProviderConformancefunctioncore/platform/provider-conformance.ts
runSchemaDriftDetectionfunctioncore/platform/schema-drift.ts
runTelemetryCoveragefunctioncore/platform/telemetry-coverage.ts
runWithTenantfunctioncore/platform/tenancy.ts
sameTenantfunctioncore/platform/policy.ts
selectExpiredAuditEntriesfunctioncore/platform/audit-policy.ts
signWebhookPayloadfunctioncore/platform/webhooks/crypto.ts
summarizeCredentialRotationfunctioncore/platform/credential-rotation.ts
sweepExpiredDeadLetterClassificationsfunctioncore/platform/postgres-dlq-classification-store.ts
timingSafeEqualHexfunctioncore/platform/webhooks/crypto.ts
toBaseErrorfunctioncore/logic/core/errors.ts
toPlatformErrorfunctioncore/platform/errors/index.ts
validateBranchIdfunctioncore/platform/tenancy.ts
validateCapabilityApiPathsfunctioncore/platform/capabilities.ts
validateCapabilityCrudRoutesfunctioncore/platform/capabilities.ts
validateCapabilityPeerCapabilitiesfunctioncore/platform/capabilities.ts
validateTenantIdfunctioncore/platform/tenancy.ts
verifyWebhookSignaturePlatformfunctioncore/platform/webhooks/crypto.ts
withBranchfunctioncore/platform/tenancy.ts
withProviderRetryfunctioncore/platform/provider-retry.ts

Classs

ExportKindSource
BaseErrorclasscore/logic/core/errors.ts
CircuitOpenErrorclasscore/platform/circuit-breaker.ts
ConfigurationErrorclasscore/logic/core/errors.ts
ConflictErrorclasscore/logic/core/errors.ts
CsrfErrorclasscore/logic/core/errors.ts
ForbiddenErrorclasscore/logic/core/errors.ts
NotFoundErrorclasscore/logic/core/errors.ts
RateLimitErrorclasscore/logic/core/errors.ts
TokenExpiredErrorclasscore/logic/core/errors.ts
UnauthorizedErrorclasscore/logic/core/errors.ts
UpstreamErrorclasscore/logic/core/errors.ts
ValidationErrorclasscore/logic/core/errors.ts

Consts

ExportKindSource
allowconstcore/platform/policy.ts
BRANCH_SCOPED_MODELSconstcore/platform/tenancy.ts
CORE_VERSIONconstcore/platform/versioning.ts
CREDENTIAL_ROTATION_ACTIONSconstcore/platform/credential-rotation.ts
DEFAULT_OUTBOUND_WEBHOOK_JOB_TYPEconstcore/platform/webhooks/dispatcher.ts
DEFAULT_TIMEOUT_MSconstcore/platform/health.ts
denyconstcore/platform/policy.ts
globalHooksconstcore/platform/hooks.ts
I18N_DEPS_EXTENSION_KEYconstcore/platform/plugins.ts
nullObservabilityconstcore/platform/observability.ts
POSTGRES_DLQ_CLASSIFICATION_DDLconstcore/platform/postgres-dlq-classification-store.ts
RECOMMENDED_TIMEOUTS_MSconstcore/platform/health.ts
TENANT_SCOPED_MODELSconstcore/platform/tenancy.ts
UI_STRING_SEED_EXTENSION_KEYconstcore/platform/plugins.ts
WEBHOOK_SIGNATURE_HEADERconstcore/platform/webhooks/crypto.ts

Interfaces

ExportKindSource
AppCapabilityinterfacecore/platform/capabilities.ts
AppCapabilityAdminNavGroupinterfacecore/platform/capabilities.ts
AppCapabilityAdminNavIteminterfacecore/platform/capabilities.ts
AppCapabilityAdminPageinterfacecore/platform/capabilities.ts
AppCapabilityAdminSurfaceinterfacecore/platform/capabilities.ts
AppCapabilityApiRouteinterfacecore/platform/capabilities.ts
AppCapabilityApiSurfaceinterfacecore/platform/capabilities.ts
AppCapabilityCrudFieldinterfacecore/platform/capabilities.ts
AppCapabilityCrudResourceinterfacecore/platform/capabilities.ts
AppCapabilityPrismaModelinterfacecore/platform/capabilities.ts
AppCapabilityPrismaSurfaceinterfacecore/platform/capabilities.ts
AppCapabilitySiteSectioninterfacecore/platform/capabilities.ts
AppCapabilitySiteSurfaceinterfacecore/platform/capabilities.ts
AppCapabilityTelemetrySurfaceinterfacecore/platform/capabilities.ts
AppCapabilityTenancySurfaceinterfacecore/platform/capabilities.ts
AuditEntryLikeinterfacecore/platform/audit-policy.ts
AuditErasurePlaninterfacecore/platform/audit-policy.ts
AuditErasurePlanIteminterfacecore/platform/audit-policy.ts
AuditPluginOptionsinterfacecore/platform/plugins.ts
AuditRedactionPolicyinterfacecore/platform/audit-policy.ts
AuditRetentionDecisioninterfacecore/platform/audit-policy.ts
AuditRetentionPolicyinterfacecore/platform/audit-policy.ts
BackgroundQueueAdapterinterfacecore/platform/queue.ts
BootConformanceHealthSourceinterfacecore/platform/boot-conformance.ts
BootConformanceHookSourceinterfacecore/platform/boot-conformance.ts
BootConformanceIssueinterfacecore/platform/boot-conformance.ts
BootConformancePluginSourceinterfacecore/platform/boot-conformance.ts
BootConformancePolicySourceinterfacecore/platform/boot-conformance.ts
BootConformanceReportinterfacecore/platform/boot-conformance.ts
BootConformanceTelemetryWiringSourceinterfacecore/platform/boot-conformance.ts
BranchContextinterfacecore/platform/tenancy.ts
BuildSystemManifestInputinterfacecore/platform/system-manifest.ts
BuildSystemManifestSystemInputinterfacecore/platform/system-manifest.ts
BullMqQueueOptionsinterfacecore/platform/queue.ts
CanChaininterfacecore/platform/policy.ts
CapabilityCredentialDeclarationinterfacecore/platform/capabilities.ts
CapabilityManifestApiRouteinterfacecore/platform/capabilities.ts
CapabilityManifestEntryinterfacecore/platform/capabilities.ts
CapabilityPluginExtensioninterfacecore/platform/plugins.ts
CapabilityPluginOptionsinterfacecore/platform/plugins.ts
CapabilityPublicConfiginterfacecore/platform/capabilities.ts
CardinalityGuardOptionsinterfacecore/platform/cardinality-guard.ts
CardinalityViolationinterfacecore/platform/cardinality-guard.ts
CheckChaininterfacecore/platform/policy.ts
CircuitBreakerinterfacecore/platform/circuit-breaker.ts
CircuitBreakerOptionsinterfacecore/platform/circuit-breaker.ts
CloudTasksQueueOptionsinterfacecore/platform/queue.ts
ConformanceIssueinterfacecore/platform/capability-conformance.ts
ConformanceReportinterfacecore/platform/capability-conformance.ts
CorePluginContextinterfacecore/platform/plugins.ts
CreateInboundWebhookReceiverOptionsinterfacecore/platform/webhooks/receiver.ts
CreateOutboundWebhookDispatcherOptionsinterfacecore/platform/webhooks/dispatcher.ts
CredentialRotationAuditRecordinterfacecore/platform/credential-rotation.ts
CredentialRotationPolicyinterfacecore/platform/credential-rotation.ts
CredentialRotationRejectionRecordinterfacecore/platform/credential-rotation.ts
CredentialRotationStateinterfacecore/platform/credential-rotation.ts
CredentialRotationSummaryinterfacecore/platform/credential-rotation.ts
CredentialRotationTelemetryRecordinterfacecore/platform/credential-rotation.ts
CredentialRotationTransitioninterfacecore/platform/credential-rotation.ts
DeadLetterinterfacecore/platform/queue.ts
DeadLetterClassificationinterfacecore/platform/dlq-classification-store.ts
DeadLetterClassificationStoreinterfacecore/platform/dlq-classification-store.ts
DeadLetterFilterinterfacecore/platform/queue.ts
DispatchResultinterfacecore/platform/webhooks/dispatcher.ts
EncryptedFieldsCodecinterfacecore/platform/secrets/types.ts
EnvSecretsProviderOptionsinterfacecore/platform/secrets/providers.ts
ErrorClassificationinterfacecore/platform/errors/index.ts
ErrorTaxonomyOptionsinterfacecore/logic/core/errors.ts
EventPayloadsinterfacecore/platform/events.ts
HealthCheckinterfacecore/platform/health.ts
HealthCheckResultinterfacecore/platform/health.ts
HealthRegistryinterfacecore/platform/health.ts
HealthRegistryOptionsinterfacecore/platform/health.ts
HealthReportinterfacecore/platform/health.ts
HookEntryinterfacecore/platform/hooks.ts
HookRegistryinterfacecore/platform/hooks.ts
IdempotencyClaiminterfacecore/platform/stores/types.ts
IdempotencyRecordinterfacecore/platform/stores/types.ts
IdempotencyStoreinterfacecore/platform/stores/types.ts
InboundReceiveResultinterfacecore/platform/webhooks/receiver.ts
InboundSecretResolverinterfacecore/platform/webhooks/receiver.ts
InboundWebhookEventinterfacecore/platform/webhooks/receiver.ts
InboundWebhookHandlerinterfacecore/platform/webhooks/receiver.ts
InboundWebhookReceiverinterfacecore/platform/webhooks/receiver.ts
InboundWebhookRegistryinterfacecore/platform/webhooks/receiver.ts
InMemoryDeadLetterClassificationStoreOptionsinterfacecore/platform/dlq-classification-store.ts
InMemorySecretsProviderinterfacecore/platform/secrets/providers.ts
InMemorySecretsProviderOptionsinterfacecore/platform/secrets/providers.ts
InProcessQueueOptionsinterfacecore/platform/queue.ts
JobContextinterfacecore/platform/queue.ts
JobPayloadinterfacecore/platform/queue.ts
KekEntryinterfacecore/platform/secrets/types.ts
KekRotationInputinterfacecore/platform/credential-rotation.ts
KekRotationPlaninterfacecore/platform/credential-rotation.ts
KeyValueStoreinterfacecore/platform/stores/types.ts
LogContextinterfacecore/platform/observability.ts
MemoryStoreOptionsinterfacecore/platform/stores/memory.ts
MetricOptionsinterfacecore/platform/observability.ts
Migrationinterfacecore/platform/versioning.ts
MigrationCheckOptionsinterfacecore/platform/migration-check.ts
MigrationDepsinterfacecore/platform/versioning.ts
MigrationPrismaClientinterfacecore/platform/versioning.ts
MigrationRecordinterfacecore/platform/versioning.ts
MigrationReportinterfacecore/platform/versioning.ts
MigrationStatusinterfacecore/platform/migration-check.ts
MigrationStoreDepsinterfacecore/platform/versioning.ts
ObservabilityAdapterinterfacecore/platform/observability.ts
OnChaininterfacecore/platform/policy.ts
OtelDepsinterfacecore/platform/observability.ts
OutboundWebhookDispatcherinterfacecore/platform/webhooks/dispatcher.ts
OutboundWebhookEventinterfacecore/platform/webhooks/dispatcher.ts
OutboundWebhookJobDatainterfacecore/platform/webhooks/dispatcher.ts
OutboundWebhookQueueAdapterinterfacecore/platform/webhooks/dispatcher.ts
PgBossQueueOptionsinterfacecore/platform/queue.ts
PgLikeClientinterfacecore/platform/postgres-dlq-classification-store.ts
PlatformErrorinterfacecore/platform/errors/index.ts
Plugininterfacecore/platform/plugins.ts
PluginContextinterfacecore/platform/plugins.ts
PluginRegistryinterfacecore/platform/plugins.ts
PolicyContextinterfacecore/platform/policy.ts
PolicyDefinitioninterfacecore/platform/policy.ts
PolicyRegistryinterfacecore/platform/policy.ts
PolicyUserinterfacecore/platform/policy.ts
PostgresDeadLetterClassificationStoreOptionsinterfacecore/platform/postgres-dlq-classification-store.ts
PrismaIdempotencyDelegateinterfacecore/platform/stores/prisma.ts
PrismaIdempotencyRowinterfacecore/platform/stores/prisma.ts
PrismaIdempotencyStoreOptionsinterfacecore/platform/stores/prisma.ts
PrismaMiddlewareParamsinterfacecore/platform/tenancy.ts
ProviderConformanceIssueinterfacecore/platform/provider-conformance.ts
ProviderConformanceMinimalConfiginterfacecore/platform/provider-conformance.ts
ProviderConformanceReportinterfacecore/platform/provider-conformance.ts
ProviderConformanceTargetinterfacecore/platform/provider-conformance.ts
ProviderRetryContextinterfacecore/platform/provider-retry.ts
ProviderRetryPolicyinterfacecore/platform/provider-retry.ts
QueueAdapterinterfacecore/platform/scheduler.ts
RecordProviderOperationDescriptorinterfacecore/platform/provider-observability.ts
RedisDeadLetterClassificationStoreOptionsinterfacecore/platform/redis-dlq-classification-store.ts
RedisIdempotencyStoreOptionsinterfacecore/platform/stores/redis.ts
RedisLikeClientinterfacecore/platform/stores/redis.ts
RunBootConformanceInputinterfacecore/platform/boot-conformance.ts
RunBootConformanceOptionsinterfacecore/platform/boot-conformance.ts
RunCapabilityConformanceOptionsinterfacecore/platform/capability-conformance.ts
RunProviderConformanceOptionsinterfacecore/platform/provider-conformance.ts
RunSchemaDriftDetectionInputinterfacecore/platform/schema-drift.ts
RunSchemaDriftDetectionOptionsinterfacecore/platform/schema-drift.ts
RunTelemetryCoverageInputinterfacecore/platform/telemetry-coverage.ts
RunTelemetryCoverageOptionsinterfacecore/platform/telemetry-coverage.ts
SchedulerControllerinterfacecore/platform/scheduler.ts
SchedulerOptionsinterfacecore/platform/scheduler.ts
SchemaDriftIssueinterfacecore/platform/schema-drift.ts
SchemaDriftReportinterfacecore/platform/schema-drift.ts
SchemaDriftSurfaceSummaryinterfacecore/platform/schema-drift.ts
ScopedKeyinterfacecore/platform/stores/types.ts
SealedSecretinterfacecore/platform/secrets/types.ts
SearchPluginOptionsinterfacecore/platform/plugins.ts
SecretRefinterfacecore/platform/secrets/types.ts
SecretsProviderinterfacecore/platform/secrets/types.ts
SecretValueinterfacecore/platform/secrets/types.ts
SharedPlugininterfacecore/platform/plugins.ts
SpanOptionsinterfacecore/platform/observability.ts
SqsQueueOptionsinterfacecore/platform/queue.ts
StoppableStoreinterfacecore/platform/stores/memory.ts
SweepSchedulerControllerinterfacecore/platform/sweep-scheduler.ts
SweepSchedulerOptionsinterfacecore/platform/sweep-scheduler.ts
SystemManifestinterfacecore/platform/system-manifest.ts
SystemManifestCapabilityinterfacecore/platform/system-manifest.ts
SystemManifestCredentialinterfacecore/platform/system-manifest.ts
SystemManifestHealthCheckinterfacecore/platform/system-manifest.ts
SystemManifestInboundWebhookinterfacecore/platform/system-manifest.ts
SystemManifestOutboundWebhookinterfacecore/platform/system-manifest.ts
SystemManifestPolicyinterfacecore/platform/system-manifest.ts
SystemManifestPrismaModelinterfacecore/platform/system-manifest.ts
SystemManifestQueueinterfacecore/platform/system-manifest.ts
SystemManifestRouteinterfacecore/platform/system-manifest.ts
SystemManifestWebhooksinterfacecore/platform/system-manifest.ts
SystemSSEEventinterfacecore/platform/events.ts
TelemetryCoverageGapinterfacecore/platform/telemetry-coverage.ts
TelemetryCoverageIssueinterfacecore/platform/telemetry-coverage.ts
TelemetryCoverageProviderEntryinterfacecore/platform/telemetry-coverage.ts
TelemetryCoverageQueueEntryinterfacecore/platform/telemetry-coverage.ts
TelemetryCoverageReportinterfacecore/platform/telemetry-coverage.ts
TelemetryCoverageSubsystemEntryinterfacecore/platform/telemetry-coverage.ts
TelemetryCoverageSubsystemSummaryinterfacecore/platform/telemetry-coverage.ts
TenantContextinterfacecore/platform/tenancy.ts
TypedEventBusinterfacecore/platform/events.ts
TypedEventBusOptionsinterfacecore/platform/events.ts
WebhookConfiginterfacecore/platform/events.ts
WebhookSubscriptioninterfacecore/platform/webhooks/dispatcher.ts
WebhookSubscriptionStoreinterfacecore/platform/webhooks/dispatcher.ts

Types

ExportKindSource
AnyEventListenertypecore/platform/events.ts
AnyEventTypetypecore/platform/events.ts
AppCapabilityCrudFieldTypetypecore/platform/capabilities.ts
BootConformanceCodetypecore/platform/boot-conformance.ts
BootConformanceSeveritytypecore/platform/boot-conformance.ts
BranchScopedModeltypecore/platform/tenancy.ts
CircuitStatetypecore/platform/circuit-breaker.ts
ConformanceCodetypecore/platform/capability-conformance.ts
ConformanceSeveritytypecore/platform/capability-conformance.ts
CredentialRotationActiontypecore/platform/credential-rotation.ts
CredentialRotationActionRecordtypecore/platform/credential-rotation.ts
CredentialRotationPhasetypecore/platform/credential-rotation.ts
CredentialRotationSignaltypecore/platform/credential-rotation.ts
ErrorCategorytypecore/logic/core/errors.ts
EventTypetypecore/platform/events.ts
HealthReportStatustypecore/platform/health.ts
HealthSeveritytypecore/platform/health.ts
HealthStatustypecore/platform/health.ts
HookFntypecore/platform/hooks.ts
HookNametypecore/platform/hooks.ts
IdempotencyStatustypecore/platform/stores/types.ts
JobHandlertypecore/platform/queue.ts
LifecycleStagetypecore/platform/hooks.ts
LogLeveltypecore/platform/observability.ts
MetricKindtypecore/platform/observability.ts
PluginEventListenertypecore/platform/events.ts
PluginEventPayloadtypecore/platform/events.ts
PluginEventTypetypecore/platform/events.ts
PolicyActiontypecore/platform/policy.ts
PolicyHandlertypecore/platform/policy.ts
PrismaNexttypecore/platform/tenancy.ts
ProviderConformanceCodetypecore/platform/provider-conformance.ts
ProviderConformanceSeveritytypecore/platform/provider-conformance.ts
SchedulerModetypecore/platform/scheduler.ts
SchemaDriftIssueCodetypecore/platform/schema-drift.ts
SchemaDriftSeveritytypecore/platform/schema-drift.ts
SchemaDriftSurfacetypecore/platform/schema-drift.ts
SecretNamespacetypecore/platform/secrets/types.ts
SweepSchedulerModetypecore/platform/sweep-scheduler.ts
TelemetryCoverageIssueCodetypecore/platform/telemetry-coverage.ts
TelemetryCoverageSeveritytypecore/platform/telemetry-coverage.ts
TelemetryObservabilityKindtypecore/platform/telemetry-coverage.ts
TelemetrySubsystemtypecore/platform/telemetry-coverage.ts
TenantScopedModeltypecore/platform/tenancy.ts
TypedEventListenertypecore/platform/events.ts

system-core documentation for maintainers, integrators, and AI build agents.