Skip to content

Regenerate recipes.csv so the new category descriptions land - #146

Merged
jkschneider merged 1 commit into
mainfrom
regenerate-category-csv
Aug 13, 2026
Merged

Regenerate recipes.csv so the new category descriptions land#146
jkschneider merged 1 commit into
mainfrom
regenerate-category-csv

Conversation

@jkschneider

Copy link
Copy Markdown
Member

Follow-up: the category descriptors added earlier did not fully reach this CSV.

recipeCsvGenerate merges into an existing recipes.csv rather than replacing it, and matches categories by equalsIgnoreCase(displayName), keeping the existing node when one matches. A category whose display name did not change therefore held on to its old empty description, and the new text was silently dropped. Only categories that were also renamed came through.

Regenerating with the CSV deleted first fixes: Plexus.

Nothing else changes — no recipes added, removed or renamed.

https://claude.ai/code/session_019r1a149dSe3VMXxtbPEPXs

`recipeCsvGenerate` merges into an existing `recipes.csv` and matches
categories by display name, keeping the existing node when one matches. A
category whose name did not change therefore kept its old empty description, so
the descriptors added earlier never reached the CSV: `Plexus`.

Regenerated with the CSV deleted first.
@github-project-automation github-project-automation Bot moved this to In Progress in OpenRewrite Aug 13, 2026
@jkschneider
jkschneider merged commit 2909080 into main Aug 13, 2026
1 check passed
@jkschneider
jkschneider deleted the regenerate-category-csv branch August 13, 2026 17:18
@github-project-automation github-project-automation Bot moved this from In Progress to Done in OpenRewrite Aug 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

1 participant