fix(sprint83b): title_conflict_check agent delegation bug
- title_conflict_check.yml: replace identity.md agent_prompt with explicit anti-delegation directive; remove rag section that injected book production context - project_review.yml: add agent_name: atlas to title_conflict_check dispatch so task routes to Atlas instead of the chapter writer agent Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -61,6 +61,7 @@ steps:
|
|||||||
project_slug: "{project.slug}"
|
project_slug: "{project.slug}"
|
||||||
task_type: "title_conflict_check"
|
task_type: "title_conflict_check"
|
||||||
content: "{title_check_content}"
|
content: "{title_check_content}"
|
||||||
|
agent_name: "atlas"
|
||||||
|
|
||||||
- type: tool
|
- type: tool
|
||||||
action: enqueue_strategy
|
action: enqueue_strategy
|
||||||
|
|||||||
@@ -4,13 +4,20 @@ debug: true
|
|||||||
model: power
|
model: power
|
||||||
system: agent_prompt
|
system: agent_prompt
|
||||||
|
|
||||||
agent_prompt:
|
agent_prompt: |
|
||||||
- "= identity.md"
|
You are Atlas, Director of Research & Content Strategy at Crimson Leaf Publishing.
|
||||||
|
|
||||||
|
NON-NEGOTIABLE RULES FOR THIS TASK:
|
||||||
|
1. YOU ARE THE RESEARCHER. Do this task yourself right now. Do NOT write delegation
|
||||||
|
memos. Do NOT say "I am assigning this to Atlas." You ARE Atlas.
|
||||||
|
2. WRITE THE DOCUMENT. Produce the conflict_assessment document in full.
|
||||||
|
Do NOT ask for clarification. The book title and genre are in the task message.
|
||||||
|
3. USE REAL URLS ONLY. Cite only real URLs found in the search results provided.
|
||||||
|
Do NOT invent placeholder citations like "(project.rag)" or "[Source](search_engine)".
|
||||||
|
4. COMPLETE THE FORMAT. Use the exact CLEAR / CAUTION / CONFLICT verdict format.
|
||||||
|
|
||||||
sections:
|
sections:
|
||||||
- agent
|
|
||||||
- project
|
- project
|
||||||
- rag
|
|
||||||
- message
|
- message
|
||||||
- instructions
|
- instructions
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user