fix(copy): align FAQ and docs tier names with pricing page - #52
Conversation
The bounty FAQ and docs still referenced the retired Pro/Max/Enterprise tiers after pricing was rebranded to Free/Personal/Team, so an investor reading the site saw two different product lineups. - bounty FAQ: private-repo bounties are on Personal and Team - docs: private repos, Linear integration, advanced-controls pill, and the two model-routing passages all now name Personal/Team Copy only; "Gemini 2.5 Pro" is a model name and is left alone. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
AI Review: Changes RequestedAll seven acceptance criteria are re-derived as met: the bounty FAQ (BountyAutomationPage.tsx:279) and the five DocsPage passages (274, 362, 613, 957, 971) now name Personal/Team, "Gemini 2.5 Pro" at line 964 is untouched, and every edit is JSX text content with identical element structure, attributes and imports, so nothing functional changed. No correctness, security or regression defects exist in the changed lines. One blocker survives the audit and it is infrastructural rather than code: the authoritative PR state reports merge state CONFLICTING (DIRTY), so the branch cannot merge until it is rebased and the six tier-name sites re-verified; one nit remains asking for a site-wide sweep for other retired tier names. Acceptance CriteriaMet
SuggestionsBlockers
Nitpicks
Additional FindingsWarnings
📋 Copy Review for AI Agent
📊 Review metadata
Superseded by follow-up review 2. |
AI Follow-up Review 2: Changes RequestedSince the last reviewAddressed (1)
Still open (1)
New (1)
Criteria: 1 newly unmet Since the last review the branch was merged with base (resolving prior S1: the PR now reports MERGEABLE) and the docs page was rewritten upstream, but the conflict resolution was botched: the PR's remaining DocsPage diff now reverts large parts of the base-branch rewrite instead of only renaming tiers. The six tier-name sites still read Personal/Team, so criteria 1-6 hold, but criterion 7 (copy-only, page renders as before) is unmet and one blocker-severity regression is filed: the diff deletes the base branch's Credits section, the allowance paragraph and the Free plan row from the review-model table, re-adds a duplicate Advanced-controls list with a mislabeled Per-stage-prompts heading, and reinstates stale copy that contradicts neighbouring base text. One nit (prior S2, site-wide sweep for retired tier names) remains open; PR state also shows CI only 1 of 3 passed with 2 checks still running, so the build gate is not yet green. Acceptance CriteriaRegressed (previously satisfied)
Met
SuggestionsNitpicks
📋 Copy Review for AI Agent
📊 Review metadata
|
The bounty FAQ and docs still referenced the retired Pro/Max/Enterprise tiers after pricing was rebranded to Free/Personal/Team, so an investor reading the site saw two different product lineups.
Copy only; "Gemini 2.5 Pro" is a model name and is left alone.