Interactive wizard to configure Telegram or Discord notifications
/setup-notify
Use AskUserQuestion to ask:
Telegram:
Discord:
Save to ~/.taco-claude/notify-config.json:
Telegram:
{
"platform": "telegram",
"token": "{bot-token}",
"chat_id": "{chat-id}"
}
Discord:
{
"platform": "discord",
"webhook_url": "{webhook-url}"
}
Create directory if needed: mkdir -p ~/.taco-claude
Send a test notification:
source scripts/notify.sh
notify "taco-claude" "Notification setup complete!"
Confirm with user that they received the message.
chmod 600