Steve Yegge
6fb4851301
Add messaging config types and load/save functions (gt-i6jvc)
Add MessagingConfig with:
- Lists: static mailing lists with fan-out delivery
- Queues: shared work queues with claiming
- Announces: bulletin boards for broadcast messages
Includes:
- types.go: MessagingConfig, QueueConfig, AnnounceConfig types
- loader.go: Load/Save/Validate functions, MessagingConfigPath helper
- loader_test.go: Round-trip and validation tests
Created ~/gt/config/messaging.json with example configuration.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-28 14:07:30 -08:00
..
2025-12-28 10:05:16 -08:00
2025-12-28 13:56:23 -08:00
2025-12-28 14:07:30 -08:00
2025-12-25 23:14:29 -08:00
2025-12-28 10:05:16 -08:00
2025-12-25 13:50:26 -08:00
2025-12-28 10:07:01 -08:00
2025-12-27 17:19:02 -08:00
2025-12-26 21:15:08 -08:00
2025-12-26 20:49:06 -08:00
2025-12-27 21:34:22 -08:00
2025-12-25 23:14:29 -08:00
2025-12-24 21:34:14 -08:00
2025-12-28 12:59:54 -08:00
2025-12-28 01:56:42 -08:00
2025-12-28 09:33:17 -08:00
2025-12-26 16:18:44 -08:00
2025-12-25 23:14:29 -08:00
2025-12-28 01:22:33 -08:00
2025-12-28 10:31:30 -08:00
2025-12-26 16:18:44 -08:00
2025-12-26 16:46:39 -08:00
2025-12-28 01:56:42 -08:00