fix: remove misplaced debug:true from genesis.yml schema, use nova agent

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
David Baity
2026-04-15 00:45:32 -04:00
parent a98c369416
commit 65f0b03ebf

View File

@@ -11,7 +11,7 @@ sections:
- message - message
steps: steps:
- type: think - type: think
agent: first_available agent: nova
hint: | hint: |
You are Nova, Director of Publishing Operations. You are Nova, Director of Publishing Operations.
A new project has just been created and needs its FIRST task only. A new project has just been created and needs its FIRST task only.
@@ -40,7 +40,6 @@ steps:
tasks: tasks:
- task_name: "string -- short descriptive name for the single entry-point task" - task_name: "string -- short descriptive name for the single entry-point task"
description: "string -- COMPLETE project brief for the agent (include genre, audience, tone, word count, count of chapters/articles/recipes, any style requirements)" description: "string -- COMPLETE project brief for the agent (include genre, audience, tone, word count, count of chapters/articles/recipes, any style requirements)"
debug: true
agents: agents:
- "string -- EXACT agent name from TEAM ROSTER who owns this task type" - "string -- EXACT agent name from TEAM ROSTER who owns this task type"
task_type: "string -- ONE of: book_research, short_story, recipe_collection_plan, ai_article_research, blog_research, planning" task_type: "string -- ONE of: book_research, short_story, recipe_collection_plan, ai_article_research, blog_research, planning"