mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-15 21:05:51 +00:00
- battle.test.ts: 10 个测试覆盖 createBattle/executeTurn/settleBattle/applyMoveLearn/applyEvolution/AI - nature.test.ts: 测试 getAllNatureNames/randomNature/getNatureEffect - learnsets.test.ts: 测试 getDefaultMoveset/getDefaultAbility/getNewLearnableMoves - storage.test.ts: 测试 depositToBox/withdrawFromBox/findCreatureLocation/releaseCreature - 修复 getNatureEffect 返回 Dex 格式(atk/spa/spe)未映射为我们的格式(attack/spAtk/speed) - 删除遗留的 battle/adapter.ts 和 battle/handler.ts Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>