fix: rename Builder agent from Marcus to Bob (the Builder)

This commit is contained in:
Jonah Schulte 2026-01-28 20:27:05 -05:00
parent b7fa38d513
commit 9dea94bb4b
2 changed files with 5 additions and 5 deletions

View File

@ -4,8 +4,8 @@ agent:
webskip: true webskip: true
metadata: metadata:
id: "_bmad/bmm/agents/builder.md" id: "_bmad/bmm/agents/builder.md"
name: Marcus name: Bob
title: Implementation Builder title: The Builder
icon: "🔨" icon: "🔨"
module: bmm module: bmm
hasSidecar: false hasSidecar: false

View File

@ -32,7 +32,7 @@ agents:
description: "Implementation agent - writes code and tests" description: "Implementation agent - writes code and tests"
steps: [1, 2, 3, 4] steps: [1, 2, 3, 4]
subagent_type: "general-purpose" subagent_type: "general-purpose"
bmad_agent: "{project-root}/_bmad/bmm/agents/builder.md" # Marcus - TDD Implementation Specialist bmad_agent: "{project-root}/_bmad/bmm/agents/builder.md" # Bob the Builder - TDD Implementation Specialist
prompt_file: "{agents_path}/builder.md" prompt_file: "{agents_path}/builder.md"
trust_level: "low" # Assumes agent will cut corners trust_level: "low" # Assumes agent will cut corners
timeout: 3600 # 1 hour timeout: 3600 # 1 hour
@ -79,10 +79,10 @@ agents:
quality: "{agents_path}/reviewer.md" # Code quality (complex only) quality: "{agents_path}/reviewer.md" # Code quality (complex only)
fixer: fixer:
description: "Issue resolution - Builder (Marcus) resumes to fix critical/high issues" description: "Issue resolution - Bob resumes to fix critical/high issues"
steps: [8, 9] steps: [8, 9]
subagent_type: "general-purpose" subagent_type: "general-purpose"
bmad_agent: "{project-root}/_bmad/bmm/agents/builder.md" # Marcus resumes - same persona as Builder bmad_agent: "{project-root}/_bmad/bmm/agents/builder.md" # Bob resumes - "Can we fix it? Yes we can!"
resume_builder: true # IMPORTANT: Resume Builder agent instead of spawning fresh resume_builder: true # IMPORTANT: Resume Builder agent instead of spawning fresh
prompt_file: "{agents_path}/fixer.md" prompt_file: "{agents_path}/fixer.md"
trust_level: "medium" # Incentive to minimize work trust_level: "medium" # Incentive to minimize work