Sprint 89: Fix intent schema (template->task_type), update genesis to write project.yml, fix all project.yml intents

This commit is contained in:
David Baity
2026-05-01 00:37:41 -04:00
parent 5312295bba
commit 384797edea
6 changed files with 63 additions and 21 deletions

View File

@@ -15,13 +15,13 @@ goal: >
intents:
- keyword: book_outline
description: Generate or update the chapter outline for this book
template: book_outline
task_type: book_outline
- keyword: book_research
description: Research themes, settings, or historical details
template: book_research
task_type: book_research
- keyword: write_chapter
description: Write a chapter draft
template: book_chapter
task_type: book_chapter
- keyword: character_sheet
description: Create or update a character sheet
template: character_sheet
task_type: character_sheet

View File

@@ -15,13 +15,13 @@ goal: >
intents:
- keyword: book_outline
description: Generate or update the chapter outline for this book
template: book_outline
task_type: book_outline
- keyword: book_research
description: Research themes, settings, or historical details
template: book_research
task_type: book_research
- keyword: write_chapter
description: Write a chapter draft
template: book_chapter
task_type: book_chapter
- keyword: character_sheet
description: Create or update a character sheet
template: character_sheet
task_type: character_sheet

View File

@@ -15,13 +15,13 @@ goal: >
intents:
- keyword: book_outline
description: Generate or update the chapter outline for this book
template: book_outline
task_type: book_outline
- keyword: book_research
description: Research themes, settings, or historical details
template: book_research
task_type: book_research
- keyword: write_chapter
description: Write a chapter draft
template: book_chapter
task_type: book_chapter
- keyword: character_sheet
description: Create or update a character sheet
template: character_sheet
task_type: character_sheet

View File

@@ -18,13 +18,13 @@ goal: >
intents:
- keyword: book_outline
description: Generate or update the chapter outline for this book
template: book_outline
task_type: book_outline
- keyword: book_research
description: Research themes, settings, or historical details
template: book_research
task_type: book_research
- keyword: write_chapter
description: Write a chapter draft
template: book_chapter
task_type: book_chapter
- keyword: character_sheet
description: Create or update a character sheet
template: character_sheet
task_type: character_sheet

View File

@@ -17,13 +17,13 @@ goal: >
intents:
- keyword: book_outline
description: Generate or update the chapter outline for this book
template: book_outline
task_type: book_outline
- keyword: book_research
description: Research themes, settings, or historical details
template: book_research
task_type: book_research
- keyword: write_chapter
description: Write a chapter draft
template: book_chapter
task_type: book_chapter
- keyword: character_sheet
description: Create or update a character sheet
template: character_sheet
task_type: character_sheet