From a8692388df38d10ffd24a0a1bf63f99c83516550 Mon Sep 17 00:00:00 2001 From: David Baity <158404677+MazakTheDwarf@users.noreply.github.com> Date: Wed, 8 Apr 2026 15:37:33 -0400 Subject: [PATCH] add: project.yml for Cypress Bend novel Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- projects/cypress-bend/project.yml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 projects/cypress-bend/project.yml diff --git a/projects/cypress-bend/project.yml b/projects/cypress-bend/project.yml new file mode 100644 index 0000000..22c31e6 --- /dev/null +++ b/projects/cypress-bend/project.yml @@ -0,0 +1,30 @@ +name: "Cypress Bend" +slug: "cypress_bend" +goal: "Write and publish Cypress Bend, a fantasy mystery novel following Elara Vance, an Echo-Mapper and former archive apprentice" +bridgebot_summary: "Cypress Bend is a fantasy mystery novel. The protagonist Elara Vance is a young Echo-Mapper who uses her ability to read residual impressions left on objects and spaces to investigate crimes. The story takes place in and around the Cypress Bend Archive." + +intents: + - keyword: write_chapter + description: "Write or draft a chapter" + template: book_chapter + aliases: [write, draft, chapter, next scene, continue] + + - keyword: character_sheet + description: "Create or update a character sheet" + template: character_sheet + aliases: [character, create character, update character, add character] + + - keyword: book_outline + description: "Generate or update the chapter outline" + template: book_outline + aliases: [outline, structure, plot, story arc, chapters] + + - keyword: book_research + description: "Research world-building, magic systems, or setting details" + template: book_research + aliases: [research, world, setting, magic, lore, history] + + - keyword: status + description: "Ask about project progress or what has been written so far" + template: project_status + aliases: [progress, update, where are we, what have we written]