mantimon-tcg/backend
Cal Corum 9564916c87 Fix async handling in game walkthrough script
- Add await to engine.execute_action() calls (energy attach and attack)
- Update entry point to use asyncio.run()
- Fix game creation result handling (use game_creation.game)
- Fix AttachEnergyAction parameter name (energy_card_id)
2026-01-26 15:03:57 -06:00
..
app Add core module AGENTS.md documentation (DOCS-001) 2026-01-26 14:50:52 -06:00
references Fix async handling in game walkthrough script 2026-01-26 15:03:57 -06:00
tests Move enums to app/core/enums.py and set up clean module exports 2026-01-26 14:45:26 -06:00
.gitignore Add backend foundation with uv, Black, and pre-commit hooks 2026-01-24 00:12:33 -06:00
.python-version Add backend foundation with uv, Black, and pre-commit hooks 2026-01-24 00:12:33 -06:00
PROJECT_PLAN.json Complete LOW-001: Verify comprehensive docstring coverage 2026-01-26 14:55:03 -06:00
pyproject.toml Add backend foundation with uv, Black, and pre-commit hooks 2026-01-24 00:12:33 -06:00
uv.lock Add backend foundation with uv, Black, and pre-commit hooks 2026-01-24 00:12:33 -06:00