Making an ai agent/scout to help keep track of the flood of pr's and leaderboard updates.
scout/
state/
leaderboard.json # ranked entries, filterable
techniques.json # technique registry with effectiveness data
history.json # daily snapshots
explored.json # what we've tried, what worked/didn't
briefings/
2026-03-23.md # daily briefing, readable as-is
2026-03-24.md
raw/
prs/ # cached raw PR data (JSON per PR)
issues/
Making an ai agent/scout to help keep track of the flood of pr's and leaderboard updates.
Design