From a6accb5843b2cbfa1951a4e0f034e67cdfa27ba8 Mon Sep 17 00:00:00 2001 From: jqueguiner Date: Tue, 30 Jun 2026 20:43:08 +0000 Subject: [PATCH] docs: drop model-registry screenshot (private content) Image removed from the repo and purged from main history (blob no longer reachable on main). README + screenshots catalog updated to reflect the pending recapture. Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 2 +- docs/screenshots/README.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ade63732..7d1ad6d1 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Versioned datasets, models, and reports with type pills (MODEL/REPORT) and per-v ### Model registry Cross-project model registry with stage badges (DEVELOPMENT/STAGING/PRODUCTION), aliases (`latest`, …), and grid/table view toggle. -![Model registry](docs/screenshots/model-registry.png) + ### LLM traces, sweeps, and reports diff --git a/docs/screenshots/README.md b/docs/screenshots/README.md index f2f90cbb..fd8fa299 100644 --- a/docs/screenshots/README.md +++ b/docs/screenshots/README.md @@ -82,6 +82,7 @@ The model registry showing artifacts with aliases. - Show at least one artifact with aliases (latest, production, staging). - Show the alias management interface. +- Do NOT include the private content from the previous capture. ## File Naming Convention @@ -105,7 +106,7 @@ Captured against [openrun.gladia.io](https://openrun.gladia.io) with Playwright | Run Detail | `run-detail.png` | ✅ rich (4 metric panels, chart controls) | | Run Comparison | `run-comparison.png` | ✅ rich (3 runs overlaid, training metrics) | | Artifacts | `artifact-browser.png` | ✅ rich (15+ model versions + report) | -| Model Registry | `model-registry.png` | ✅ rich (8 models, stage badges, aliases) | +| Model Registry | `model-registry.png` | ⬜ TODO recapture (private content removed) | | Sweeps | `sweep-detail.png` | ⚠️ empty state (no sweeps in any reachable project) | | Traces | `trace-waterfall.png` | ⚠️ empty state (`@openrunner.trace` not yet exercised) | | Reports | `reports.png` | ⚠️ empty state (no published report) |