ai_qc/backend/_archive/dow_jones
nickviljoen b23b7f2e17 chore(dow-jones): archive profiles, checks, and per-client doc
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>
2026-05-14 21:11:54 +02:00
..
profiles chore(dow-jones): archive profiles, checks, and per-client doc 2026-05-14 21:11:54 +02:00
visual_qc_apps chore(dow-jones): archive profiles, checks, and per-client doc 2026-05-14 21:11:54 +02:00
CLAUDE_DOW_JONES.md chore(dow-jones): archive profiles, checks, and per-client doc 2026-05-14 21:11:54 +02:00
README.md chore(dow-jones): archive profiles, checks, and per-client doc 2026-05-14 21:11:54 +02:00

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 (originally backend/profiles/)
    • dow_jones_static.json
    • marketwatch_static.json
    • wsj_static.json
    • wsj_podcast.json
  • visual_qc_apps/ — 22 QC check directories (originally backend/visual_qc_apps/)
    • 6 × dj_* (corporate Dow Jones brand)
    • 6 × mw_* (MarketWatch sub-brand)
    • 6 × wsj_* (WSJ static)
    • 4 × wsj_podcast_* (WSJ podcast variants)

Restoring

If Dow Jones returns:

  1. Move profiles/*.json back to backend/profiles/.

  2. Move every visual_qc_apps/<name>/ directory back to backend/visual_qc_apps/<name>/.

  3. Move CLAUDE_DOW_JONES.md back to the repo root.

  4. 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'
    },
    
  5. Re-add the Dow Jones row to the client table in CLAUDE.md (repo root).

  6. Add 'dow_jones_static','marketwatch_static','wsj_static','wsj_podcast' back to the inline profile list in the CLAUDE.md pre-session checklist.

  7. Restart the server.