finished refactoring the directory layout, no longer stubs

This commit is contained in:
2026-05-25 02:36:08 -06:00
parent 4f378c3825
commit 5ec088c250
19 changed files with 553 additions and 559 deletions
+3 -3
View File
@@ -16,14 +16,14 @@ import {
makeTrustedSegmentsPath,
makeTrustedSummaryPath,
makeVerifiedPreviousRunManifest,
} from "../src/domain/models/IngestSnapshot.js"
} from "../src/contexts/ingest-snapshot/index.js"
import {
apply,
decide,
makeAwaitingSnapshotSelection,
validatePreviousRunManifest,
} from "../src/policies/decideSnapshotIngest.js"
import { workflow } from "../src/workflows/ingestSnapshot.js"
workflow,
} from "../src/contexts/ingest-snapshot/index.js"
const makeCommand = (
overrides: Partial<IngestUpstreamSnapshot> = {},