diff --git a/.pi/agents/blog.md b/.pi/agents/blog.md index 8633a5b..db908db 100644 --- a/.pi/agents/blog.md +++ b/.pi/agents/blog.md @@ -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 diff --git a/.pi/agents/topic.md b/.pi/agents/topic.md index b3efc60..a42f9d3 100644 --- a/.pi/agents/topic.md +++ b/.pi/agents/topic.md @@ -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": "" } -🔥 CRITICAL: Do NOT output any text, comment, markdown, or explanation — only the JSON block. Even a single extra character will break downstream pipelines. \ No newline at end of file +🔥 CRITICAL: Do NOT output any text, comment, markdown, or explanation — only the JSON block. Even a single extra character will break downstream pipelines.