From 9c2d445a068bf442bfb34475970c70a2d5a4c11e Mon Sep 17 00:00:00 2001 From: yushen Date: Fri, 15 May 2026 13:07:26 +0800 Subject: [PATCH] squad_briefing: add hard rule requiring mention link for every delegation Without the full [@Name](mention:///) syntax, the platform does not trigger the target agent. Add an explicit, strongly-worded hard rule at the top of the list so the leader model never forgets. Co-authored-by: multica-agent --- server/internal/handler/squad_briefing.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/server/internal/handler/squad_briefing.go b/server/internal/handler/squad_briefing.go index 91afdfeda..c4f3ff9c3 100644 --- a/server/internal/handler/squad_briefing.go +++ b/server/internal/handler/squad_briefing.go @@ -60,6 +60,11 @@ Your responsibilities, in order: record ` + "`" + `no_action` + "`" + ` and exit silently. Hard rules: +- EVERY delegation MUST use the full mention markdown syntax + ` + "`" + `[@Name](mention:///)` + "`" + ` exactly as shown in the Squad + Roster. A plain "@name" or bare name does NOT trigger the agent — + if you skip the mention link, the task is never delivered and the + issue stalls. This is non-negotiable: no mention link = no delegation. - Do NOT restate the issue body or prior comments in your delegation — the assignee already has them. Repeating context is noise that buries the actual instruction.