chore: use "trade" consistently in prediction-market copy - #576
Merged
Conversation
Aligns the user-facing prediction-market wording on "trade", matching the terminology already used elsewhere on the site — the Omenstrat "Makes Smart Trades" step, the "places trades" description beneath it, and MIN_TRADES_FOR_ROI_DISPLAY. Prose only, across 8 sites on 6 routes: /agents/omenstrat, /agents/ai-mechs, /mech-marketplace, /agent-economies/predict, /agent-economies/explorer and /data. The `bets` entity in the GraphQL snippets printed on /data belongs to the upstream Omen and Polymarket schemas and is unchanged, as are the internal identifiers that mirror it. Also drops data/opportunities.json, which is imported nowhere. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01D3mccotoPBzhS53E9LRS3z
DavidMinarsch
requested review from
Tanya-atatakai and
atepem
as code owners
September 5, 2026 18:51
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Aligns the user-facing prediction-market copy on "trade", matching the terminology the site already uses elsewhere — the Omenstrat "Makes Smart Trades" step, the "places trades" description beneath it, and
MIN_TRADES_FOR_ROI_DISPLAY.Copy only; no logic, no metric definitions, no rendered numbers change.
Where
8 text sites across 6 routes:
/agents/omenstratAgents/PredictionAgentsPage/FAQ.tsx/agents/ai-mechsPredictionAgentsTable/index.tsx/mech-marketplaceMechMarketplacePage/BenefitFromMM.tsx/agent-economies/predictAgentEconomies/PredictPage/PlatformActivitySection.tsx,NetPositiveRateCard.tsx/agent-economies/explorerExplorerPage/index.tsx/dataDataPage/OmenstratAccuracy.tsx,PolystratAccuracy.tsxPrettier reflowed a few of the edited paragraphs; those line moves are formatting only.
Deliberately unchanged
betsentity in the GraphQL snippets printed on/data. Those blocks are the literal copy-pasteable queries against the Omen subgraph and the Polymarket squid —betsis the upstream schema's entity name, so renaming it would break the query.common-util/api/predict/*,common-util/api/explorer.tsandcommon-util/graphql/queries.ts.data/timeline.json— the one occurrence there is inside a quoted external article title.Also
Removes
data/opportunities.json, which is imported nowhere and renders on no page. Note this leaves the 16 files underpublic/images/opportunities/orphaned — they were referenced only from that JSON. Left in place here since public assets can be linked externally; happy to remove them in a follow-up.Verification
Rendered each of the 6 routes from the dev server and grepped the served HTML for
\b(bet|bets|betting|bettor)\b:/agents/ai-mechs,/mech-marketplace,/agent-economies/predict,/agent-economies/explorer— 0 matches./agents/omenstrat— only thesmart-bets.pngimage URL in asrcset(asset filename; the visible heading andaltare both "Makes Smart Trades")./data— only the raw GraphQL text noted above.yarn lintclean.🤖 Generated with Claude Code
https://claude.ai/code/session_01D3mccotoPBzhS53E9LRS3z