From ec779319aded2615307d1582cdc3a9835e67485d Mon Sep 17 00:00:00 2001 From: gnekt Date: Mon, 23 Mar 2026 22:31:52 +0100 Subject: [PATCH] Fix custom agent description: triggers are in user's language, not multilingual --- references/agents.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/references/agents.md b/references/agents.md index a3a01dc..15b371e 100644 --- a/references/agents.md +++ b/references/agents.md @@ -122,7 +122,7 @@ When an agent detects work for another agent, it includes a `### Suggested next ## Custom Agents -Custom agents are created by the Architect and live in `.claude/agents/` alongside the core agents. They follow the same conventions: YAML frontmatter, multilingual triggers, inter-agent coordination sections, and dispatcher-driven orchestration. +Custom agents are created by the Architect and live in `.claude/agents/` alongside the core agents. They follow the same conventions: YAML frontmatter, trigger phrases written in the user's language, inter-agent coordination sections, and dispatcher-driven orchestration. For the definitive list of all agents (core + custom) with capabilities, inputs, outputs, and status, see `.claude/references/agents-registry.md`.