feat: add search_scope to all teachers + cross-reference tool for inter-teacher dialogue

Each teacher's meta.json now includes search_scope with tradition-specific
CBETA/SuttaCentral IDs, dictionary sources, and keywords for focused RAG
retrieval. New tools/cross_reference.py enables lineage queries and
cross-tradition concept comparison via FoJin KG.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
xianren
2026-04-04 19:57:11 +08:00
parent ad689a58fe
commit 901fbee3c3
11 changed files with 911 additions and 70 deletions
+58 -7
View File
@@ -4,17 +4,68 @@
"tradition": "汉传",
"school": "天台/净土(跨宗派)",
"era": "1599-1655",
"languages": ["zh-classical", "zh"],
"languages": [
"zh-classical",
"zh"
],
"fojin_entity_id": null,
"sources": [
{"type": "cbeta", "id": "T37n1762", "title": "阿弥陀经要解"},
{"type": "cbeta", "id": "T09n0262", "title": "妙法莲华经"},
{"type": "cbeta", "id": "T24n1484", "title": "梵网经"},
{"type": "cbeta", "id": "T12n0366", "title": "佛说阿弥陀经"},
{"type": "cbeta", "id": "T31n1585", "title": "成唯识论"}
{
"type": "cbeta",
"id": "T37n1762",
"title": "阿弥陀经要解"
},
{
"type": "cbeta",
"id": "T09n0262",
"title": "妙法莲华经"
},
{
"type": "cbeta",
"id": "T24n1484",
"title": "梵网经"
},
{
"type": "cbeta",
"id": "T12n0366",
"title": "佛说阿弥陀经"
},
{
"type": "cbeta",
"id": "T31n1585",
"title": "成唯识论"
}
],
"version": "1.0.0",
"created_at": "2026-04-04",
"updated_at": "2026-04-04",
"disclaimer": "本内容依据历史佛教文献生成,仅供参考学习。如需正式修行指导,请亲近善知识。"
"disclaimer": "本内容依据历史佛教文献生成,仅供参考学习。如需正式修行指导,请亲近善知识。",
"search_scope": {
"primary_cbeta_ids": [
"T37n1762",
"T09n0262",
"T24n1484",
"T12n0366",
"T31n1585"
],
"traditions": [
"天台",
"净土",
"唯识",
"律宗"
],
"dictionary_sources": [
"foguang",
"dingfubao",
"tiantai"
],
"keywords": [
"天台",
"净土",
"念佛",
"六信",
"止观",
"性相融会"
]
}
}