From e9395e35cfe791321b7337af850eb1047c76c970 Mon Sep 17 00:00:00 2001 From: PAE Date: Tue, 28 Apr 2026 20:43:01 +0000 Subject: [PATCH] Bootstrap: project.yml for whispers-in-the-dark --- projects/whispers-in-the-dark/project.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 projects/whispers-in-the-dark/project.yml diff --git a/projects/whispers-in-the-dark/project.yml b/projects/whispers-in-the-dark/project.yml new file mode 100644 index 00000000..c45903c0 --- /dev/null +++ b/projects/whispers-in-the-dark/project.yml @@ -0,0 +1,17 @@ +name: +slug: whispers-in-the-dark +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