From 18a2d380cd5d91328f3bbbfe09b2662be2cae9fe Mon Sep 17 00:00:00 2001 From: truemperor Date: Mon, 31 Aug 2026 10:38:02 +0100 Subject: [PATCH] fix(copy): align FAQ and docs tier names with pricing page 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 --- src/pages/BountyAutomationPage.tsx | 2 +- src/pages/DocsPage.tsx | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/pages/BountyAutomationPage.tsx b/src/pages/BountyAutomationPage.tsx index 1dbce72..d67813a 100644 --- a/src/pages/BountyAutomationPage.tsx +++ b/src/pages/BountyAutomationPage.tsx @@ -276,7 +276,7 @@ export function BountyAutomationPage() {
Can I bounty private-repo issues? -

Yes — on Pro, Max, and Enterprise. The Free plan supports bounties on public repos only, matching the Free product's open-source scope.

+

Yes — on Personal and Team, which both include private repositories. The Free plan supports bounties on public repos only, matching the Free plan's open-source scope.

How does this interact with goal-aware review? diff --git a/src/pages/DocsPage.tsx b/src/pages/DocsPage.tsx index 3e13f42..273a0a0 100644 --- a/src/pages/DocsPage.tsx +++ b/src/pages/DocsPage.tsx @@ -271,7 +271,7 @@ export function DocsPage() {

Installation

- Sign up on DevAsign with GitHub and install the app on a repository. Public repositories are reviewed on every plan; private repositories require Pro or Max. Plans meter unique PRs per month — re-reviews of a PR (new pushes, reruns) never consume quota. See Pricing for the caps. + Sign up on DevAsign with GitHub and install the app on a repository. Public repositories are reviewed on every plan; private repositories require Personal or Team. Plans meter unique PRs per month — re-reviews of a PR (new pushes, reruns) never consume quota. See Pricing for the caps.

  1. Sign in with GitHub and install the DevAsign GitHub App on your repo.
  2. @@ -359,7 +359,7 @@ export function DocsPage() {

    Connecting

    - In the dashboard, open Settings → Integrations → Linear and click Connect. A popup hands you to Linear's OAuth screen to authorize your workspace; approve it and the workspace appears in your integration list. There are no tokens or API keys to paste, re-connecting simply refreshes the authorization, and one Linear workspace connects per account. The Linear integration is a Pro / Max feature. + In the dashboard, open Settings → Integrations → Linear and click Connect. A popup hands you to Linear's OAuth screen to authorize your workspace; approve it and the workspace appears in your integration list. There are no tokens or API keys to paste, re-connecting simply refreshes the authorization, and one Linear workspace connects per account. The Linear integration is a Personal / Team feature.

    -

    Advanced controls Pro / Max

    +

    Advanced controls Personal / Team

    • Trigger policy — re-review on every push, skip draft PRs, skip bot-authored PRs (see Triggering reviews).
    • Verdict mode — blocking (default) or comment-only; see Severity & verdict.
    • @@ -954,7 +954,7 @@ violations are flagged as nits; they don't block the merge. Claude Opus - The reasoning passes on Pro and Max — criteria synthesis, diff review, the whole-repo holistic pass, deferred-work judgment, and DEVASIGN.md guidance. + The reasoning passes on Personal and Team — criteria synthesis, diff review, the whole-repo holistic pass, deferred-work judgment, and DEVASIGN.md guidance. Claude Haiku @@ -968,7 +968,7 @@ violations are flagged as nits; they don't block the merge.

      - The review model follows the repo owner's plan: Free reviews run end-to-end on Claude Haiku, while Pro and Max run the frontier reasoning model. System prompts are sent with prompt caching enabled, so the reused instruction blocks don't re-bill on every pass. + The review model follows the repo owner's plan: Free reviews run end-to-end on Claude Haiku, while Personal and Team run the frontier reasoning model. System prompts are sent with prompt caching enabled, so the reused instruction blocks don't re-bill on every pass.