Skip to content

feat(seo): agent definition blocks and evex vs agentcn comparison - #59

Merged
TommyBez merged 3 commits into
mainfrom
cursor/ai-seo-pr-b-definition-agentcn-8351
Aug 13, 2026
Merged

feat(seo): agent definition blocks and evex vs agentcn comparison#59
TommyBez merged 3 commits into
mainfrom
cursor/ai-seo-pr-b-definition-agentcn-8351

Conversation

@TommyBez

Copy link
Copy Markdown
Owner

Implements AI-SEO PR-B from gtm/ai-seo-pr-b-copy-2026-08-13.md (canonical copy pack; not present in-repo at implementation time, so front matter / summary / comparison rows / docs summary used the exact paste from the task brief).

Changes

  1. Agent definition blocks on /agents/[slug]

    • getAgentDefinitionBlock(agent) in apps/web/lib/agent-detail.ts (no new registry field)
    • Renders What is {name}? + 40–60 word paragraph with inline <code> install command immediately after the H1 row, before AgentDescription and before the Install card
    • Install always via buildInstallCommandnpx shadcn@latest add @evex/<slug>
  2. Docs intro (introduction)

    • First section heading → What is an Eve agent registry?
    • Exact 45-word summary from the copy pack
    • Existing three body paragraphs kept; summary not duplicated into section body
    • No FAQPage on docs (TechArticle + BreadcrumbList unchanged)
  3. Learn: /learn/evex-vs-agentcn

    • Same shape as langgraph-vs-crewai, cluster comparisons
    • Optional comparisonRows + comparisonBottomLine on LearnPage
    • Real HTML <table> (Criterion | evex | agentcn) after the summary card
    • Light Markdown pass for section body / table cells / FAQs (links + inline code)
    • Article + FAQPage + BreadcrumbList only (no HowTo, no Review/AggregateRating)

Out of scope (intentional)

Test plan

  • pnpm --filter ./apps/web test
  • pnpm --filter ./apps/web check
  • pnpm --filter ./apps/web typecheck
  • After deploy: curl an agent page for What is …? H2 + <code>npx shadcn@latest add @evex/…</code>
  • After deploy: curl /docs for renamed H2 + new summary
  • After deploy: curl /learn/evex-vs-agentcn for comparison table + 5 FAQs
Open in Web Open in Cursor 

@vercel

vercel Bot commented Aug 13, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
evex Ready Ready Preview Aug 13, 2026 6:09am

Request Review

@coderabbitai

coderabbitai Bot commented Aug 13, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@cursor[bot], you've reached your PR review limit, so we couldn't start this review.

Next review available in: 46 minutes

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 44618dd0-78e5-4017-8631-845793b784bb

📥 Commits

Reviewing files that changed from the base of the PR and between 9d7b041 and c4fdea5.

📒 Files selected for processing (9)
  • apps/web/app/(main)/agents/[slug]/page.tsx
  • apps/web/app/(main)/learn/[slug]/page.tsx
  • apps/web/components/learn-inline-markdown.tsx
  • apps/web/lib/agent-detail.ts
  • apps/web/lib/docs-content.ts
  • apps/web/lib/learn-content.ts
  • apps/web/lib/markdown-content.ts
  • apps/web/tests/agent-detail.test.ts
  • apps/web/tests/ai-seo-pr-b.test.ts

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.

@TommyBez
TommyBez marked this pull request as ready for review August 13, 2026 05:58
Add AI-extractable What-is blocks on agent pages, rename the docs intro
definition heading/summary, and ship a dated evex vs agentcn learn page
with a comparison table. Install copy stays on npx shadcn@latest add.

Co-authored-by: Tommaso <tommaso.carnemolla@gmail.com>

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 7aebbece56

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread apps/web/app/(main)/learn/[slug]/page.tsx Outdated
Comment thread apps/web/lib/agent-detail.ts Outdated
Comment thread apps/web/lib/agent-detail.ts Outdated
Keep the install anti-pattern callout after rebasing onto #58 without
tripping the llms-full.txt /eve add/ guard.

Co-authored-by: Tommaso <tommaso.carnemolla@gmail.com>
@cursor
cursor Bot force-pushed the cursor/ai-seo-pr-b-definition-agentcn-8351 branch from 7aebbec to 18a369b Compare August 13, 2026 06:04
Avoid p>ol nesting for numbered install steps, use broader coding
audience defaults, and truncate under-45 filler on clause boundaries.

Co-authored-by: Tommaso <tommaso.carnemolla@gmail.com>
@TommyBez
TommyBez merged commit 26f1cd3 into main Aug 13, 2026
4 checks passed
@TommyBez
TommyBez deleted the cursor/ai-seo-pr-b-definition-agentcn-8351 branch August 13, 2026 06:11
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.

2 participants