Skip to content

chore(convolens): brand strings + localStorage migration (PR 2/5)#75

Merged
JustAGhosT merged 1 commit into
mainfrom
chore/convolens-brand-copy
May 10, 2026
Merged

chore(convolens): brand strings + localStorage migration (PR 2/5)#75
JustAGhosT merged 1 commit into
mainfrom
chore/convolens-brand-copy

Conversation

@JustAGhosT

Copy link
Copy Markdown
Collaborator

Summary

PR 2 of 5 in the convolens rename. Sweeps narrative brand strings across README/WARP/docs/web copy and adds a one-shot localStorage migration shim.

Files (18)

  • README, WARP, infra/README, app READMEs, .github/copilot-instructions
  • docs/ROADMAP, USER_GUIDE, runbook, AUTHENTICATION, api/openapi.yaml
  • apps/web/src layout, landing-page, footer, navigation, supabase placeholder
  • packages/contexts/src/auth-context.tsx — localStorage shim

Critical: localStorage migration

Old keys: `whatssummarize_user` / `whatssummarize_session`. New keys: `convolens_user` / `convolens_session`. Auth-context init effect now copies legacy → new on first mount. Without it every existing user is logged out on deploy. Drop the shim ~30 days post-deploy.

Out of scope (per docs/convolens-rename-plan.md)

  • Azure resource names (PR4 / separate decision)
  • Chrome extension (PR3)
  • CI / sonar / devcontainer (PR5)
  • `api.whatssummarize.com` server URL — still live; cuts over with API DNS

Test plan

  • CI green
  • Existing user with legacy localStorage stays signed in
  • Page `<title>` reads ConvoLens
  • No unexpected `whatssummarize` strings in rendered HTML

🤖 Generated with Claude Code

Sweep narrative brand strings across README/WARP/docs/web copy. Add a
one-shot localStorage migration shim to packages/contexts/src/auth-context.tsx
so existing whatssummarize_user / whatssummarize_session entries get copied
to convolens_user / convolens_session on next mount — without it every
existing user gets logged out on deploy. Shim TODO: remove after 30 days.

Out of scope (per docs/convolens-rename-plan.md):
- Azure resource names (rg-whatssummarize-*, kvwhatssummarizedev, etc.) — PR4
- Chrome extension brand sweep — PR3
- CI / sonar / devcontainer — PR5
- api.whatssummarize.com endpoint URL still live; updates with API DNS cutover

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented May 10, 2026

Copy link
Copy Markdown
Contributor

Warning

Rate limit exceeded

@JustAGhosT has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 23 minutes and 57 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 4c68a354-bca0-4f13-901a-600f48c711f5

📥 Commits

Reviewing files that changed from the base of the PR and between 735d242 and 47a0bbb.

📒 Files selected for processing (18)
  • .github/copilot-instructions.md
  • README.md
  • WARP.md
  • apps/api/README.md
  • apps/web/README.md
  • apps/web/src/app/landing-page.tsx
  • apps/web/src/app/layout.tsx
  • apps/web/src/components/Layout/index.tsx
  • apps/web/src/components/layouts/footer/index.tsx
  • apps/web/src/components/layouts/navigation/Navigation.tsx
  • apps/web/src/lib/supabase/client.ts
  • docs/AUTHENTICATION.md
  • docs/ROADMAP.md
  • docs/USER_GUIDE.md
  • docs/api/openapi.yaml
  • docs/runbook.md
  • infra/README.md
  • packages/contexts/src/auth-context.tsx
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/convolens-brand-copy

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@sonarqubecloud

Copy link
Copy Markdown

@codacy-production

Copy link
Copy Markdown

Not up to standards ⛔

🔴 Issues 2 high

Alerts:
⚠ 2 issues (≤ 0 issues of at least minor severity)

Results:
2 new issues

Category Results
Security 2 high

View in Codacy

🟢 Metrics 0 complexity · 0 duplication

Metric Results
Complexity 0
Duplication 0

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@JustAGhosT
JustAGhosT merged commit 4de1c75 into main May 10, 2026
5 of 7 checks passed
@JustAGhosT
JustAGhosT deleted the chore/convolens-brand-copy branch May 10, 2026 12:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant