Commit 893f017
V48 Gate 3 (implementation-only): #25 harness deposit-mode plumbing (synthesizeMode + steering into the in-box runner)
The harness can now run the in-box pipeline in DEPOSIT mode (the foundation of #25). synthesizeMode ('deposit'|'read') + deposit steering (obfuscations, protectedIpExclusions, demandContext) flow through buildAssetPackSandboxHarness → PipelineHarnessManifest → the in-box runner INPUT, so the in-box assetPackPipeline resolves deposit mode (resolveSynthesizeAssetPacksMode reads input.synthesizeMode) and runs the deposit SDIVF over the box's local checkout. The runner now surfaces the synthesized implementation:options in evidence.json as depositOptions, so the dispatching route can project them.
- types.ts: PipelineHarnessManifest gains synthesizeMode + depositSteering.
- manifest.ts: buildAssetPackPipelineHarnessManifest accepts + stores them.
- asset-pack-harness.ts: options → manifest; the in-box runner template carries synthesizeMode + steering in the input and depositOptions in the evidence.
Tests: deposit-mode plumbing (manifest carries synthesizeMode + steering; defaults to read) + the existing runner-syntax-validity test confirms the template edits compile. pipeline-hosts 6 suites/34 green; tsc clean. The deposit route's sandbox dispatch (reading evidence.depositOptions → projection → persist) is the remaining #25 piece.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent d7f1d0a commit 893f017
4 files changed
Lines changed: 56 additions & 0 deletions
File tree
- packages/pipeline-hosts/src
- __tests__
Lines changed: 29 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
42 | 71 | | |
43 | 72 | | |
44 | 73 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
48 | 56 | | |
49 | 57 | | |
50 | 58 | | |
| |||
87 | 95 | | |
88 | 96 | | |
89 | 97 | | |
| 98 | + | |
| 99 | + | |
90 | 100 | | |
91 | 101 | | |
92 | 102 | | |
| |||
1783 | 1793 | | |
1784 | 1794 | | |
1785 | 1795 | | |
| 1796 | + | |
| 1797 | + | |
| 1798 | + | |
| 1799 | + | |
1786 | 1800 | | |
1787 | 1801 | | |
1788 | 1802 | | |
| |||
2145 | 2159 | | |
2146 | 2160 | | |
2147 | 2161 | | |
| 2162 | + | |
2148 | 2163 | | |
2149 | 2164 | | |
2150 | 2165 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| 115 | + | |
| 116 | + | |
115 | 117 | | |
116 | 118 | | |
117 | 119 | | |
| |||
130 | 132 | | |
131 | 133 | | |
132 | 134 | | |
| 135 | + | |
| 136 | + | |
133 | 137 | | |
134 | 138 | | |
135 | 139 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
105 | 113 | | |
106 | 114 | | |
107 | 115 | | |
| |||
0 commit comments