RadishMind 是 Radish 体系下的外部智能层仓库,负责协议、评测、工具编排与模型实验,不是上层业务真相源。
- 当前常态开发分支为
dev master仅作为稳定主线- 首次拉取后先创建仓库虚拟环境:macOS / Linux / WSL 用
./scripts/bootstrap-dev.sh,Windows / PowerShell 用pwsh ./scripts/bootstrap-dev.ps1 - 仓库级检查默认使用
.venv:macOS / Linux / WSL 用./scripts/check-repo.sh,Windows / PowerShell 用pwsh ./scripts/check-repo.ps1 - 文本文件默认走 UTF-8 + LF,规则以
.editorconfig和.gitattributes为准 - 本地模型配置以仓库根
.env.example为示例,真实.env只留本地
- 阶段事实、近期重点和停止线以
docs/为准