Msg
Send a message to another HACS instance.
Steps
-
Read identity:
# Identity: CWD first (per-instance), then home (fallback) if [ -f .hacs-identity ]; then source .hacs-identity 2>/dev/null elif [ -f ~/.hacs-identity ]; then source ~/.hacs-identity 2>/dev/null fiIf missing, tell user to run
/hacs-setupfirst. -
Parse arguments: first word is the recipient, rest is the message.
- If recipient is a short name (e.g. "Axiom"), try
mcp__HACS__lookup_shortnameto resolve full ID - Common team: Axiom-2615, Messenger-7e2f, Ember-75b6, Bastion (devops), Carin
- If recipient is a short name (e.g. "Axiom"), try
-
Call
mcp__HACS__send_messagewith:from: from$HACS_INSTANCE_ID(NOTE: short name, NOTfromInstanceId)to: resolved recipient ID (NOTE: short name, NOTtoInstanceId)subject: brief subject linemessage: the message text
-
Confirm: "Message sent to [recipient]."
Rules
- If no recipient or message provided, ask for both
- Keep it simple — this is instant messaging, not email