David Baity
f4b7a04a27
fix: roundtable uses all three editors as participants
...
Replace agent_name: Devon with agents: [Devon, Lane, Cora] so the
chapter_roundtable task has all three editors rotating in the debate.
Addresses user feedback that roundtable should not be a specific
agent - everyone in the editorial team should be drafted.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
2026-03-12 04:31:04 -04:00
PAE
a694cf9723
[deliverable] review-ch-01-agent-slug.md
2026-03-12 08:30:23 +00:00
PAE
90f9291948
[deliverable] review-ch-03-{agent-slug}.md
2026-03-12 08:29:56 +00:00
PAE
7739a25431
[deliverable] review-ch-01-{agent-slug}.md
2026-03-12 08:29:53 +00:00
PAE
4c6c4e543e
[deliverable] review-ch-01-agent-slug.md
2026-03-12 08:29:47 +00:00
PAE
4ed41c2551
[deliverable] review-ch-02-{agent-slug}.md
2026-03-12 08:26:59 +00:00
PAE
9d5e9a4a0f
[deliverable] review-ch-09-{agent-slug}.md
2026-03-12 08:26:45 +00:00
PAE
9711fb90d6
[deliverable] review-ch-09-{agent-slug}.md
2026-03-12 08:26:25 +00:00
PAE
6366f5a769
[deliverable] review-ch-09-{agent-slug}.md
2026-03-12 08:26:23 +00:00
PAE
8c29b50001
[deliverable] review-ch-08-{agent-slug}.md
2026-03-12 08:26:20 +00:00
PAE
d4e276e043
[deliverable] review-ch-08-{agent-slug}.md
2026-03-12 08:25:59 +00:00
PAE
bc661ac313
[deliverable] review-ch-07-{agent-slug}.md
2026-03-12 08:25:49 +00:00
PAE
fd8aa75079
[deliverable] review-ch-07-{agent-slug}.md
2026-03-12 08:25:34 +00:00
PAE
b6edd42887
[deliverable] review-ch-07-{agent-slug}.md
2026-03-12 08:25:31 +00:00
PAE
4ce3c4880d
[deliverable] review-ch-10-{agent-slug}.md
2026-03-12 08:25:29 +00:00
PAE
b3cb92d286
[deliverable] review-ch-06-{agent-slug}.md
2026-03-12 08:25:06 +00:00
PAE
0d9d55316a
[deliverable] review-ch-10-{agent-slug}.md
2026-03-12 08:25:04 +00:00
PAE
f09674bcbf
[deliverable] review-ch-05-{agent-slug}.md
2026-03-12 08:24:43 +00:00
PAE
1aa7ca63d5
[deliverable] review-ch-06-{agent-slug}.md
2026-03-12 08:24:41 +00:00
PAE
f6eb0a48a9
[deliverable] review-ch-06-{agent-slug}.md
2026-03-12 08:24:39 +00:00
PAE
bd5ee70d7d
[deliverable] review-ch-05-{agent-slug}.md
2026-03-12 08:24:14 +00:00
PAE
429576c830
[deliverable] review-ch-03-{agent-slug}.md
2026-03-12 08:24:09 +00:00
PAE
1eaac3c031
[deliverable] review-ch-05-{agent-slug}.md
2026-03-12 08:24:05 +00:00
PAE
1e154cebd4
[deliverable] review-ch-03-{agent-slug}.md
2026-03-12 08:23:44 +00:00
PAE
2baa295089
[deliverable] review-ch-03-{agent-slug}.md
2026-03-12 08:23:39 +00:00
PAE
f1431d5cac
[deliverable] review-ch-07-{agent-slug}.md
2026-03-12 08:23:12 +00:00
PAE
5e48754aff
[deliverable] review-ch-07-{agent-slug}.md
2026-03-12 08:23:10 +00:00
PAE
bf0c5a89f7
[deliverable] review-ch-01-{agent-slug}.md
2026-03-12 08:23:03 +00:00
PAE
f921d16dae
[deliverable] review-ch-01-{agent-slug}.md
2026-03-12 08:22:49 +00:00
PAE
b423016b23
[deliverable] review-ch-01-{agent-slug}.md
2026-03-12 08:22:46 +00:00
PAE
4dbf7161fe
[deliverable] review-ch-02-{agent-slug}.md
2026-03-12 08:22:43 +00:00
PAE
10ba80fe73
[deliverable] review-ch-02-{agent-slug}.md
2026-03-12 08:22:20 +00:00
PAE
b66e38af64
[deliverable] review-ch-02-{agent-slug}.md
2026-03-12 08:22:16 +00:00
PAE
300ddbc816
[deliverable] chapter-ch-08.md
2026-03-12 08:20:58 +00:00
PAE
697ef1ef35
[deliverable] chapter-ch-10.md
2026-03-12 08:20:52 +00:00
PAE
9d7cbcf1c3
[deliverable] review-ch-03-{agent-slug}.md
2026-03-12 08:20:20 +00:00
PAE
f0ef27de49
[deliverable] chapter-ch-07.md
2026-03-12 08:20:13 +00:00
PAE
c6a1c809cc
[deliverable] chapter-ch-10.md
2026-03-12 08:19:49 +00:00
PAE
312b49f68d
[deliverable] chapter-ch-05.md
2026-03-12 08:19:02 +00:00
PAE
4dad6a881b
[deliverable] chapter-ch-08.md
2026-03-12 08:18:53 +00:00
PAE
56111f3ad5
[deliverable] chapter-ch-06.md
2026-03-12 08:18:17 +00:00
David Baity
c180e6ea67
fix: use single-brace {agent_slug} in chapter_review filename
...
Double-brace {{agent_slug}} left outer braces in filename even after
substitution, causing all 3 reviewers (Devon/Lane/Cora) to write to
the same file review-ch-XX-{agent-slug}.md overwriting each other.
Single-brace now correctly produces review-ch-XX-devon.md etc.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
2026-03-12 04:17:46 -04:00
PAE
c3f1d2ed45
[deliverable] chapter-ch-02.md
2026-03-12 08:17:41 +00:00
PAE
faf0f0b035
[deliverable] chapter-ch-01.md
2026-03-12 08:16:58 +00:00
PAE
54421a86e2
[deliverable] chapter-ch-01.md
2026-03-12 08:15:14 +00:00
PAE
1ef6d7c2ad
[deliverable] chapter-ch-02.md
2026-03-12 08:15:03 +00:00
PAE
74d2aef34e
[deliverable] chapter-ch-03.md
2026-03-12 08:14:40 +00:00
PAE
0c05acedb0
[deliverable] review-ch-04-{agent-slug}.md
2026-03-12 08:14:16 +00:00
PAE
1e84674478
[deliverable] review-ch-04-{agent-slug}.md
2026-03-12 08:14:14 +00:00
PAE
b56f9ec961
[deliverable] review-ch-04-{agent-slug}.md
2026-03-12 08:14:06 +00:00