feat(registry): add fail-closed runtime lookup
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
export {
|
||||
OperationRegistry,
|
||||
RuntimeRegistryError,
|
||||
listOperations,
|
||||
operationRegistry,
|
||||
requireExecutableOperation,
|
||||
requireOperation,
|
||||
} from './runtime-registry.ts';
|
||||
export type { RuntimeOperationDescriptor, RuntimeRegistryErrorCode } from './runtime-registry.ts';
|
||||
Reference in New Issue
Block a user