Skip to content

Commit d669757

Browse files
committed
fix: re-export getShadowBackfillStopReason through the embedding barrel
The stop-reason commit imported it in backfill-embeddings.ts through the barrel but exported it only from project-embedding-registry.ts, leaving the scripts typecheck leg red (caught by the deletion mason's gate run).
1 parent cf7f53e commit d669757

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • packages/plugin/src/features/magic-context/memory

packages/plugin/src/features/magic-context/memory/embedding.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ export {
2828
getPrimaryEmbeddingMeasurementCohort,
2929
getProjectEmbeddingSnapshot,
3030
getShadowBackfillRemaining,
31+
getShadowBackfillStopReason,
3132
getShadowEmbeddingMeasurementCohort,
3233
markProjectLoadUntrusted,
3334
registerProjectEmbedding,

0 commit comments

Comments
 (0)