From 0954795ae4c1cb51daed46d9cd596fa85c5f380e Mon Sep 17 00:00:00 2001 From: David Baity <158404677+MazakTheDwarf@users.noreply.github.com> Date: Wed, 8 Apr 2026 15:28:56 -0400 Subject: [PATCH] refactor: move incubation under projects/ subfolder Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- incubation/project.yml | 25 ------------ .../incubation}/decisions/.gitkeep | 0 .../incubation}/deliverables/.gitkeep | 0 projects/incubation/project.yml | 40 +++++++++++-------- .../incubation}/rag/.gitkeep | 0 .../incubation}/rag/project.rag.md | 0 6 files changed, 24 insertions(+), 41 deletions(-) delete mode 100644 incubation/project.yml rename {incubation => projects/incubation}/decisions/.gitkeep (100%) rename {incubation => projects/incubation}/deliverables/.gitkeep (100%) rename {incubation => projects/incubation}/rag/.gitkeep (100%) rename {incubation => projects/incubation}/rag/project.rag.md (100%) diff --git a/incubation/project.yml b/incubation/project.yml deleted file mode 100644 index 18fa2f4..0000000 --- a/incubation/project.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: "Incubation" -slug: "incubation" -goal: "Discover and launch new AI-powered business units for Crimson Leaf Holdings" -bridgebot_summary: "The Incubation project scouts, evaluates, and launches new AI-powered business units under the Crimson Leaf Holdings umbrella. It runs market intelligence, opportunity scans, and genesis pipelines for new companies." - -intents: - - keyword: status - description: "Ask about project progress, active scans, or recent discoveries" - template: project_status - aliases: [progress, update, where are we, what is running, what is pending] - - - keyword: research - description: "Research a market, industry, technology, or business opportunity" - template: research - aliases: [look up, find out, investigate, market, opportunity, tell me about] - - - keyword: plan - description: "Plan or design a new business unit, product, or initiative" - template: planning - aliases: [plan, design, outline, structure, build, launch, create, start, new company] - - - keyword: analyze - description: "Analyze data, findings, or a specific opportunity in depth" - template: analysis - aliases: [analyze, evaluate, assess, compare, weigh, pros and cons, should we] diff --git a/incubation/decisions/.gitkeep b/projects/incubation/decisions/.gitkeep similarity index 100% rename from incubation/decisions/.gitkeep rename to projects/incubation/decisions/.gitkeep diff --git a/incubation/deliverables/.gitkeep b/projects/incubation/deliverables/.gitkeep similarity index 100% rename from incubation/deliverables/.gitkeep rename to projects/incubation/deliverables/.gitkeep diff --git a/projects/incubation/project.yml b/projects/incubation/project.yml index cce4e9b..18fa2f4 100644 --- a/projects/incubation/project.yml +++ b/projects/incubation/project.yml @@ -1,17 +1,25 @@ -name: Discover and launch new AI-powered business units for Crimson Leaf Holdings -slug: incubation -status: active -goal: Discover and launch new AI-powered business units for Crimson Leaf Holdings +name: "Incubation" +slug: "incubation" +goal: "Discover and launch new AI-powered business units for Crimson Leaf Holdings" +bridgebot_summary: "The Incubation project scouts, evaluates, and launches new AI-powered business units under the Crimson Leaf Holdings umbrella. It runs market intelligence, opportunity scans, and genesis pipelines for new companies." + 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 + - keyword: status + description: "Ask about project progress, active scans, or recent discoveries" + template: project_status + aliases: [progress, update, where are we, what is running, what is pending] + + - keyword: research + description: "Research a market, industry, technology, or business opportunity" + template: research + aliases: [look up, find out, investigate, market, opportunity, tell me about] + + - keyword: plan + description: "Plan or design a new business unit, product, or initiative" + template: planning + aliases: [plan, design, outline, structure, build, launch, create, start, new company] + + - keyword: analyze + description: "Analyze data, findings, or a specific opportunity in depth" + template: analysis + aliases: [analyze, evaluate, assess, compare, weigh, pros and cons, should we] diff --git a/incubation/rag/.gitkeep b/projects/incubation/rag/.gitkeep similarity index 100% rename from incubation/rag/.gitkeep rename to projects/incubation/rag/.gitkeep diff --git a/incubation/rag/project.rag.md b/projects/incubation/rag/project.rag.md similarity index 100% rename from incubation/rag/project.rag.md rename to projects/incubation/rag/project.rag.md