chore: remove private chart data from project

This commit is contained in:
732642856
2026-07-08 17:03:04 +08:00
parent f5d28ee5ae
commit f5606a933b
137 changed files with 2834 additions and 5588 deletions
@@ -544,7 +544,7 @@ def _source_grade(item: dict[str, Any]) -> tuple[str, str]:
return "ocr_low_confidence_reference_only", "OCR text too short or noisy for promotion review."
if "jyotish_training" in path:
return "reference_only", "Training material can inform style/workflow but cannot outrank source rules."
if "/文件仓库/印度占星文章/" in path or path.endswith("印度占星.pdf") or path.endswith("印度占星1.pdf"):
if "/文件仓库/印度占星文章/" in path or path.endswith("印度占星.pdf") or path.endswith("private_chart_reference.pdf"):
return "promote_to_reference_pack_candidate", "Source-like document; candidate for reference pack after conflict arbitration."
return "reference_only", "Useful context, not first-order rule source."