The Ripples Leaderboard — a running record of every trend, signal, and advisor ping that has crossed the Naftiko inbox.
Each ripple captures:
- The original framing (advisor or article)
- The source link
- The themes it touches
- (Where applicable) Naftiko's response — under "Naftiko's Take"
Built as a Jekyll site, deployed via GitHub Pages.
bundle exec jekyll serve
Drop a new markdown file into _ripples/ with this frontmatter:
---
title: "Short title"
date: 2026-05-04
source: advisor # advisor | article | other
source_url: https://example.com/...
summary: "1-2 sentence framing of the ripple"
themes:
- agentic
- governance
has_answer: false # set true if the body includes a "## Naftiko's Take" section
---The leaderboard will pick it up on the next build.