| name = "builder" | |
| description = "Load the canonical builder agent from .claude/agents/builder.md." | |
| model = "gpt-5.6-luna" | |
| model_reasoning_effort = "low" | |
| developer_instructions = """ | |
| Before acting, locate the repository root with `git rev-parse --show-toplevel`, then read `.claude/agents/builder.md` from that root completely and follow its body as your role instructions. Ignore its Claude-specific YAML frontmatter. | |
| """ |