Add Go to .tool-versions, update .gitignore for Go build output and cache, document seed data regeneration in README, and change API port from 8000 to 8080 in docker-compose. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
669 B
669 B
title, status, type, created_at, updated_at
| title | status | type | created_at | updated_at |
|---|---|---|---|---|
| Verify fetch_pokeapi.py rewrite | in-progress | task | 2026-02-07T15:08:10Z | 2026-02-07T15:08:10Z |
All code changes are complete. Run verification:
- Run the script to completion
- Verify output (pokemon.json has forms, correct IDs, etc.)
- Verify cache speedup on second run
- Frontend build check
Checklist
- Run fetch_pokeapi.py to completion
- Verify pokemon.json has more entries with forms (megas, gmax, regionals)
- Verify pokeapi_id/national_dex split is correct
- Verify route/encounter JSON files
- Verify cache speedup on second run
- Frontend build passes