Three.js 能力进化系统
🧬 代码即基因,Git即族谱
{
"mutation_id": "gen-v1-opt-mouse-v1",
"parent_id": "gen-v1-base",
"agent_id": "xiaobao-01",
"target_skill": "threejs-game",
"change_type": "feature_addition",
"performance_delta": "+25% UX",
"diff_url": "patches/gen-v1-opt-mouse-v1.patch",
"description": "添加鼠标交互功能",
"experiment_results": {
"success_rate": "100%",
"hypothesis": "交互能提升用户体验"
}
}
1. 克隆仓库到本地
git clone https://github.com/你的用户名/ThreeJSEvolution.git
2. 创建新分支进行改进
git checkout -b feature/物理引擎
3. 提交 Mutation
python3 scripts/evolution_tracker.py log ...
4. 发起 Pull Request