feat: add debug:true to all templates; add LLM_LOG_DIR config

This commit is contained in:
David Baity
2026-04-09 14:38:11 -04:00
parent ec9508be90
commit 20112eac6a
2 changed files with 3 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
name: character_update name: character_update
description: Update a character's static profile when permanent arc changes occur. description: Update a character's static profile when permanent arc changes occur.
debug: true
Triggered when PASS 3 flags Permanent=YES for a character. Triggered when PASS 3 flags Permanent=YES for a character.
Reads current character deliverable, appends arc log entry, updates changed fields, Reads current character deliverable, appends arc log entry, updates changed fields,
and updates relevant RAG files if voice or magic changed. and updates relevant RAG files if voice or magic changed.

View File

@@ -1,5 +1,6 @@
name: genesis name: genesis
description: "Project genesis — quick think → structured initial task list → child tasks spawned. Runs once when a new project is created." description: "Project genesis — quick think → structured initial task list → child tasks spawned. Runs once when a new project is created."
debug: true
system: agent_prompt system: agent_prompt
agent_prompt: agent_prompt:
- "= system.md" - "= system.md"
@@ -39,6 +40,7 @@ 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"