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>
1,005 B
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:
- Create
rank_*check modules underbackend/visual_qc_apps/ - Create a
rank_static.json(or similar) profile inbackend/profiles/ - Update
client_config.pyto add the profile to the Rank client's profile list - Capture tuning history and known limitations in this file
See CLAUDE_AMAZON.md and CLAUDE_BOOTS.md for examples of full client builds.