From b50d2a66f0db92354430137a9fe23fa23a5652ca Mon Sep 17 00:00:00 2001 From: PAE Date: Tue, 28 Apr 2026 20:43:21 +0000 Subject: [PATCH] Bootstrap: project.yml for echoes-of-the-forest --- projects/echoes-of-the-forest/project.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 projects/echoes-of-the-forest/project.yml diff --git a/projects/echoes-of-the-forest/project.yml b/projects/echoes-of-the-forest/project.yml new file mode 100644 index 00000000..be2900bf --- /dev/null +++ b/projects/echoes-of-the-forest/project.yml @@ -0,0 +1,17 @@ +name: +slug: echoes-of-the-forest +status: active +goal: +intents: + - keyword: book_outline + description: Generate or update the chapter outline for this book + template: book_outline + - keyword: book_research + description: Research themes, settings, or historical details + template: book_research + - keyword: write_chapter + description: Write a chapter draft + template: book_chapter + - keyword: character_sheet + description: Create or update a character sheet + template: character_sheet