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
{{ message }}
This repository was archived by the owner on Mar 5, 2026. It is now read-only.
Problem
Nuanced indexes all JS/TS files in a directory, including files that shouldn't be analyzed:
dist/,build/,out/)Impact
Requested solutions (any would help)
nuanced index- CLI option for ad-hoc exclusions (e.g.,nuanced index --exclude "dist/**")Current workaround
Manually delete artifacts before indexing, or use explicit directory arguments.