the-mindscape-of-bro-tsong/reports/command_log.md

89 lines
1.2 KiB
Markdown

# Command Log
Date: 2026-06-16
```powershell
python scripts\rebuild_indexes.py --check
```
Result: PASS
```text
index check passed
```
```powershell
python scripts\check_card_contract.py
```
Result: PASS
```text
card contract check passed
```
```powershell
python scripts\validate_model_library.py
```
Result: PASS
```text
validation passed
```
```powershell
python scripts\run_selector_demo.py
```
Result: PASS
Notes:
- Emits selector v0.2 selected/rejected model output.
- Demo selects `qpi` and rejects `intellectual_archaeology` for the sample long-termism/KPI input.
```powershell
python scripts\run_selector_regression.py
```
Result: PASS
```text
selector regression passed
```
```powershell
python scripts\check_model_card_sync.py
```
Result: PASS
```text
model/card sync passed
```
```powershell
python -m unittest discover -s tests -p "test*.py" -v
```
Result: PASS
```text
Ran 14 tests
OK
```
```powershell
python -m json.tool reports\model_review_status.json
python -m json.tool sources\evidence_coverage.matrix.json
python -m json.tool tests\regression_cases.json
python -m json.tool models\model_index.json
```
Result: PASS
Notes:
- Key audit JSON files are parseable.