fix(web): landing copy says Straude, not "The product" - #154
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📝 WalkthroughWalkthroughThe landing page privacy-boundary paragraph now names Straude directly. The statements about code quality analysis, agent prompt reconstruction, employee monitoring, and aggregate usage totals remain unchanged. ChangesPrivacy boundary copy
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This change updates landing-page wording to use the product name and does not alter behavior, data, security, or deployment. No actionable merge-blocking risk remains beyond normal checks and review. 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches 💡 1📝 Generate docstrings 💡
🧪 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 |
Why
mainhas been red sinceae11348(#151, 2026-08-22). Every open PR inherits the failure the moment it mergesmain, so all four of 143/145/146/149 currently show red CI for a reason that has nothing to do with their own changes.The cause is one string. The privacy-boundary paragraph added by #151 to
ProductExplanation.tsxuses the phrase "The product", which the landing voice rule forbids ande2e/landing.spec.ts:30asserts against:What changed
One sentence in
apps/web/components/landing/ProductExplanation.tsxnow names Straude instead of "the product", with the surrounding lines re-wrapped. No behaviour change, no other files touched.Note for follow-up
apps/web/lib/agent-content.ts:31,33carries the same phrase from the same PR. It is served as agent-facing markdown (/api/markdown,llms.txt) and never rendered into the landing DOM, so it does not affect the test — left alone here to keep this change to the CI unblock. Worth a separate voice pass.🤖 Generated with Claude Code
Summary by CodeRabbit