Retire the one-time seed script #9

Merged
ngu-git-admin merged 1 commit from chore/retire-seed into main 2026-09-26 22:21:21 +01:00

1 commit

Author SHA1 Message Date
Zaldimmar
370fce6e9a Retire the one-time seed script
seed.js moved the v1.2 static content into SQLite. Its chapter
source, src/pages/chapters.js, was deleted in the same commit that
added it, and the default path pointed at src/data/chapters, which
is the API hook and has none of GROUPS/SPLITS/CHAPTERS. Given the
old file, it still fails on today's schema (events.host_org_id went
with co-hosting), and a working run would wipe everything entered
through the admin since.

The database is the source of truth now. Removes seed.js, the
seed-only src/data/events.ts, and the seed command from CLAUDE.md.

Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
2026-09-26 16:18:49 -05:00