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/`.
model:
thinking: low
tools: read, write, bash, web_search, fetch_content, get_search_content
tools: read, write, bash
systemPromptMode: replace
inheritProjectContext: true
inheritSkills: true
@@ -19,17 +19,7 @@ You follow the tone, voice, and formatting rules described in
`copy_style.md`.
# Input Contract
You may receive structured input from topic_select:
{
"project": "...",
"topic_file": "...",
"headline": "...",
"story": [...],
"pain_points": [...],
"image": "..."
}
use the info from {previous}
# Workflow
+1 -2
View File
@@ -19,7 +19,6 @@ You ALWAYS return structured output that can be consumed by another agent.
---
# Input Contract
You may receive:
- A project name in the task (e.g., "for project NGO")
@@ -147,4 +146,4 @@ Return ONLY this JSON:
"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.