chore(convolens): brand strings + localStorage migration (PR 2/5)#75
Conversation
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>
|
Warning Rate limit exceeded
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 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 configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (18)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
|
Not up to standards ⛔🔴 Issues
|
| Category | Results |
|---|---|
| Security | 2 high |
🟢 Metrics 0 complexity · 0 duplication
Metric Results Complexity 0 Duplication 0
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.



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)
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)
Test plan
🤖 Generated with Claude Code