From 0a6e26871b4de86fcd0c33091a9a1a8ad8f6fa72 Mon Sep 17 00:00:00 2001 From: Nova_2761 Date: Sun, 26 Apr 2026 02:59:37 +0000 Subject: [PATCH] Fix: add company_proposal intent to incubation project, remove create_company (Sprint 82 wiring) --- projects/incubation/project.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/projects/incubation/project.yml b/projects/incubation/project.yml index d695623..b9f6cee 100644 --- a/projects/incubation/project.yml +++ b/projects/incubation/project.yml @@ -4,18 +4,15 @@ slug: incubation status: active goal: Discover and launch new AI-powered business units for Crimson Leaf Holdings intents: - - keyword: genesis_protocol - description: Initiate the full genesis protocol to research and propose a new business unit - template: planning + - keyword: company_proposal + description: Produce a full professional business plan for a proposed new subsidiary + template: company_proposal - keyword: market_intelligence description: Conduct market intelligence scan for a new business opportunity template: market_intelligence - - keyword: create_company - description: Propose and stage a new tenant company for provisioning - template: create_company - keyword: boardroom description: Strategic deliberation on portfolio decisions template: boardroom - keyword: quick description: Fast analytical response - template: quick + template: quick \ No newline at end of file