ADD A REPOSITORY
Two ways to start
Sample repos are already scanned. Results show the moment you pick one: real findings from a real scan, nothing simulated.
vercel/next.jsTypeScript · 128k stars · 1,284 filesPRE-SCANNEDView results →
fastapi/fastapiPython · 76k stars · 947 filesPRE-SCANNEDView results →
expressjs/expressJavaScript · 65k stars · 312 filesPRE-SCANNEDView results →
OR
Your code gets the same scan, and fixes arrive as pull requests.
GENERATED
HYRAX.md
next.js@main · written by Hyrax during discovery · re-synced on every scan
Generated by
Hyrax for AI agent context. Discovery read every file and wrote the map: languages, architecture, conventions. Your coding agents load it automatically.Definition of Done
Before a change is complete, the commands below must pass. Sections marked
Unknown need a human answer in Settings.Pre-push commands
PURPOSECOMMANDSOURCE
unit
npm run testpackage.json/scripts/testbuild
npm run buildpackage.json/scripts/buildlint
npm run lintpackage.json/scripts/lintContribution conventions
Order is fast to slow: run cheap checks before expensive ones. Fixes use the repo's own patterns, so the code reads like the team wrote it.