Moves ~850 lines of inline data from fetch_pokeapi.py into version_groups.json and route_order.json for easier editing. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
397 B
397 B
title, status, type, priority, created_at, updated_at
| title | status | type | priority | created_at | updated_at |
|---|---|---|---|---|---|
| Extract version groups and route ordering to JSON files | completed | task | normal | 2026-02-07T13:27:37Z | 2026-02-07T13:32:30Z |
Move VERSION_GROUPS and ROUTE_ORDER from fetch_pokeapi.py into separate JSON files (version_groups.json, route_order.json) for easier editing. Update the script to load from the JSON files.