From be2fad757b049b250fc49bb41b888a0dc9ada819 Mon Sep 17 00:00:00 2001 From: mpstaton Date: Mon, 4 May 2026 19:53:05 -0500 Subject: [PATCH] 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) --- .../Updating-Naming-to-Reflect-Provider-Rebrand.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 context-v/issues/Updating-Naming-to-Reflect-Provider-Rebrand.md diff --git a/context-v/issues/Updating-Naming-to-Reflect-Provider-Rebrand.md b/context-v/issues/Updating-Naming-to-Reflect-Provider-Rebrand.md new file mode 100644 index 0000000..41f31fc --- /dev/null +++ b/context-v/issues/Updating-Naming-to-Reflect-Provider-Rebrand.md @@ -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. \ No newline at end of file