s-m-r-t
Open the s-m-r-t source on GitHub Switch to dark color scheme
← All packages
Foundation v0.44.0

@happyvertical/smrt-scanner

Fast OXC-based source scanning that turns decorated classes into the s-m-r-t manifest.

Source

What it gives you

Fast OXC-based source scanning that turns decorated classes into the s-m-r-t manifest.

  1. 01Shared bounded source discovery for scanner and manifest preflight
  2. 02Mandatory dependency and hidden-directory pruning
  3. 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.