/** * Export-surface lock for `@opensip-tools/graph`. * * The public barrel is the marketplace contract surface: `graphTool` plus the * `GraphLanguageAdapter` authoring API (adapter registry, edge/body-digest * helpers, recipe/rule authoring) that external adapter packs consume. This * test pins the exact set of **runtime (value) exports** so the barrel cannot * silently re-grow to leak engine internals — the regression the 2026-06-05 * boundary audit found, where the concrete `CatalogRepo` persistence repo sat * on the contract with no external consumer (now demoted to * `@opensip-tools/graph/internal`). * * Scope note: type-only exports are erased at runtime and cannot be asserted * here. Adding a *value* export to the barrel is a deliberate minor-version act * and must be reflected in EXPECTED below (and in the package catalog); * removing one is a major change. */ export {}; //# sourceMappingURL=public-api.test.d.ts.map