Commit Graph

13 Commits

Author SHA1 Message Date
PAE
d6bc53a9c3 Adjudication: Task b49c83ae-3123-420c-b667-a4c06eed2108 2026-03-12 06:33:15 +00:00
PAE
a396db2352 Adjudication: Task 5eaf076a-ee83-46ab-b152-7d7340ee4a81 2026-03-12 06:24:24 +00:00
PAE
96d1dcb827 Adjudication: Task 5eaf076a-ee83-46ab-b152-7d7340ee4a81 2026-03-12 06:21:10 +00:00
David Baity
df62a19c3f fix(book-pipeline): inference hints + LLM-filled context vars + roster roundtable
- book_research.yml: add inference hint when genre_name/genre_audience/research_focus are empty
- book_outline.yml: add inference hint for genre/audience; change package schema to ask LLM
  to FILL genre_name/genre_audience/prose_style/chapter_target_words from the outline text
  (was using {template_vars} which stay empty unless planning sets them)
- devon/agent.yml: add chapter_roundtable to supported_templates
- lane/agent.yml: add chapter_roundtable to supported_templates
  (all three editors now participate in roundtable — roster-driven, not hardcoded)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-12 02:16:18 -04:00
David Baity
82c26a3c36 fix(nova): always use project_index type (not quick) for index compilation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-12 01:45:28 -04:00
David Baity
a4c166c644 fix(clp): remove stub Ceres, add genesis routing to Nova
- agents/ceres/: deleted — stub agent had no CLP template knowledge,
  was creating generic task names that bypassed CLP pipeline templates
- agents/nova/identity.md: added Genesis Routing table so Nova spawns
  the correct CLP pipeline entry task (book_research, short_story,
  recipe_collection_plan, ai_article_research) instead of generic names

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-12 01:43:00 -04:00
David Baity
f1e010d08d fix(clp): add genesis template, fix roster-driven task types
- templates/genesis.yml: copied from global seed, fixed to use
  roster-driven task types (no hardcoded generic type list)
- agents/nova/agent.yml: added genesis to supported_templates

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-12 01:37:48 -04:00
PAE
84d87dcc12 Auto-hire: Ceres (genesis) 2026-03-12 05:36:25 +00:00
David Baity
d90eceda0c fix(clp): route intake to Nova (CEO), clean task type overlaps
- InputFromUser.yml: route planning tasks to Nova (not Selene)
- Nova: restored planning to supported_templates (is CEO)
- Selene: removed planning (now boardroom/quick/hire_agent only)
- Atlas: removed planning+quick, added blog_research
- Nova: removed quick (Selene handles quick)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-12 01:27:28 -04:00
David Baity
50749f8e2b feat(clp): build full CLP agent roster, templates, and skills library
- 8 company agents: Lyra (intake), Selene (CEO), Atlas (research),
  Nova (publishing ops), Iris (author), Devon (dev editor),
  Lane (line editor), Cora (continuity editor)
- 19 additional templates (20 total): blog, recipe, short_story,
  book pipeline, ai_article, planning, boardroom, quick, project_index
- 5 skill guides: YA, Romance, SciFi, Blog, Recipe writing
- Rewritten charter and business plan

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-12 01:14:51 -04:00
PAE
473f213763 Provision intake agent: Lyra 2026-03-12 04:08:33 +00:00
PAE
2d43ee9719 Hire CEO: Nova for Crimson Leaf Publishing 2026-03-12 04:08:31 +00:00
ce5f321898 Bootstrap: scaffold agents/ 2026-03-12 04:08:12 +00:00