mantimon-tcg/backend/app/core
Cal Corum 939ae421aa Add exception logging to effect registry (Issue #14)
Effect handler exceptions now logged at ERROR level with full context:
- effect_id, source_player_id, source/target card IDs, params
- Full traceback via logger.exception()

Game still returns safe EffectResult.failure() to prevent crashes,
but debugging information is now preserved in logs.
2026-01-26 13:32:43 -06:00
..
effects Add exception logging to effect registry (Issue #14) 2026-01-26 13:32:43 -06:00
models Track stadium ownership for correct discard (Issue #12) 2026-01-26 11:38:38 -06:00
__init__.py Add game engine foundation: enums, config, and RNG modules 2026-01-24 22:14:45 -06:00
config.py Add rules validator, win conditions checker, and coverage gap tests 2026-01-25 12:57:06 -06:00
engine.py Track stadium ownership for correct discard (Issue #12) 2026-01-26 11:38:38 -06:00
rng.py Add game engine foundation: enums, config, and RNG modules 2026-01-24 22:14:45 -06:00
rules_validator.py Add forced action queue for double knockouts (Issue #10) 2026-01-26 11:33:47 -06:00
turn_manager.py Add forced action queue for double knockouts (Issue #10) 2026-01-26 11:33:47 -06:00
visibility.py Track stadium ownership for correct discard (Issue #12) 2026-01-26 11:38:38 -06:00
win_conditions.py Add SelectPrizeAction executor and turn limit check (Issues #11, #15) 2026-01-26 11:04:03 -06:00