What changed, and why
This PR deletes .github/copilot-instructions.md and adds a CLAUDE.md at the repo root. The old file was the live contributor/agent guide, and it described the v1 architecture: an Extension -> Service -> Core layering with *Service.ts, *Core.ts, commands/*Command.ts, and utils/*.ts conventions. The v2 rewrite deleted all of that, and the multi-provider change added a second model vendor the file never mentioned. A guide that points an agent at nonexistent layers is worse than no guide — so it's replaced, not patched.
The new CLAUDE.md
Read it top to bottom: the one-breath architecture, the layer-by-layer map, the models/providers section with an "Adding a provider" checklist, the conventions, and the build/test table. Deep rationale still lives in docs/ARCHITECTURE.md (updated in a separate PR).
The whole file — folded behind its header; expand to read.