···1-## v0.1.0
2-3-Initial release.
4-5-- Zulip bot for broadcasting daily changelog updates
6-- Claude integration for natural language interaction
7-- XDG-compliant configuration loading
8-- Two operation modes: daemon and one-shot broadcast
9-- Commands: help, status, broadcast
···000000000
-14
config.toml.example
···1-# Poe Bot Configuration
2-# Copy this file to ~/.config/poe/config.toml
3-4-# The Zulip channel/stream to broadcast daily changes to
5-channel = "general"
6-7-# The topic for broadcast messages
8-topic = "Daily Changes"
9-10-# Path to the daily changes file (relative to monorepo_path)
11-changes_file = "DAILY-CHANGES.md"
12-13-# Path to the monorepo root (where the changes file is located)
14-monorepo_path = "."