Phase 0 评审三次修复:文档命令统一加 .exe 后缀(MSYS2 venv 实际文件名)

This commit is contained in:
ila
2026-07-06 19:25:48 +08:00
parent 9390c4039f
commit fdec385afc
6 changed files with 25 additions and 17 deletions
+8
View File
@@ -190,3 +190,11 @@
- 决策:因 WSL2 不可用,环境决策正式转向 MSYS2/MinGW + bash;`init.sh` 同时兼容 Linux 原生 venv(无 `.exe` 后缀)和 MSYS2 venv(有 `.exe` 后缀),未来迁移 WSL2 时无需修改脚本。
- 下一步:T-101 建立场景、语言、框架、数据库、功能标签模型。
## 2026-07-06 Phase 0 评审第三次修复(文档命令不可运行)
- 状态:DONE
- 变更:`AGENTS.md`、`00-ai-start-here.md`、`03-tech-stack.md`、`05-coding-rules.md`、`current-state.md` 中所有 `.venv/bin/python` / `.venv/bin/python3.12` 裸命令统一加 `.exe` 后缀(MSYS2 venv 实际文件名);版本号规范化(`python`→`python3.12`,`pip`→`pip3.12`)。
- 验证:`.venv/bin/python3.12.exe manage.py check`(0 errors);`.venv/bin/python3.12.exe manage.py test`(OK);`.venv/bin/pip3.12.exe --version`(正常)。
- 阻塞:无。
- 下一步:T-101 建立场景、语言、框架、数据库、功能标签模型。