Files
kilocode/script/upstream/transforms
marius-kilocode 0e19a61e49 fix: apply patchedDependencies pruning on every package.json path
The pruning was only wired into the conflict-resolution path, but the
unconditional pre-merge pass and the ref reconciler kept the naive
additive merge, so stale upstream patch entries survived whenever the
root package.json did not hit a git conflict. Extract
prunePatchedDependencies and call it before the preserve loop in all
three paths.
2026-07-21 13:13:57 +02:00
..