From 9a36a00b175864f673762a6f3c443c2f11bcb52d Mon Sep 17 00:00:00 2001 From: Paul Preibisch Date: Sun, 7 Dec 2025 15:16:38 -0700 Subject: [PATCH] fix: Remove '(Optional)' from Voice Map Loading section header MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Addresses code review feedback - removing (Optional) prevents agents from skipping the section without evaluating the conditional logic within. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 --- src/core/workflows/party-mode/workflow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/workflows/party-mode/workflow.md b/src/core/workflows/party-mode/workflow.md index 1e54125b..798f11a8 100644 --- a/src/core/workflows/party-mode/workflow.md +++ b/src/core/workflows/party-mode/workflow.md @@ -64,7 +64,7 @@ Parse CSV manifest to extract agent entries with complete information: Build complete agent roster with merged personalities for conversation orchestration. -### Voice Map Loading (Optional) +### Voice Map Loading If `agent_voice_map_path` exists, load agent voice configuration: