| C1.source/CODEGRAPH.md | ●●●●● patch | view | raw | blame | history |
C1.source/CODEGRAPH.md
@@ -510,9 +510,11 @@ 从 SwiftPM 根目录执行: ```bash swift build 2>&1 | head -c 6000 swift test 2>&1 | head -c 6000 swift build swift test ``` 如需限制终端输出,使用执行工具的输出上限或写入日志文件;不要在标准验证命令后接 `head -c`,避免 SIGPIPE `141` 被误判为 build / test 失败。 macOS 14 兼容验证入口: @@ -523,7 +525,7 @@ 打包入口: ```bash ../C3.tools/package-app.sh 2>&1 | head -c 6000 ../C3.tools/package-app.sh ``` 主要 QA 脚本目录: