site: review — Continue? Y/N (graduates from find)

Single-image review of the Scale AI Show HN browser game about Claude
Code permission fatigue. Category: `play` — same new category started
for cursor-camp-neal-fun. Body corrects the find's generic "AI agent"
to name Claude Code specifically, per the game's own meta tags.
This commit is contained in:
2026-05-31 18:30:32 -04:00
parent 3c6f54add3
commit 63f5b163c3
3 changed files with 26 additions and 0 deletions
+2
View File
@@ -5,6 +5,7 @@ import altTab from '../content/reviews/alt-tab/hero.jpg';
import apex from '../content/reviews/apex-markdown-processor/hero.png';
import bartender from '../content/reviews/bartender-6-dynamic-peninsula/peninsula.png';
import blip from '../content/reviews/blip/hero.jpg';
import continueYn from '../content/reviews/continue-y-n-game/hero.png';
import cursorCamp from '../content/reviews/cursor-camp-neal-fun/hero.png';
import esproP7 from '../content/reviews/espro-p7-french-press/hero.jpg';
import finalist from '../content/reviews/finalist/hero.png';
@@ -43,6 +44,7 @@ export const heroes: Record<string, Hero | undefined> = {
'apex-markdown-processor': { kind: 'image', src: apex },
'bartender-6-dynamic-peninsula': { kind: 'image', src: bartender },
blip: { kind: 'image', src: blip },
'continue-y-n-game': { kind: 'image', src: continueYn },
'cursor-camp-neal-fun': { kind: 'image', src: cursorCamp },
'espro-p7-french-press': { kind: 'image', src: esproP7 },
finalist: { kind: 'image', src: finalist },