# 内容修复检查摘要 v0.1 ## Scope 本次检查对象: - `models/qpi.model.json` - `models/intellectual_archaeology.model.json` - `cards/qpi.md` - `cards/intellectual_archaeology.md` - `models/model_index.json` - `cards/card_index.md` ## Verification Commands ```powershell python -m unittest discover -s tests -p "test*.py" -v python scripts\check_card_contract.py python scripts\validate_model_library.py python scripts\run_selector_demo.py ``` ## Results - Unit tests: PASS, 9 tests. - Card contract: PASS. - Model library validation: PASS. - Selector demo: PASS. - `reports/validation_report.md`: `Status: PASS`. ## Current Status QPI and Intellectual Archaeology content now passes the current local contract. The model assets remain `draft`, not final product-approved content. The next gate is owner content review for definition wording, evidence adequacy, boundaries, and selector behavior. ## Notes - `scripts/run_selector_demo.py` returns both models with scores and reasons. - Index entries are aligned with current model and card files. - Test-generated `__pycache__` directories were removed after verification.