feat(operations): add audited runtime catalog

This commit is contained in:
chick
2026-07-17 09:07:50 +08:00
parent 243565a75e
commit 8018b36adf
15 changed files with 1617 additions and 21 deletions
@@ -0,0 +1,7 @@
import catalog from './operation-catalog-58e2204.json' with { type: 'json' };
import type { OperationCatalogRegistry, OperationCatalogRow } from './operation-catalog-service.js';
/** Generated safe six-field projection of the audited 58e2204 registry. */
export const operationCatalogRegistry: OperationCatalogRegistry = Object.freeze({
listOperations: (): readonly OperationCatalogRow[] => catalog as readonly OperationCatalogRow[],
});