From f219298420b1797427af28deca392ce42c4cd50c Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Thu, 29 Jan 2026 18:07:07 +0000
Subject: [PATCH 1/6] Initial plan
From b62245e71b8739b65646c16d688b03a620a4e155 Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Thu, 29 Jan 2026 18:23:42 +0000
Subject: [PATCH 2/6] Update README with screenshots
Co-authored-by: N2D4 <19274317+N2D4@users.noreply.github.com>
---
README.md | 20 ++++++++++++++---
docs/screenshots/curator-flow.svg | 26 ++++++++++++++++++++++
docs/screenshots/curator-sidebar.svg | 27 +++++++++++++++++++++++
docs/screenshots/heatmap-overlay.svg | 33 ++++++++++++++++++++++++++++
docs/screenshots/pr-run-curator.svg | 25 +++++++++++++++++++++
5 files changed, 128 insertions(+), 3 deletions(-)
create mode 100644 docs/screenshots/curator-flow.svg
create mode 100644 docs/screenshots/curator-sidebar.svg
create mode 100644 docs/screenshots/heatmap-overlay.svg
create mode 100644 docs/screenshots/pr-run-curator.svg
diff --git a/README.md b/README.md
index a37d833..9a35659 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,20 @@
# hackathon-curator
-Run the algo server:
+**Grand Prize winner of the Man vs. Machine hackathon featured in Wired:** https://www.wired.com/story/san-francisco-hackathon-man-vs-machine/
+
+Curator is a tiny toolkit that captures GitHub diffs, scores every token for risk, and overlays a heatmap so reviewers immediately see what matters.
+
+## Product screenshots
+
+
+
+
+
+
+
+
+
+## Run the algo server
```
cd algo
npm install
@@ -8,7 +22,7 @@ npm run dev
# localhost:3005
```
-Run the test server:
+## Run the test server
```
cd test-server
npm install
@@ -16,7 +30,7 @@ npm run dev
# localhost:3030
```
-Run the curator extension:
+## Run the curator extension
```
cd curator
npm install
diff --git a/docs/screenshots/curator-flow.svg b/docs/screenshots/curator-flow.svg
new file mode 100644
index 0000000..89aef9b
--- /dev/null
+++ b/docs/screenshots/curator-flow.svg
@@ -0,0 +1,26 @@
+
diff --git a/docs/screenshots/curator-sidebar.svg b/docs/screenshots/curator-sidebar.svg
new file mode 100644
index 0000000..cdf4910
--- /dev/null
+++ b/docs/screenshots/curator-sidebar.svg
@@ -0,0 +1,27 @@
+
diff --git a/docs/screenshots/heatmap-overlay.svg b/docs/screenshots/heatmap-overlay.svg
new file mode 100644
index 0000000..328672b
--- /dev/null
+++ b/docs/screenshots/heatmap-overlay.svg
@@ -0,0 +1,33 @@
+
diff --git a/docs/screenshots/pr-run-curator.svg b/docs/screenshots/pr-run-curator.svg
new file mode 100644
index 0000000..5d41ce0
--- /dev/null
+++ b/docs/screenshots/pr-run-curator.svg
@@ -0,0 +1,25 @@
+
From d07d5053e1cc4e703df9e3d249c1e733b10c8175 Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Thu, 29 Jan 2026 18:25:03 +0000
Subject: [PATCH 3/6] Add SVG titles for accessibility
Co-authored-by: N2D4 <19274317+N2D4@users.noreply.github.com>
---
docs/screenshots/curator-flow.svg | 1 +
docs/screenshots/curator-sidebar.svg | 1 +
docs/screenshots/heatmap-overlay.svg | 1 +
docs/screenshots/pr-run-curator.svg | 1 +
4 files changed, 4 insertions(+)
diff --git a/docs/screenshots/curator-flow.svg b/docs/screenshots/curator-flow.svg
index 89aef9b..79812e7 100644
--- a/docs/screenshots/curator-flow.svg
+++ b/docs/screenshots/curator-flow.svg
@@ -1,4 +1,5 @@