feat(registry): add fail-closed runtime lookup

This commit is contained in:
chick
2026-07-17 01:34:13 +08:00
parent 7b91dbbad1
commit 243565a75e
4 changed files with 244 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
export {
OperationRegistry,
RuntimeRegistryError,
listOperations,
operationRegistry,
requireExecutableOperation,
requireOperation,
} from './runtime-registry.ts';
export type { RuntimeOperationDescriptor, RuntimeRegistryErrorCode } from './runtime-registry.ts';