mantimon-tcg/backend/app/core/effects
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
..
__init__.py Add game engine foundation: enums, config, and RNG modules 2026-01-24 22:14:45 -06:00
base.py Add effects system with configurable weakness/resistance 2026-01-25 00:25:38 -06:00
handlers.py Add knockout detection to damage effect handlers (Issue #13) 2026-01-26 11:44:38 -06:00
registry.py Add exception logging to effect registry (Issue #14) 2026-01-26 13:32:43 -06:00