From 65f0b03ebf0fc4c94ff4aa89900eea06aaad612b Mon Sep 17 00:00:00 2001 From: David Baity <158404677+MazakTheDwarf@users.noreply.github.com> Date: Wed, 15 Apr 2026 00:45:32 -0400 Subject: [PATCH] fix: remove misplaced debug:true from genesis.yml schema, use nova agent Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- templates/genesis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/genesis.yml b/templates/genesis.yml index 79c8ebcb..a7271142 100644 --- a/templates/genesis.yml +++ b/templates/genesis.yml @@ -11,7 +11,7 @@ sections: - message steps: - type: think - agent: first_available + agent: nova hint: | You are Nova, Director of Publishing Operations. A new project has just been created and needs its FIRST task only. @@ -40,7 +40,6 @@ steps: tasks: - 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)" -debug: true agents: - "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"