/** * Export-surface lock for `@opensip-tools/graph/internal`. * * `/internal` is the deliberate, test-only escape hatch (ADR-0009): the * cross-package adapter + CLI-telemetry suites reach `runGraph`/`executeGraph`, * the raw rule instances, `buildIndexes`, the heap-preflight surface, and * `CatalogRepo` through it without going through Commander. Production code in * other packages must NOT import it (dependency-cruiser enforces that). * * This lock keeps the internal surface from growing silently — the 2026-06-05 * boundary audit's concern that a test-only contract can quietly widen and slow * future refactors/extraction. Every addition here must be a conscious act * recorded in EXPECTED below; the goal is to keep this list SHRINKING over time * (toward black-box recipe-level fixtures), never expanding by accident. */ export {}; //# sourceMappingURL=internal-surface.test.d.ts.map