Grand Prize winner of the Man vs. Machine hackathon featured in Wired.
Curator is a tiny toolkit that captures GitHub diffs, scores every token for risk, and overlays a heatmap so reviewers immediately see what matters.
cd algo
npm install
npm run dev
# localhost:3005
cd test-server
npm install
npm run dev
# localhost:3030
cd curator
npm install
npm run watch
npm run dev # in new terminal