Skip to content

Commit 972c981

Browse files
jeremymanningclaude
andcommitted
Repo cleanup + mobile/UI fixes for public demo release
- Remove legacy pipeline data, notes, screenshots, backups, old scripts - Keep only active pipeline scripts (16) with comprehensive README - Add src/README.md documenting frontend architecture - Overhaul main README.md as product-focused (live demo, paper, quick start) - Fix mobile: compact header, hide utility buttons, drawer arrow direction - Fix share page negative answer count (Math.max guard) - Replace emoji check/x marks with Font Awesome icons in quiz tooltips - Add inline clickable info icon on landing page - Add hover tooltips (title attributes) to all header/control buttons - Update .gitignore for screenshots and .omc state Co-Authored-By: Claude (claude-opus-4-6) <noreply@anthropic.com>
1 parent 3704f88 commit 972c981

File tree

219 files changed

+3334
-1568734
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

219 files changed

+3334
-1568734
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,12 @@ review.html
267267
find_domain_clusters.py
268268
review.html
269269

270+
# Screenshots (testing artifacts)
271+
*.png
272+
273+
# oh-my-claudecode state
274+
.omc/
275+
270276
# Playwright test artifacts
271277
test-results/
272278
.DS_Store

0 commit comments

Comments
 (0)