@@ -252,7 +252,7 @@ Telegram Web login state is not required for normal Mantis automation.
252252
253253` Mantis Telegram Desktop Proof ` is the agentic native Telegram Desktop
254254before/after wrapper. A maintainer can trigger it from a PR comment with
255- ` @Mantis telegram desktop proof ` , from the Actions UI with freeform
255+ ` @openclaw-mantis telegram desktop proof ` , from the Actions UI with freeform
256256instructions, or through the generic ` Mantis Scenario ` dispatcher. The workflow
257257hands the PR, baseline ref, candidate ref, and maintainer instructions to Codex.
258258The agent reads the PR, decides what Telegram-visible behavior proves the
@@ -351,7 +351,7 @@ region, and public URL values directly. The reusable publisher requires:
351351You can also trigger the status-reactions run directly from a PR comment:
352352
353353``` text
354- @Mantis discord status reactions
354+ @openclaw-mantis discord status reactions
355355```
356356
357357The comment trigger is intentionally narrow. It only runs on pull request
@@ -361,15 +361,15 @@ and the current PR head SHA as the candidate. Maintainers can override either
361361ref:
362362
363363``` text
364- @Mantis discord status reactions baseline=origin/main candidate=HEAD
364+ @openclaw-mantis discord status reactions baseline=origin/main candidate=HEAD
365365```
366366
367367Telegram live QA can also be triggered from a PR comment:
368368
369369``` text
370- @Mantis telegram
371- @Mantis telegram scenario=telegram-status-command
372- @Mantis telegram scenarios=telegram-status-command,telegram-mentioned-message-reply
370+ @openclaw-mantis telegram
371+ @openclaw-mantis telegram scenario=telegram-status-command
372+ @openclaw-mantis telegram scenarios=telegram-status-command,telegram-mentioned-message-reply
373373```
374374
375375By default it uses the current PR head SHA as the candidate and runs
0 commit comments