Files
qipai/docs/repository-completeness.md
T
2026-06-16 14:18:07 +08:00

17 lines
1.6 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 仓库完整性
| 检查项 | 当前结果 | 证据/备注 |
|---|---|---|
| Git 根目录 | PASS | 已在 `D:\qipai` 初始化。 |
| 固定远端 | PASS | `origin=ssh://git@git.txyundm.cn:2222/panda/qipai.git`。 |
| 当前分支 | PASS | `main`。 |
| 总纲文件 | PASS | 根目录存在当前 `V5.0.md`,并保留上一版 `V4.8.md`。 |
| 参考资料清单 | PARTIAL | 已记录外层文件、哈希和风险;4 个压缩包已隔离解包初审,仍需生成脱敏可提交摘录。 |
| 敏感信息 | PASS/PARTIAL | 明文敏感模式扫描已通过;`参考/env` 已脱敏;含秘密/真实数据风险的原始包和 SQL 已移出 Git 跟踪。 |
| 大文件 | WARN | `参考/mazongjian-server.xjar` 约 194MB,已记录哈希并作为大文件阻断项忽略。 |
| 行尾/空白 | PASS | `scripts/dev/windows/test-all.ps1` 已运行,`git diff --check` 通过。 |
| 忽略规则 | PASS | 真实 `backup/``backups/` 仍忽略;`deploy/backup/` 模板已放行并提交。 |
| 完整性脚本 | PASS | `scripts/dev/windows/check-repo-completeness.ps1` 已升级为门禁检查:必备文件 tracked、无意外 untracked、无嵌套 Git、无 submodule、无被跟踪秘密/依赖/构建/备份/日志/上传文件、远端一致性和空白检查均会失败拦截。 |
| V5 基线文件 | PASS | 已新增 `docs/current-baseline.md``docs/local-dev-mqtt.md``scripts/dev/wsl/check-local-mqtt.sh` 和 V5 点名的 WSL 辅助脚本入口。 |
| 远端一致性 | PASS | 最近一次 `git push origin main` 成功,`git fetch origin main``HEAD == origin/main``fde6231`)。 |