120 lines
3.6 KiB
JSON
120 lines
3.6 KiB
JSON
{
|
|
"metadata": {
|
|
"project_name": "胡汉三千年统一文档管理系统",
|
|
"version": "1.0.0",
|
|
"created_date": "2025-10-30",
|
|
"last_updated": "2025-10-30"
|
|
},
|
|
"directory_structure": {
|
|
"01-core-theory": {
|
|
"description": "核心理论文档",
|
|
"subdirectories": [
|
|
"01-phonological-archaeology",
|
|
"02-civilization-diffusion",
|
|
"03-methodology",
|
|
"04-academic-achievements",
|
|
"05-theoretical-framework",
|
|
"06-theory-studies",
|
|
"99-uncategorized"
|
|
]
|
|
},
|
|
"02-thematic-research": {
|
|
"description": "专题研究文档",
|
|
"subdirectories": [
|
|
"01-empirical-studies",
|
|
"02-civilization-studies",
|
|
"03-phonological-studies",
|
|
"04-commercial-studies",
|
|
"99-uncategorized"
|
|
]
|
|
},
|
|
"03-historical-analysis": {
|
|
"description": "历史分析文档",
|
|
"subdirectories": [
|
|
"01-historical-events",
|
|
"02-historical-studies",
|
|
"99-uncategorized"
|
|
]
|
|
},
|
|
"04-cultural-comparison": {
|
|
"description": "文化比较文档",
|
|
"subdirectories": [
|
|
"01-cross-cultural",
|
|
"02-cultural-studies",
|
|
"03-comparative-studies",
|
|
"99-uncategorized"
|
|
]
|
|
},
|
|
"05-technical-implementation": {
|
|
"description": "技术实现文档",
|
|
"subdirectories": [
|
|
"01-tools",
|
|
"02-databases",
|
|
"03-visualization",
|
|
"99-uncategorized"
|
|
]
|
|
},
|
|
"06-project-docs": {
|
|
"description": "项目文档",
|
|
"subdirectories": [
|
|
"01-management",
|
|
"02-planning",
|
|
"03-reports",
|
|
"99-uncategorized"
|
|
]
|
|
}
|
|
},
|
|
"tools_config": {
|
|
"doc_indexer": {
|
|
"enabled": true,
|
|
"scan_extensions": [".md", ".txt", ".py", ".json", ".yaml", ".yml"],
|
|
"index_file": "unified-index.json",
|
|
"update_interval": 3600
|
|
},
|
|
"search_tool": {
|
|
"enabled": true,
|
|
"search_modes": ["full_text", "keyword", "title", "category"],
|
|
"max_results": 50
|
|
},
|
|
"version_manager": {
|
|
"enabled": true,
|
|
"auto_versioning": true,
|
|
"max_versions_per_file": 100
|
|
},
|
|
"doc_migrator": {
|
|
"enabled": true,
|
|
"source_directories": ["core-docs", "thematic-research"],
|
|
"auto_classification": true
|
|
}
|
|
},
|
|
"classification_rules": {
|
|
"keywords": {
|
|
"音韵": "01-core-theory/01-phonological-archaeology",
|
|
"文明": "01-core-theory/02-civilization-diffusion",
|
|
"方法": "01-core-theory/03-methodology",
|
|
"理论": "01-core-theory/05-theoretical-framework",
|
|
"实证": "02-thematic-research/01-empirical-studies",
|
|
"历史": "03-historical-analysis/01-historical-events",
|
|
"文化": "04-cultural-comparison/01-cross-cultural",
|
|
"技术": "05-technical-implementation/01-tools",
|
|
"项目": "06-project-docs/01-management"
|
|
},
|
|
"file_patterns": {
|
|
"*phonolog*": "01-core-theory/01-phonological-archaeology",
|
|
"*civilization*": "01-core-theory/02-civilization-diffusion",
|
|
"*method*": "01-core-theory/03-methodology",
|
|
"*theory*": "01-core-theory/05-theoretical-framework",
|
|
"*empirical*": "02-thematic-research/01-empirical-studies",
|
|
"*historical*": "03-historical-analysis/01-historical-events",
|
|
"*cultural*": "04-cultural-comparison/01-cross-cultural",
|
|
"*technical*": "05-technical-implementation/01-tools",
|
|
"*project*": "06-project-docs/01-management"
|
|
}
|
|
},
|
|
"maintenance": {
|
|
"backup_enabled": true,
|
|
"backup_interval": 86400,
|
|
"cleanup_old_versions": true,
|
|
"version_retention_days": 30
|
|
}
|
|
} |