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
refactor: rename binary vp to vt and make program name configurable (#228)
- Rename binary from `vp` to `vt` in Cargo.toml
- Support both `vp` and `vt` (and `vpr` shorthand) in nested scripts.
## Details
- Rename `SessionCallbacks` → `SessionConfig` with a `program_name: Str` field, making all libraries agnostic about the program name
- Add `program_name` to `LabeledReporterBuilder`/`LabeledGraphReporter` and thread it through to `format_compact_summary` so summary output shows the correct binary name
- Rename `OwnedSessionCallbacks` → `OwnedSessionConfig` and `as_callbacks()` → `as_config()`
- Update all test fixtures, snapshots, and [CLAUDE.md](http://CLAUDE.md) to use `vt`
Copy file name to clipboardExpand all lines: crates/vite_task_bin/tests/e2e_snapshots/fixtures/associate-existing-cache/snapshots/associate existing cache.snap
0 commit comments