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(enhance): use robust package.json path resolution
Address PR #130 feedback: Replace hardcoded relative path assumption
with findNearestPackageJson() that walks up the directory tree.
This fixes the issue where plugin analyzer would fail if run from
non-standard directory structure.
0 commit comments