Fix deacon template test to match actual content

Test expected "Patrol Execution Protocol" but template uses
"Startup Protocol: Propulsion" heading instead.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Steve Yegge
2025-12-26 16:53:05 -08:00
parent 7965a5cefc
commit a76b9af1a6

View File

@@ -102,8 +102,8 @@ func TestRenderRole_Deacon(t *testing.T) {
if !strings.Contains(output, "Patrol Executor") {
t.Error("output missing role description")
}
if !strings.Contains(output, "Patrol Execution Protocol") {
t.Error("output missing patrol execution section")
if !strings.Contains(output, "Startup Protocol: Propulsion") {
t.Error("output missing startup protocol section")
}
if !strings.Contains(output, "mol-deacon-patrol") {
t.Error("output missing patrol molecule reference")