chore: enforce docs readme block order

This commit is contained in:
tukuaiai
2026-05-05 01:26:28 +08:00
parent 3f5f4c968f
commit 373a68c166
4 changed files with 47 additions and 6 deletions
+1 -1
View File
@@ -220,7 +220,7 @@ pip install -r tools/prompts-library/scripts/requirements.txt
| 全仓 Markdown lint | `make lint` | `Makefile` + `.github/lint_config.json` |
| 本地相对链接检查 | `make check-links` | `scripts/check-local-links.py` |
| 折叠块结构检查 | `make check-details` | `scripts/check-markdown-details.py` |
| docs 线性目录结构检查 | `make check-doc-structure` | `scripts/check-doc-structure.py` |
| docs 线性目录结构检查 | `make check-doc-structure` | 校验标准块顺序、主章节顺序、锚点和目录入口 |
| 目录 README/AGENTS 覆盖检查 | `make check-directory-docs` | `scripts/check-directory-docs.py` |
| Metadata 路径检查 | `make check-metadata` | `scripts/check-metadata.py` |
| AI 引用路径检查 | `make check-ai-citation` | `scripts/check-ai-citation.py` |