From 0f6cc912da4b5b01ca0d893004c7e6dc735a711d Mon Sep 17 00:00:00 2001 From: Jurie Smit Date: Sun, 10 May 2026 13:43:35 +0200 Subject: [PATCH] chore(convolens): CI / sonar / devcontainer brand refs (PR 5/5) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - .github/workflows/infrastructure.yml: --tags project=whatssummarize → convolens - .devcontainer/devcontainer.json: container "name" → ConvoLens Development Environment - sonar-project.properties: sonar.projectKey JustAGhosT_whatssummarize → JustAGhosT_convolens - .vscode/settings.json: cSpell.words gains "convolens" (kept "whatssummarize" — Azure resource names still surface in code; legacy spelling stays valid) Deliberately NOT changed (per plan): - AZURE_RESOURCE_GROUP_*=rg-whatssummarize-* env in workflow (PR4 leaves rg names alone; separate Azure rename decision) - .github/workflows/release-validation.yml PROJECT="whatssummarize" (drives all Azure resource lookups; flipping breaks validation until rg names move) - .github/settings.yml repo `name:` (would force the GH repo rename — separate decision) - .github/whatssummarize-mcp-app.json (potentially stale; live/stale verification needed) User action: SonarCloud project key rename via UI is a separate manual step. Co-Authored-By: Claude Opus 4.7 (1M context) --- .devcontainer/devcontainer.json | 2 +- .github/workflows/infrastructure.yml | 2 +- .vscode/settings.json | 1 + sonar-project.properties | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 23f2eec..a88d356 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,5 +1,5 @@ { - "name": "WhatsApp Conversation Summarizer Development Environment", + "name": "ConvoLens Development Environment", "image": "mcr.microsoft.com/devcontainers/typescript-node:20", "features": { diff --git a/.github/workflows/infrastructure.yml b/.github/workflows/infrastructure.yml index 701d70c..c74718b 100644 --- a/.github/workflows/infrastructure.yml +++ b/.github/workflows/infrastructure.yml @@ -239,7 +239,7 @@ jobs: az group create \ --name "$RG_NAME" \ --location "${{ env.AZURE_LOCATION }}" \ - --tags project=whatssummarize environment=${{ matrix.environment }} managedBy=github-actions + --tags project=convolens environment=${{ matrix.environment }} managedBy=github-actions fi - name: Deploy Infrastructure diff --git a/.vscode/settings.json b/.vscode/settings.json index a407248..de701ff 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -42,6 +42,7 @@ "typeorm", "uuidv", "vaul", + "convolens", "whatssummarize", "whatwg", "xlarge" diff --git a/sonar-project.properties b/sonar-project.properties index c33cea1..4d18cef 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,5 +1,5 @@ # SonarCloud Configuration -sonar.projectKey=JustAGhosT_whatssummarize +sonar.projectKey=JustAGhosT_convolens sonar.organization=justaghosth # Source directories (only scan application source, not tests)