Skip to content

chore: refresh metagame feeds - #6810

Merged
matthewevans merged 1 commit into
mainfrom
chore/refresh-metagame-feeds
Jul 30, 2026
Merged

chore: refresh metagame feeds#6810
matthewevans merged 1 commit into
mainfrom
chore/refresh-metagame-feeds

Conversation

@matthewevans

@matthewevans matthewevans commented Jul 30, 2026

Copy link
Copy Markdown
Member

Automated daily metagame feed refresh from MTGGoldfish.

Summary by CodeRabbit

  • Content Updates
    • Updated Commander deck data, including card lists, counts, colors, and land configurations.
    • Added the Hulkbuster Armor card and replaced a card in the Codsworth deck.
    • Replaced the Modern Boros Ponza deck with a new Neobrand deck, including its sideboard.
    • Refreshed feed timestamps for Commander, Modern, Pioneer, and Standard formats.

@matthewevans
matthewevans enabled auto-merge July 30, 2026 08:27
@coderabbitai

coderabbitai Bot commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

📝 Walkthrough

Walkthrough

The MTGGoldfish feeds receive daily timestamp updates. Commander deck data is substantially regenerated, Codsworth entries are adjusted, and the Modern deck list replaces Boros Ponza with Neobrand.

Changes

MTGGoldfish feed refresh

Layer / File(s) Summary
Commander deck data refresh
client/public/feeds/mtggoldfish-commander.json
The feed timestamp and Codsworth card entries are updated, while subsequent Commander deck colors, card lists, and land counts are regenerated.
Modern deck replacement
client/public/feeds/mtggoldfish-modern.json
The feed timestamp is updated and the Boros Ponza deck is replaced with a Neobrand deck containing new main and sideboard lists.
Pioneer and Standard metadata refresh
client/public/feeds/mtggoldfish-pioneer.json, client/public/feeds/mtggoldfish-standard.json
The feed timestamps advance to 2026-07-30T00:00:00Z; deck data remains unchanged.

Estimated code review effort: 4 (Complex) | ~45 minutes

Possibly related PRs

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly summarizes the main change: a chore to refresh metagame feeds.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/refresh-metagame-feeds

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@client/public/feeds/mtggoldfish-commander.json`:
- Around line 2470-2473: Normalize the Muldrotha, the Gravetide deck entry in
client/public/feeds/mtggoldfish-commander.json: set its colors to ["B","U","G"]
at lines 2470-2473, and clean every card name in lines 2478-2805 by removing
[SET], <collector>/<precon>/UUID, and (F) annotations so names resolve normally.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: e7602767-7994-47f8-b90d-d651c1a4d96f

📥 Commits

Reviewing files that changed from the base of the PR and between b67f628 and 7b032bc.

📒 Files selected for processing (4)
  • client/public/feeds/mtggoldfish-commander.json
  • client/public/feeds/mtggoldfish-modern.json
  • client/public/feeds/mtggoldfish-pioneer.json
  • client/public/feeds/mtggoldfish-standard.json

Comment on lines +2470 to +2473
{
"name": "Muldrotha, the Gravetide",
"author": "MTGGoldfish",
"colors": [],

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

🗄️ Data Integrity & Integration | 🟠 Major | ⚡ Quick win

The "Muldrotha, the Gravetide" deck was ingested in an unnormalized format. Unlike every other deck in this feed, this one entry has an empty colors array and carries raw decklist-export annotations on every card name — both symptoms of the scraper writing this deck through a path that skips name/color normalization. validateFeed in client/src/services/feedService.ts accepts it (non-empty strings, colors is an array), so the breakage surfaces only at card-lookup time.

  • client/public/feeds/mtggoldfish-commander.json#L2470-L2473: populate colors with Muldrotha's ["B","U","G"] identity instead of [].
  • client/public/feeds/mtggoldfish-commander.json#L2478-L2805: strip [SET], <collector>/<precon>/UUID, and (F) suffixes from every name so cards resolve and commander inference matches "Muldrotha, the Gravetide".
📍 Affects 1 file
  • client/public/feeds/mtggoldfish-commander.json#L2470-L2473 (this comment)
  • client/public/feeds/mtggoldfish-commander.json#L2478-L2805
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@client/public/feeds/mtggoldfish-commander.json` around lines 2470 - 2473,
Normalize the Muldrotha, the Gravetide deck entry in
client/public/feeds/mtggoldfish-commander.json: set its colors to ["B","U","G"]
at lines 2470-2473, and clean every card name in lines 2478-2805 by removing
[SET], <collector>/<precon>/UUID, and (F) annotations so names resolve normally.

@matthewevans
matthewevans added this pull request to the merge queue Jul 30, 2026
Merged via the queue into main with commit 896f0aa Jul 30, 2026
15 checks passed
@matthewevans
matthewevans deleted the chore/refresh-metagame-feeds branch July 30, 2026 08:54
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.

1 participant