Commit Graph

34 Commits

Author SHA1 Message Date
David Baity
79a2e8ab7c Sprint 56h: fix spawn_list bug + add iris character_sheet support + voice sig auto-import 2026-03-23 23:46:15 -04:00
David Baity
f3d1ac3dc5 Add draft-only chapter template
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-14 09:53:57 -04:00
4f814f7ce0 Add planning to Selene supported_templates (CEO fallback routing) 2026-03-13 20:56:02 +00:00
David Baity
db06dce05d feat: wire skills guides into templates, deduplicate Iris RAG
Skills guides wired (all were dead code — no templates declared skills:):
- book_chapter.yml: YAFictionGuide + RomanceFictionGuide + SciFiFictionGuide
- chapter_review.yml: same (Devon, Lane, Cora reviewers now have genre context)
- chapter_roundtable.yml: same (debate participants use genre craft knowledge)
- chapter_polish.yml: same (Iris polishes with full genre guide in context)
- short_story.yml: same
- blog_write.yml: BlogWritingGuide
- recipe_develop.yml: RecipeWritingGuide

All templates updated to include 'skills' in sections list so guides
are injected as SKILLS & GUIDES block in the prompt.

Iris RAG deduplication:
- agents/iris/rag/agent.rag.md: 15 near-identical entries -> 2 canonical
  Entry 1: Bible & Continuity Check requirement
  Entry 2: Editorial assignments (Devon/Lane/Cora with their roles)
  13 duplicates removed

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-12 09:39:05 -04:00
PAE
b165bca96d Adjudication: Task 3088135e-32b0-4ede-84fb-39e9506ebcde 2026-03-12 08:11:37 +00:00
PAE
851bb1a647 Adjudication: Task df3e6171-cf40-47cc-94ff-2159facd1215 2026-03-12 08:09:19 +00:00
PAE
ecb339779c Adjudication: Task cf448623-064f-4145-b3cf-f0f92027ebf2 2026-03-12 07:54:01 +00:00
PAE
ced040cf98 Adjudication: Task 9f0861ec-76f5-445a-93eb-7e4efa3a04c5 2026-03-12 07:53:56 +00:00
PAE
2ef3ac42e3 Adjudication: Task 749ff74e-b06b-4670-b698-d5ca9d49811e 2026-03-12 07:52:45 +00:00
PAE
980cbc7987 Adjudication: Task 40c49ad6-ae15-4803-b387-2e234706d52b 2026-03-12 07:51:21 +00:00
PAE
20042c4250 Adjudication: Task c5bd8551-b3af-434b-9ecf-4cec1952e312 2026-03-12 07:36:20 +00:00
PAE
e97a0a6fd8 Adjudication: Task 1bf8771c-65fe-4e6a-b5eb-5487bc0e7a6d 2026-03-12 07:33:31 +00:00
PAE
95a3276103 Adjudication: Task ea714e5d-4d08-411e-9de2-effe73553e94 2026-03-12 07:32:22 +00:00
PAE
f5c30bf9ca Adjudication: Task 7f0513cb-e204-4b24-a075-8a723161a386 2026-03-12 07:28:06 +00:00
PAE
63bc58cdff Adjudication: Task f649d8b6-23e2-4d41-b752-2ba21ff31c01 2026-03-12 07:22:01 +00:00
PAE
31aaf21d96 Adjudication: Task 0760b409-c0fd-40ed-8fc2-5a85b5977ec1 2026-03-12 07:20:09 +00:00
PAE
5e5885f44d Adjudication: Task 62c2cc4f-4e22-4e7d-be55-ef2cd759d2ae 2026-03-12 07:19:31 +00:00
PAE
6fab709c19 Adjudication: Task ddba2736-08ca-40ac-a523-5b32ab496924 2026-03-12 07:12:47 +00:00
PAE
360b609670 Adjudication: Task 83e8b3cd-7986-457f-ae70-d3951b023b17 2026-03-12 07:10:26 +00:00
PAE
1c5cbc2975 Adjudication: Task 11635677-0922-4c40-84d6-3741065d90a6 2026-03-12 07:07:40 +00:00
PAE
3ab179c93b Adjudication: Task b65ebe64-f5ed-466a-81e6-34f54f85742a 2026-03-12 07:07:15 +00:00
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