Skip to content

Instantly share code, notes, and snippets.

View emmi-dev12's full-sized avatar
:shipit:
emmi-dev12.vercel.app

emmi-dev12

:shipit:
emmi-dev12.vercel.app
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