- 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:
uv sync. - Generate the site:
uv run python 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.json
- Build-only artifacts (not tracked; stored in cache):
/.cache/question-theme-summary//.cache/model-themes//.cache/theme_details/
- Full build from analysis + metadata:
uv run python preprocess.py - Static-only rebuild from cache artifacts:
uv run python preprocess.py --static-only