Commit 8a10375
committed
feat/batch-changes: drop unneeded v3 cache-key canonicalization
The Step.MarshalJSON canonicalization and v3 image→container parse-time
mirroring are not required for server-side codingAgent execution: the
server canonicalizes container on the wire, so src-cli receives
container-only JSON and reads step.Container directly.
These changes hardened src-cli's local handling of v3 specs (preview /
validate / apply paths) but were already broken pre-PR; restoring that is
out of scope here. Drop them to keep this PR focused on the codingAgent
feature.1 parent 02c8933 commit 8a10375
2 files changed
Lines changed: 3 additions & 73 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| |||
113 | 112 | | |
114 | 113 | | |
115 | 114 | | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | 115 | | |
134 | 116 | | |
135 | 117 | | |
| |||
192 | 174 | | |
193 | 175 | | |
194 | 176 | | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | 177 | | |
206 | 178 | | |
207 | 179 | | |
| |||
225 | 197 | | |
226 | 198 | | |
227 | 199 | | |
228 | | - | |
229 | | - | |
| 200 | + | |
230 | 201 | | |
231 | 202 | | |
232 | 203 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| |||
27 | 26 | | |
28 | 27 | | |
29 | 28 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
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 | 29 | | |
71 | 30 | | |
72 | 31 | | |
| |||
95 | 54 | | |
96 | 55 | | |
97 | 56 | | |
98 | | - | |
99 | | - | |
| 57 | + | |
| 58 | + | |
100 | 59 | | |
101 | 60 | | |
0 commit comments