···11-## v0.1.0
22-33-Initial release.
44-55-- Zulip bot for broadcasting daily changelog updates
66-- Claude integration for natural language interaction
77-- XDG-compliant configuration loading
88-- Two operation modes: daemon and one-shot broadcast
99-- Commands: help, status, broadcast
-14
config.toml.example
···11-# Poe Bot Configuration
22-# Copy this file to ~/.config/poe/config.toml
33-44-# The Zulip channel/stream to broadcast daily changes to
55-channel = "general"
66-77-# The topic for broadcast messages
88-topic = "Daily Changes"
99-1010-# Path to the daily changes file (relative to monorepo_path)
1111-changes_file = "DAILY-CHANGES.md"
1212-1313-# Path to the monorepo root (where the changes file is located)
1414-monorepo_path = "."