Commit Graph

6 Commits

Author SHA1 Message Date
David Baity
85a9363cb3 Enable debug:true on all 6 CL templates for Sprint 50a testing
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-03 09:25:52 -05:00
David Baity
30ba600e77 Fix: design_roundtable.yml uses invalid step type 'boardroom'
Changed type: boardroom to type: think with route: boardroom.
Also added synthesis think step before package so Victor summarizes
the boardroom debate into structured fields before Scribe serializes.

pipeline.py only recognizes: think, package, reply, close, document, pdf, tool, spawn
'boardroom' as a step type would silently fail (pipeline_unknown_step log).

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-02 23:56:09 -05:00
David Baity
2562737944 Syncing 2026-03-02 23:16:57 -05:00
David Baity
24246f9cc3 rename: Peter→Victor (CEO), David→Nolan (CTO) — reserve human names for HITL operators
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-01 01:15:39 -05:00
David Baity
63e715d570 fix: agent template mappings + roundtable sections injection
Critical: Peter was missing design_review — spawned tasks would go unclaimed.
All 4 agents now have design_roundtable in supported_templates.
Removed design_polish from Peter (Elena does polish, not Peter).
Added sections block to design_roundtable for deliverables/RAG access.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-01 01:04:47 -05:00
David Baity
172ce3a0e1 feat(50c): Crimson Leaf company factory — agents, templates, RAG, pipeline
Agents: Peter (CEO), David (CTO), Sarah (Market Intel), Elena (Ops Architect)
Templates: market_research, company_design, design_review, design_roundtable, design_polish, bootstrap_company
RAG: business_plan.md, core_directives.md (5 immutable directives)
Pipeline: 6-phase incubation protocol with dependency chain and kill conditions

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-01 00:55:39 -05:00