Compare commits

...

1 Commits

Author SHA1 Message Date
yushen
9c2d445a06 squad_briefing: add hard rule requiring mention link for every delegation
Without the full [@Name](mention://<type>/<UUID>) 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 <github@multica.ai>
2026-05-15 13:07:26 +08:00

View File

@@ -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://<type>/<UUID>)` + "`" + ` 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.