Commit Graph

1 Commits

Author SHA1 Message Date
11eb2dc6ed register checks via static barrel instead of readdir + dynamic import
Checks keep self-registering on import; src/checks/all.ts imports every
shipped check from the entry's static graph. Keeps the check graph fully
statically resolvable (bundler/loader friendly) and removes the only
dynamic-import discovery in the codebase.
2026-08-10 10:51:33 -04:00