Commit f3c2f78
feat: integrate vite-task runner-aware tools (auto output + tracked envs)
Vite reports its inputs/outputs/envs to the `vp` runner via
`@voidzero-dev/vite-task-client`, so `vp build` no longer needs a
hand-synthesized cache config.
- Bump vite-task git deps to c44d7c33 (runner-aware IPC server/client +
embedded napi addon); regenerate run-config.ts for the new task-config types.
- Point the vite behind vp build/vp dev to latest vitejs/vite (c13a37b53),
which carries the vite-task-client integration. vite lists vite-task-client
in devDependencies, so it is bundled into vite's output (and thus into core)
the same way as vite's other bundled deps (cac, esbuild, ...) — no extra
dependency or build wiring needed.
- Remove vp build's synthetic cache config (env: [VITE_*], manual input
excludes). All-None EnabledCacheConfig keeps caching enabled with auto
input/output inference (output restoration); vp dev stays disabled.
- Snap tests: vp-build-auto-output-restoration, vp-build-auto-tracked-env.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 52a9999 commit f3c2f78
19 files changed
Lines changed: 235 additions & 44 deletions
File tree
- packages
- cli
- binding/src/cli
- snap-tests
- build-vite-env
- plain-terminal-ui-nested
- vp-build-auto-output-restoration
- vp-build-auto-tracked-env
- src
- core
- tools
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | | - | |
| 195 | + | |
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| |||
302 | 302 | | |
303 | 303 | | |
304 | 304 | | |
305 | | - | |
306 | | - | |
307 | | - | |
308 | | - | |
309 | | - | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
310 | 310 | | |
311 | 311 | | |
312 | 312 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
174 | 180 | | |
175 | | - | |
| 181 | + | |
176 | 182 | | |
177 | | - | |
| 183 | + | |
178 | 184 | | |
179 | 185 | | |
180 | 186 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
0 commit comments