v
This commit is contained in:
+2
-12
@@ -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
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user