docs(context-v): track provider-rebrand naming issue

Adds the Updating-Naming-to-Reflect-Provider-Rebrand issue note that
documents the surfaces touched by the Perplexica/Vane rename and the
ones intentionally left as internal symbols.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
mpstaton 2026-05-04 19:53:05 -05:00
parent 49168823f1
commit be2fad757b

View file

@ -0,0 +1,11 @@
- main.ts:95, 99 — example query content in the default JSON template ("What is Perplexica's
architecture?"); it's example text, not a UI label.
- main.ts:525 — internal throw new Error('Perplexica service not initialized') — surfaces in dev
console only.
- main.ts comments referring to "Perplexica" sections — code comments.
- README.md:98, 100, 102 — inside the rename callout that distinguishes the two names by design.
- All class names (PerplexicaService, PerplexicaModal), method names (queryPerplexica,
registerPerplexicaCommands), CSS classes, command IDs, settings field names — internal; renaming
would break compatibility or require migration.