Adds full meal planning workflow to Kiwi:
- Weekly meal plan creation with configurable meal types (Paid gate)
- Drag-and-assign recipe slots per day
- Prep session generation with sequenced task lists and time estimates
- LLM-assisted full-week plan and timing fill-in (BYOK-unlockable)
- Community feed (local ActivityPub-compat + cloud federation)
- Build Your Own recipe tab with assembly templates
- Save/bookmark any recipe with star rating, notes, and style tags
- Shopping list export from built recipes
- Tab reorder: Saved > Build > Community > Find > Browse
- Auto-redirect from empty Saved tab to Build
- Custom ingredient injection persists in candidate list
- z-index fix: save modal above recipe detail panel
- Route ordering fix: /recipes/saved before /{recipe_id} catch-all
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_community_endpoints.py | ||
| test_feedback.py | ||
| test_meal_plans.py | ||
| test_orch_budget_in_recipes.py | ||
| test_recipe_build_endpoints.py | ||
| test_recipes.py | ||
| test_settings.py | ||