← All packages
Source ↗@happyvertical/smrt-scanner
Fast OXC-based source scanning that turns decorated classes into the s-m-r-t manifest.
What it gives you
Fast OXC-based source scanning that turns decorated classes into the s-m-r-t manifest.
- 01Shared bounded source discovery for scanner and manifest preflight
- 02Mandatory dependency and hidden-directory pruning
- 03Symlink traversal disabled unless explicitly enabled
Discovery stays inside the source tree
discoverSourceFiles applies one bounded policy to OxcScanner and the core manifest preflight. It always excludes node_modules and hidden paths, interprets patterns relative to cwd, and does not follow symbolic links by default. A project whose real source files live behind a symlink can opt in explicitly through the scanner or manifest builder.