ai_qc/CLAUDE_RANK.md
nickviljoen 59a0b2408c Restructure CLAUDE.md docs: slim project-wide root, complete per-client coverage
Splits the monolithic CLAUDE.md (962 lines) into a slim project-wide root (211 lines)
plus per-client files. Auto-loaded context drops ~88% per session.

Changes:
- CLAUDE.md slimmed to project-wide essentials (architecture, auth, deployment, branch
  strategy, deploy scripts, prod troubleshooting, pre-session checklist). Adds explicit
  session-start convention pointing to CLAUDE_<CLIENT>.md for client-specific work.
  Updates client roster table to all 10 clients with profile counts.
- New CLAUDE_AXA.md: document-mode pipeline + axa_policy_document profiles
- New CLAUDE_DIAGEO.md: key_visual + packaging profiles, check inventories
- New CLAUDE_UNILEVER.md: profiles + zero-score logic for face/new visibility
- New CLAUDE_HONDA.md, CLAUDE_RANK.md, CLAUDE_GENERAL.md: stubs (clients use generic
  profiles only — kept for completeness and future expansion)
- backend/CLAUDE.md: stale 932-line duplicate replaced with 18-line redirect to root
  + backend-specific quick pointers

Per-client files (CLAUDE_LOREAL.md, CLAUDE_AMAZON.md, CLAUDE_BOOTS.md,
CLAUDE_DOW_JONES.md) unchanged — already had the right content.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-06 12:29:16 +02:00

1,005 B

Rank Client Documentation

Referenced from main CLAUDE.md. Rank has no client-specific profiles or checks at present.

Overview

Rank is set up as a client tile in the platform but uses the generic static_general and video_general profiles only. No client-specific QC tools, profiles, or prompt tuning have been built for Rank.

Profiles available

Profile Notes
static_general 10-check baseline static QC profile shared with all clients
video_general Generic video QC profile

Adding Rank-specific work

If Rank-specific QC needs arise, follow the established client pattern:

  1. Create rank_* check modules under backend/visual_qc_apps/
  2. Create a rank_static.json (or similar) profile in backend/profiles/
  3. Update client_config.py to add the profile to the Rank client's profile list
  4. Capture tuning history and known limitations in this file

See CLAUDE_AMAZON.md and CLAUDE_BOOTS.md for examples of full client builds.