chore: drop stale line-number reference in PRIORITY path comment

The cherry-pick comment referenced 'line ~6771' for the /stop handler,
but on current main the handler is at a different offset. Remove the
hard-coded line number — the 'above' reference is sufficient.
This commit is contained in:
alt-glitch 2026-05-25 13:08:55 +00:00 committed by daimon-nous[bot]
parent 737ee81167
commit b62af47da8

View file

@ -7317,8 +7317,8 @@ class GatewayRunner:
# delegate_task work. Demote to queue semantics when the
# parent is currently driving subagents so a conversational
# follow-up doesn't destroy minutes of subagent progress.
# /stop reaches its dedicated handler above (line ~6771), so
# the operator still has a clean escape hatch.
# /stop reaches its dedicated handler above, so the operator
# still has a clean escape hatch.
if self._agent_has_active_subagents(running_agent):
logger.info(
"PRIORITY interrupt demoted to queue for session %s "