- live2d_model: haru/index.model3.json → haru/Haru.model3.json(匹配实际文件名) - .gitignore: 添加 configs/live2d/(模型文件 4.2M 不进 git,部署时单独下载) - .gitignore: 添加 .commit_msg.txt
模型文件通过 model_manager.rs 清单里的 URL 在线下载, 不随 git 仓库分发。.gitignore 新增 model_download/ model_store/。
- Add .claude/ to .gitignore (Claude worktree artifacts) - Add editor swap/backup file patterns (*.swp, *.swo, *~) - Remove accidentally tracked .claude/worktrees/ from git index
- core/ 跨平台内核骨架 (Plugin trait, Message, ServiceManager, Config) - plugins/ 空桩 (video, http, ble, screen, wifi) - PROGRESS.md 进度跟踪, TEAM.md 团队档案 - cargo check 零 warning 通过 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>