Skip to content

Instantly share code, notes, and snippets.

View brolookslikeanfish67-hub's full-sized avatar
🤓

ryen stuff brolookslikeanfish67-hub

🤓
View GitHub Profile
@imikerussell
imikerussell / buzz-untag.sh
Created August 5, 2026 17:58
Make ONE Buzz agent answer you without an @-mention from ANYWHERE!
#!/usr/bin/env bash
# buzz-untag — make ONE Buzz agent answer you without an @-mention.
#
# buzz-untag.sh <AgentName> wire it up
# buzz-untag.sh --undo <AgentName> put everything back
#
# Every change is per-agent. No other agent is touched, and no file is shared.
set -euo pipefail
UNDO=0