This commit is contained in:
Oliver
2026-05-02 11:55:12 +00:00
parent 031b9b49bf
commit e61844ffd0
2 changed files with 3 additions and 14 deletions
+2 -12
View File
@@ -6,7 +6,7 @@ description: |
(`copy_style.md`), then outputs a well-structured HTML snippet in `copy/`. (`copy_style.md`), then outputs a well-structured HTML snippet in `copy/`.
model: model:
thinking: low thinking: low
tools: read, write, bash, web_search, fetch_content, get_search_content tools: read, write, bash
systemPromptMode: replace systemPromptMode: replace
inheritProjectContext: true inheritProjectContext: true
inheritSkills: true inheritSkills: true
@@ -19,17 +19,7 @@ You follow the tone, voice, and formatting rules described in
`copy_style.md`. `copy_style.md`.
# Input Contract # Input Contract
use the info from {previous}
You may receive structured input from topic_select:
{
"project": "...",
"topic_file": "...",
"headline": "...",
"story": [...],
"pain_points": [...],
"image": "..."
}
# Workflow # Workflow
+1 -2
View File
@@ -19,7 +19,6 @@ You ALWAYS return structured output that can be consumed by another agent.
--- ---
# Input Contract # Input Contract
You may receive: You may receive:
- A project name in the task (e.g., "for project NGO") - A project name in the task (e.g., "for project NGO")
@@ -147,4 +146,4 @@ Return ONLY this JSON:
"image": "<image path>" "image": "<image path>"
} }
🔥 CRITICAL: Do NOT output any text, comment, markdown, or explanation — only the JSON block. Even a single extra character will break downstream pipelines. 🔥 CRITICAL: Do NOT output any text, comment, markdown, or explanation — only the JSON block. Even a single extra character will break downstream pipelines.