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
fix: simplify package.json resolution in CLI getVersion()
The compiled CLI always lives at dist/tools/cli/openedx.js, now, so the
package root is always exactly three levels up. The previous
candidate-list approach included a two-level path that could never
match once we adopted this layout.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments