Commit Graph

2 Commits

Author SHA1 Message Date
Hunter Miller
9cf27393bf Tlon plugin: handle channelRules as JSON string
Settings-store doesn't support nested objects as values, so channelRules
is stored as a JSON string and parsed on read.
2026-01-29 20:26:08 -06:00
Hunter Miller
5d30ee2232 Tlon plugin: add settings store integration for hot-reload config
- Add settings.ts module for settings-store subscription
- Monitor subscribes to moltbot/tlon settings bucket
- groupChannels, dmAllowlist, channelRules hot-reload without restart
- Settings store values override file config when present
- Graceful fallback if settings store not available
2026-01-29 20:13:08 -06:00