You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(agents): switch triage nudge prefix to @claude-triage (#265)
Mirror of adcontextprotocol/adcp. GitHub's native slash menu collides
with /claude-triage; @ prefix avoids the menu and matches @dependabot
/ @claude conventions.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
# The already-engaged check should pass this through; the nudge IS
90
90
# the explicit request.
91
91
if [ "$EVENT_NAME" = "issue_comment" ]; then
92
-
nudge_note="MANUAL NUDGE: @${COMMENT_AUTHOR} requested triage via /claude-triage. Comment body (trimmed): \"${COMMENT_BODY_SAFE}\". Treat this as an explicit request; do NOT silent-defer on already-engaged signals — the nudge overrides."
92
+
nudge_note="MANUAL NUDGE: @${COMMENT_AUTHOR} requested triage via @claude-triage. Comment body (trimmed): \"${COMMENT_BODY_SAFE}\". Treat this as an explicit request; do NOT silent-defer on already-engaged signals — the nudge overrides."
0 commit comments