Centralized character class definitions into a new config.ts module, replacing hardcoded enums and object literals. This allows for dynamic expansion of game classes without requiring extensive changes across the turn engine or GM service. The damage guidelines in the AI prompt now automatically adapt to reflect these configured stats.

Refactored character classes to be configurable and extensible - lws803/agent-battle