Skip to content

fix: detect ancestor install version shadows - #438

Merged
aryamthecodebreaker merged 1 commit into
mainfrom
codex/v084-install-resolution
Aug 2, 2026
Merged

fix: detect ancestor install version shadows#438
aryamthecodebreaker merged 1 commit into
mainfrom
codex/v084-install-resolution

Conversation

@aryamthecodebreaker

Copy link
Copy Markdown
Owner

Summary

  • make Doctor compare an exact npm-requested package version with the running version
  • fail unhealthy when a local or ancestor install overrides that request
  • replace the misleading npm exec recommendation with a verified isolated-prefix/direct-shim flow
  • add focused regression coverage

Verification

  • CLI tests: 162 passed
  • CLI typecheck and lint passed
  • manual Doctor mismatch probe exits 1 with both requested and running versions

Closes #437

@aryamthecodebreaker
aryamthecodebreaker merged commit c2de115 into main Aug 2, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Doctor misses ancestor install shadowing an exact npm exec request

1 participant