- Resolve imports satisfied via transitive peerDeps (d654ec7)
- Don't flag undeclared sibling workspace imports as unlisted (#1742) (e7122a1)
- Update github-actions reporter snapshots (2308b5a)
- Cache syncGlob() results like defaultGlob() does (6c34287)
- Trim redundant statSync calls in FileEntryCache (eee3b89)
- Cache parsed .gitignore patterns across --cache runs (7ffdc2f)
- Tighten cache module callsites (64e5072)
- Extract shared disk-cache helper used by glob and gitignore caches (0987421)
- Simplify CacheConsultant: replace trampoline with default arrow methods (bebe750)
- Pin pnpm minimumReleaseAge and trustPolicy (77efb32)
- Eliminate rescanFrontier polling in walkAndAnalyze (38d91b6)
- Reduce findWorkspaceByFilePath per-call overhead (9149437)
- Memoize DependencyDeputy.getDependencies (a661a21)
- Tighten module-graph map helpers (drop double-lookup + optional chains) (c11d62f)
- Add --duration flag for zero-overhead duration measurement (d4b59d8)
- Cover analysis pipeline with --performance timerify (694dbf4)
- Align --help text (6f12997)
- Add cli arg shorthands: -p, -s, -w, -D, -f, -F, -u (f21a587)
- Format (8db5346)
- This one's okay (662ceaf)