Commit 9f8f8c0ebb99

Vincent Demeester <vincent@sbr.pm>
2026-01-14 20:17:17
feat(dots): add xmpp-research-bot config deployment
Added: - dots/Makefile: xmpp-research-bot target - dots/.config/xmpp-research-bot/commands.yaml - Deployed via 'make xmpp-research-bot' Includes 5 default commands: research, summarize, analyze, eli5, translate
1 parent f597167
Changed files (2)
dots
.config
xmpp-research-bot
dots/config/xmpp-research-bot/commands.yaml โ†’ dots/.config/xmpp-research-bot/commands.yaml
File renamed without changes
dots/Makefile
@@ -36,6 +36,9 @@ all += ntfy-config ntfy-scripts
 ntfy-config : ~/.config/ntfy/client.yml
 ntfy-scripts : ~/.config/ntfy/handle-notification.sh ~/.config/ntfy/acknowledge-notification.sh ~/.config/ntfy/ntfy-update-config
 
+all += xmpp-research-bot
+xmpp-research-bot : ~/.config/xmpp-research-bot/commands.yaml
+
 # Backward compatibility: symlink ~/.claude to ~/.config/claude
 ~/.claude : force
 	@echo "๐Ÿ”— Creating backward compatibility symlink: ~/.claude -> ~/.config/claude"