-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
bugSomething isn't workingSomething isn't workingcliVix CLI (vix new, build, run, dev)Vix CLI (vix new, build, run, dev)fixedIssue resolved and verified in a released version.Issue resolved and verified in a released version.
Description
Problem
After running vix build with a specific preset, vix run could still default
to dev-ninja instead of reusing the last successful build preset.
Impact
- Inconsistent behavior between
vix buildandvix run - Surprising rebuilds or wrong build-dir selection
- Confusing results in iterative workflows
Fix (v1.17.7)
vix runnow reuses the last successful build preset instead of
defaulting todev-ninja.
Verification
- Build with a custom preset, then run without specifying preset:
- Expected: run uses the same preset/build-dir as last build
- Actual (v1.17.7): ✅ consistent
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingcliVix CLI (vix new, build, run, dev)Vix CLI (vix new, build, run, dev)fixedIssue resolved and verified in a released version.Issue resolved and verified in a released version.