- Scrape the new model with the
us_harddataset and analyze the results with the LLM compliance tools repo. - Ensure
./analysisis symlinked to the llm-compliance checkoutanalysissubdir. - Add model metadata to
model_metadata.json(one JSON object per line). - Install deps (first time):
python3 -m venv .venv && source .venv/bin/activate && pip install -r requirements.txt. - Generate the site:
python3 preprocess.py. - View locally:
python3 -m http.server -d . 8000then open http://localhost:8000/. - Commit and push. Deployment happens automatically.
- Runtime JSON (tracked):
data/metadata-core.jsondata/model-domain-summary.json
- Build-only artifacts (not tracked; stored in cache):
/.cache/question-theme-summary//.cache/model-themes//.cache/theme_details/
- Full build from analysis + metadata:
python3 preprocess.py - Static-only rebuild from cache artifacts:
python3 preprocess.py --static-only