Commit graph

2 commits

Author SHA1 Message Date
nickviljoen
3411c1028b Strengthen product-background blending detection in visual readability check
- Add explicit per-product contrast evaluation (each product checked individually)
- Dark product on dark background or light on light = automatic fail
- Single product blending fails the entire check even if others pass
- Require per-product breakdown in JSON output (product_1, product_2, etc.)
- Add edge/silhouette distinguishability criteria

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-04 19:48:57 +02:00
nickviljoen
8c9401bf3c Add combined check, client-scoped assets, UI restructure, reporting, and report consolidation
- Create visual_readability_contrast combined check merging text readability
  and background contrast into a single LLM call for L'Oreal Static profile
- Update loreal_static.json to use combined check (2 checks, 100-point scale)
- Add client_id filtering to brand guidelines (upload, fetch, backfill migration)
- Restructure settings modal from 5 tabs to 4: Profile, Create New Profile,
  Reference Assets, Reporting (removed Model Selection, merged Tools into Profile)
- Add GET /api/profile_usage_stats endpoint with summary cards and recent analyses
- Add POST /api/consolidate_reports endpoint generating HTML summary with
  pass/fail highlighting from multiple selected reports
- Add report selection checkboxes and consolidation controls to saved files list

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-04 19:10:32 +02:00