refactor: rename binary vp to vt and make program name configurable#228
Merged
branchseer merged 4 commits intomainfrom Mar 12, 2026
Conversation
- Rename binary from `vp` to `vt` in Cargo.toml - Support both `vp` and `vt` (and `vpr` shorthand) in nested scripts for backward compatibility - 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 to use `vt`
The `needless_pass_by_value` expect was no longer triggered after the SessionCallbacks → SessionConfig rename, causing clippy to error on the unfulfilled expectation. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
fengmk2
approved these changes
Mar 12, 2026
The vp dummy binary was previously tracked in git (bypassing gitignore). The rename commit deleted it but didn't add the replacement vt dummy, causing CI to fail to resolve the vt executable during plan snapshot tests. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

vptovtin Cargo.tomlvpandvt(andvprshorthand) in nested scripts.Details
SessionCallbacks→SessionConfigwith aprogram_name: Strfield, making all libraries agnostic about the program nameprogram_nametoLabeledReporterBuilder/LabeledGraphReporterand thread it through toformat_compact_summaryso summary output shows the correct binary nameOwnedSessionCallbacks→OwnedSessionConfigandas_callbacks()→as_config()vt