Establish the lighthouse pattern by moving all TOK-specific runtime behavior (orb pickup, escort, carrier movement, hunting, defense) from the generic BattlegroundAI class into TempleOfKotmoguScript. BattlegroundAI now acts as a thin delegation wrapper via the new IBGScript::ExecuteStrategy() virtual method. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]> Signed-off-by: luis <[email protected]>