Problem
skill-audit a b silently scans only b (loop overwrites opts.path, last one wins) with no error.
Where
src/cli.js (parseArgs: bare path branch overwrites).
Acceptance
Add a failing test first asserting multiple positional paths exit 2 (or scan both) instead of silently scanning one. Then fix.
Problem
skill-audit a bsilently scans onlyb(loop overwritesopts.path, last one wins) with no error.Where
src/cli.js(parseArgs: bare path branch overwrites).Acceptance
Add a failing test first asserting multiple positional paths exit 2 (or scan both) instead of silently scanning one. Then fix.