Remove Claude Code SDK backend and doctor agent
The Claude Code SDK pattern (using local CLI with filesystem tools) wasn't
a good fit for the current architecture. Archive the files to scratch/ for
future reference and remove all special-casing from the codebase.
Removed:
- muse/claude.py (Claude Code SDK backend)
- muse/agents/doctor.md (diagnostics agent persona)
- tests/integration/test_claude_provider.py
- claude-agent-sdk dependency from pyproject.toml
Updated routing in muse/agents.py, muse/cli.py, muse/cortex.py to remove
"claude" provider special-casing. Updated docs/CORTEX.md and docs/MUSE.md
to reflect the three remaining providers (openai, google, anthropic).
Archived files preserved locally in scratch/claude_archive/ with notes.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>