docs(acm2-74): consolidate design documentation

This commit is contained in:
windyboy
2026-09-13 20:31:13 +08:00
parent 800d7617f2
commit cedd859bdf
36 changed files with 1173 additions and 955 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/usr/bin/env bash
# 文档体系机械校验入口:顶层结构、ID 注册表与全仓引用、陈旧引用、活跃 G、Markdown 链接。
# 用法:scripts/check-docs.sh [Git 基线] (在仓库根目录执行)
set -uo pipefail
cd "$(dirname "$0")/.."
exec python3 scripts/check-docs.py . "$@"