fix: remove Unicode chars from template

This commit is contained in:
2026-04-09 23:03:48 +00:00
parent 83f5eddf16
commit d642481f0a

View File

@@ -1,5 +1,5 @@
name: recipe_develop name: recipe_develop
description: "Develop one recipe concept, headnote, ingredients, method, and variations." description: "Develop one recipe -- concept, headnote, ingredients, method, and variations."
debug: true debug: true
rag_exclude: [business_plan, charter] rag_exclude: [business_plan, charter]
system: agent_prompt system: agent_prompt
@@ -30,10 +30,10 @@ steps:
Develop the complete recipe in this exact structure: Develop the complete recipe in this exact structure:
# [Recipe Title] # [Recipe Title]
*[One-line descriptor e.g. "A cozy weeknight pasta with crispy capers and lemon."] *[One-line descriptor -- e.g. "A cozy weeknight pasta with crispy capers and lemon."]
## Headnote ## Headnote
24 sentences that tell the story: why this recipe exists, what makes it special, 2-4 sentences that tell the story: why this recipe exists, what makes it special,
and one practical tip the cook should know before they start. Sound like a friend and one practical tip the cook should know before they start. Sound like a friend
who has made this dish many times. Personal, warm, specific. who has made this dish many times. Personal, warm, specific.
@@ -54,7 +54,7 @@ steps:
and sensory cues (e.g., "until golden and fragrant, about 3 minutes"). and sensory cues (e.g., "until golden and fragrant, about 3 minutes").
## Variations ## Variations
Provide 23 variations: Provide 2-3 variations:
- **Make it vegan/vegetarian**: ... - **Make it vegan/vegetarian**: ...
- **Make it gluten-free**: ... - **Make it gluten-free**: ...
- **Swap for [seasonal/budget alternative]**: ... - **Swap for [seasonal/budget alternative]**: ...
@@ -75,7 +75,7 @@ steps:
- Are the method steps truly one-action-per-step? - Are the method steps truly one-action-per-step?
- Do the sensory cues (color, smell, texture) help a home cook know when to proceed? - Do the sensory cues (color, smell, texture) help a home cook know when to proceed?
- Are the variations genuinely useful and clearly explained? - Are the variations genuinely useful and clearly explained?
- Is the title specific and appetizing (not "Easy Pasta" be evocative)? - Is the title specific and appetizing (not "Easy Pasta" -- be evocative)?
- Is the format clean and scannable? - Is the format clean and scannable?
Rewrite the COMPLETE final recipe incorporating all improvements. Rewrite the COMPLETE final recipe incorporating all improvements.
@@ -100,7 +100,7 @@ adjudication:
description: "Instructions are unambiguous and executable by a home cook" description: "Instructions are unambiguous and executable by a home cook"
voice: voice:
weight: 25 weight: 25
description: "Headnote is warm, personal, and specific not generic" description: "Headnote is warm, personal, and specific -- not generic"
precision: precision:
weight: 15 weight: 15
description: "Measurements, times, and sensory cues are accurate and consistent" description: "Measurements, times, and sensory cues are accurate and consistent"