fix(clp): genericise templates — no hardcoded agents/companies/task-types
- planning.yml: roster-driven task types, no hardcoded agent names or generic types - chapter_roundtable.yml: removed fixed [Devon,Lane,Cora] participant list, any editor can join - book_chapter.yml: removed hardcoded agents from roundtable spawn - book_research.yml: removed agent: Atlas from book_outline spawn (Bouncer routes by type) - ai_article_research.yml: removed agent_name: Atlas from plan spawn - book_editorial.yml: removed Shadow Heir/Elara/Kai/Alpha Publishing/Wattpad hardcoding - project_index.yml: removed Wattpad reference - ai_article_write.yml: fixed adjudication criteria (article, not fiction chapter) - chapter_review.yml: reply→document so reviews are committed and accessible Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -58,12 +58,11 @@ steps:
|
||||
Create exactly ONE follow-up task.
|
||||
|
||||
- task_name: "Plan Article Series"
|
||||
- agent_name: "Atlas"
|
||||
- task_type: "ai_article_plan"
|
||||
- description: "Using the research deliverable, plan exactly 10 standalone articles for
|
||||
this series. Each article is a 5-minute read (~800-1000 words) for the target audience
|
||||
described in the project. You choose the topics based on the research. Then spawn 10
|
||||
ai_article_write tasks for Iris."
|
||||
ai_article_write tasks."
|
||||
- depends_on: ""
|
||||
schema:
|
||||
actions:
|
||||
|
||||
Reference in New Issue
Block a user