Phase 0-2: Schema cleanup, typed relations, event-driven automation

- Phase 0: AGENTS.md cleanup (dedup quotes, renumber sections, merge qmd)
- Phase 1: typed relations (manage-relations.py, graph-search.py, check-staleness.py, detect-conflicts.py)
- Phase 2: frontmatter validator, weekly lint, knowledge promotion, git hooks
- Fix .gitignore to track tools/ and .githooks/
- Fix git remote URL (remove plaintext token)
- New wiki pages: 504 pages, 34 raw sources
This commit is contained in:
hehaiguang1123
2026-07-01 08:05:43 +08:00
parent e544d6e04a
commit a6f05ab2d5
1067 changed files with 522992 additions and 819 deletions
@@ -0,0 +1,35 @@
{
"run_id": "eval-1-without_skill",
"grades": [
{
"text": "dry-run 被执行",
"passed": true,
"evidence": "response.txt 明确提及 --dry-run 命令和结果"
},
{
"text": "lint 被执行",
"passed": true,
"evidence": "response.txt 明确提及 --lint 命令和 5 项检查结果"
},
{
"text": "空 source 被识别",
"passed": true,
"evidence": "response.txt 列出 5 个空 source 页面及其 root cause"
},
{
"text": "断链被分类分析",
"passed": true,
"evidence": "27 个断链被分类为 home-wiki 内部交叉引用和外部文档引用"
},
{
"text": "给出具体修复建议",
"passed": true,
"evidence": "给出了 P0-P3 优先级的修复建议,包括 source 补充和断链分类处理"
}
],
"summary": {
"total": 5,
"passed": 5,
"pass_rate": 1.0
}
}