fix(comparison): correct stale and unsourced claims on comparison pages#5513
Conversation
- Remove stale "Templates" references from the LangChain page and related blog posts (feature was removed platform-wide) - Re-verify every sourced claim across all comparison-page profiles (Sim's own facts and all 20 competitor profiles) against live sources; fix dead links, renamed products, outdated figures, and claims no longer supported by their citation - Fix a stale sidebar permissions reference in the enterprise access-control docs
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
PR SummaryLow Risk Overview The bulk of the PR revises competitor comparison data under Reviewed by Cursor Bugbot for commit cdead75. Configure here. |
Greptile SummaryThis PR is a content-accuracy sweep across all comparison-page data files and related blog posts, correcting stale facts, replacing broken or outdated citation URLs, and removing all references to the "Templates" feature that was removed platform-wide.
Confidence Score: 5/5Safe to merge — all changes are content and data corrections with no application logic touched. Every file changed is either a TypeScript data object (competitor/Sim profile facts and source URLs), an MDX blog post, or a docs page. No runtime logic, React components, API routes, or database schema were modified. The corrections are well-sourced, consistently dated to 2026-07-08, and the previously-flagged n8n URL inconsistency was resolved in this commit. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[PR: Content Accuracy Sweep] --> B[Competitor Profiles\n20 files updated]
A --> C[Sim's Own Profile\nsim.ts]
A --> D[Blog Posts\n3 files]
A --> E[Enterprise Docs\naccess-control.mdx]
B --> B1[Corrected facts\ne.g. n8n SOC 2 Type II\nCrewAI AMP pricing\nZapier MCP 30k→40k actions]
B --> B2[Replaced stale URLs\nwith current doc paths]
B --> B3[Updated asOf dates\n→ 2026-07-08]
C --> C1[Block count 302→266]
C --> C2[Templates: Yes→No\nfeature removed]
C --> C3[Free tier: daily refresh\n→ monthly only]
C --> C4[REST API description\ncorrected]
D --> D1[Remove all\npre-built template\nreferences]
D --> D2[Replace with Chat\nscaffolding descriptions]
E --> E1[Remove stale\nTemplates sidebar row]
E --> E2[Update screenshot\nalt text]
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
flowchart TD
A[PR: Content Accuracy Sweep] --> B[Competitor Profiles\n20 files updated]
A --> C[Sim's Own Profile\nsim.ts]
A --> D[Blog Posts\n3 files]
A --> E[Enterprise Docs\naccess-control.mdx]
B --> B1[Corrected facts\ne.g. n8n SOC 2 Type II\nCrewAI AMP pricing\nZapier MCP 30k→40k actions]
B --> B2[Replaced stale URLs\nwith current doc paths]
B --> B3[Updated asOf dates\n→ 2026-07-08]
C --> C1[Block count 302→266]
C --> C2[Templates: Yes→No\nfeature removed]
C --> C3[Free tier: daily refresh\n→ monthly only]
C --> C4[REST API description\ncorrected]
D --> D1[Remove all\npre-built template\nreferences]
D --> D2[Replace with Chat\nscaffolding descriptions]
E --> E1[Remove stale\nTemplates sidebar row]
E --> E2[Update screenshot\nalt text]
Reviews (2): Last reviewed commit: "fix(comparison): use consistent URL form..." | Re-trigger Greptile |
|
@cursor review |
There was a problem hiding this comment.
✅ Bugbot reviewed your changes and found no new issues!
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit cdead75. Configure here.
Summary
Type of Change
Testing
Tested manually —
tscandbiome checkpass clean on all touched files, spot-checked citations against live sources.Checklist