Prioritize beans and add pre-commit hooks task

Game Data Cleanup → critical, Tests → high, pre-commit hooks → high,
boss battles → low, remaining epics → deferred.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Julian Tabel
2026-02-10 13:06:13 +01:00
parent 617f92a7ea
commit 597ad91629
8 changed files with 33 additions and 9 deletions

View File

@@ -3,8 +3,9 @@
title: Game Data Cleanup
status: todo
type: epic
priority: critical
created_at: 2026-02-10T08:58:36Z
updated_at: 2026-02-10T08:58:36Z
updated_at: 2026-02-10T12:05:43Z
---
Audit and fix the game seed data to ensure all supported games have accurate encounter data and correct route ordering. PokeAPI provides a solid basis for Gen 1-7, but later games (Gen 8+) have no encounter data at all (stub/null JSON files), and route ordering is only defined for Gen 1-4. This is mostly manual work, but we should explore automated/semi-automated options where possible (e.g. scraping community wikis, leveraging existing fan-curated datasets).