1.1 KiB
1.1 KiB
内容修复检查摘要 v0.1
Scope
本次检查对象:
models/qpi.model.jsonmodels/intellectual_archaeology.model.jsoncards/qpi.mdcards/intellectual_archaeology.mdmodels/model_index.jsoncards/card_index.md
Verification Commands
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.pyreturns both models with scores and reasons.- Index entries are aligned with current model and card files.
- Test-generated
__pycache__directories were removed after verification.