feat(recipes): add meal-prep-friendly tag to recipe engine #138

Open
opened 2026-05-17 09:11:43 -07:00 by pyr0ball · 0 comments
Owner

Request

Add a meal-prep-friendly tag so users can filter for recipes that work well for batch cooking / prep-ahead workflows.

Criteria for the tag

A recipe qualifies if it:

  • Stores well refrigerated for 3+ days (soups, stews, grain bowls, casseroles)
  • Scales easily (serving size 4+, or easily doubled)
  • Does not rely on last-minute fresh components (e.g. dressed salads, fried items that go soggy)

Implementation notes

  • Add meal_prep_friendly to app/db/store.py recipe tag vocabulary
  • Add inference rule in scripts/pipeline/infer_recipe_tags.py (can be heuristic: has serves 4+ AND one-pot OR make-ahead in tags/title)
  • Purple Carrot corpus already includes One-Pot, Comfort, Meal Prep tags — map these on import
  • Surface in filter UI alongside existing tags
## Request Add a `meal-prep-friendly` tag so users can filter for recipes that work well for batch cooking / prep-ahead workflows. ## Criteria for the tag A recipe qualifies if it: - Stores well refrigerated for 3+ days (soups, stews, grain bowls, casseroles) - Scales easily (serving size 4+, or easily doubled) - Does not rely on last-minute fresh components (e.g. dressed salads, fried items that go soggy) ## Implementation notes - Add `meal_prep_friendly` to `app/db/store.py` recipe tag vocabulary - Add inference rule in `scripts/pipeline/infer_recipe_tags.py` (can be heuristic: has `serves 4+` AND `one-pot` OR `make-ahead` in tags/title) - Purple Carrot corpus already includes `One-Pot`, `Comfort`, `Meal Prep` tags — map these on import - Surface in filter UI alongside existing tags
pyr0ball added the
enhancement
label 2026-06-01 12:11:32 -07:00
pyr0ball added this to the Post-Launch milestone 2026-06-01 12:11:32 -07:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Circuit-Forge/kiwi#138
No description provided.