Moves the Dow Jones / MarketWatch / WSJ profile JSONs (4), check apps (22), and CLAUDE_DOW_JONES.md into backend/_archive/dow_jones/. All moves use git mv so history follows. Adds a restore-instructions README. No loader changes needed — the archive lives outside the scanned directories. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| profiles | ||
| visual_qc_apps | ||
| CLAUDE_DOW_JONES.md | ||
| README.md | ||
Dow Jones — Archived 2026-05-14
Reason: Client offboarded. No longer using Visual AI QC.
Contents
CLAUDE_DOW_JONES.md— per-client documentation (originally at repo root)profiles/— 4 brand profile JSONs (originallybackend/profiles/)dow_jones_static.jsonmarketwatch_static.jsonwsj_static.jsonwsj_podcast.json
visual_qc_apps/— 22 QC check directories (originallybackend/visual_qc_apps/)- 6 ×
dj_*(corporate Dow Jones brand) - 6 ×
mw_*(MarketWatch sub-brand) - 6 ×
wsj_*(WSJ static) - 4 ×
wsj_podcast_*(WSJ podcast variants)
- 6 ×
Restoring
If Dow Jones returns:
-
Move
profiles/*.jsonback tobackend/profiles/. -
Move every
visual_qc_apps/<name>/directory back tobackend/visual_qc_apps/<name>/. -
Move
CLAUDE_DOW_JONES.mdback to the repo root. -
Re-add the client entry to
backend/client_config.py:'dow_jones': { 'name': 'Dow Jones', 'profiles': ['dow_jones_static', 'marketwatch_static', 'wsj_static', 'wsj_podcast', 'static_general', 'video_general'], 'display_name': 'Dow Jones', 'description': 'Dow Jones brand profiles for corporate, MarketWatch, and WSJ sub-brands' }, -
Re-add the Dow Jones row to the client table in
CLAUDE.md(repo root). -
Add
'dow_jones_static','marketwatch_static','wsj_static','wsj_podcast'back to the inline profile list in theCLAUDE.mdpre-session checklist. -
Restart the server.