You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .docs/ASSET_PACKS.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -252,7 +252,7 @@ Finish:
252
252
)
253
253
```
254
254
255
-
Implementation lives in `packages/asset-packs-pipelines/syntheses/domain/src/phases/deposit-phases.ts`.
255
+
Implementation lives in `packages/asset-packs-pipelines/syntheses/domain/src/phases/execution-pipeline-sdivf-synthesize-deposit-asset-packs-phase-delegators.ts`.
*Document owner: product + pipeline maintainers. Prefer updating this file when deposit agent roster keys, absolute catalog kinds, or Finish schemas change — keep it aligned with `deposit-phases.ts` and `ASSET_PACK_ABSOLUTES_CATALOG`.*
726
+
*Document owner: product + pipeline maintainers. Prefer updating this file when deposit agent roster keys, absolute catalog kinds, or Finish schemas change — keep it aligned with `execution-pipeline-sdivf-synthesize-deposit-asset-packs-phase-delegators.ts` and `ASSET_PACK_ABSOLUTES_CATALOG`.*
Copy file name to clipboardExpand all lines: packages/asset-packs-pipelines/syntheses/deposit/src/phases/execution-pipeline-sdivf-synthesize-deposit-asset-packs-phase-delegators.ts
+76-15Lines changed: 76 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,10 @@
1
1
/**
2
-
* Deposit-only SDIVF phase rosters for ExecutionPipelineSDIVFSynthesizeDepositAssetPacks.
Copy file name to clipboardExpand all lines: packages/asset-packs-pipelines/syntheses/domain/src/__tests__/synthesize-asset-packs-phase-rosters.test.ts
+20-20Lines changed: 20 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,8 @@
3
3
* Deposit / read SDIVF phase rosters (V48).
4
4
*
5
5
* Separate product pipelines (no unified lensed roster):
6
-
* - depositPhases from phases/deposit-phases
7
-
* - readPhases from phases/read-phases
6
+
* - executionPipelineSDIVFSynthesizeDepositAssetPacksPhaseDelegators from phases/execution-pipeline-sdivf-synthesize-deposit-asset-packs-phase-delegators
7
+
* - executionPipelineSDIVFSynthesizeReadAssetPacksPhaseDelegators from phases/execution-pipeline-sdivf-synthesize-read-asset-packs-phase-delegators
8
8
*
9
9
* These tests pin:
10
10
* 1. per-phase agent ROSTER each product registers (keys + modules), and
@@ -25,17 +25,17 @@ import { registerImplementationAgents } from '../phases/implementation';
Copy file name to clipboardExpand all lines: packages/asset-packs-pipelines/syntheses/domain/src/index.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ export * from './embedding-config';
44
44
export*from'./resolve-source-checkout-catalog';
45
45
46
46
// Phase builders shared by both products (setup/discovery helpers).
47
-
// Product rosters (depositPhases / readPhases) live on the product packages —
47
+
// Product rosters (executionPipelineSDIVFSynthesizeDepositAssetPacksPhaseDelegators / executionPipelineSDIVFSynthesizeReadAssetPacksPhaseDelegators) live on the product packages —
0 commit comments