chengyongru
6daf91c620
feat(mailbox): add multi-agent mailbox channel plugin
File-system-based mailbox channel for inter-agent communication.
Zero modifications to existing code — pure channel plugin.
- MailboxManager: atomic file I/O, registry CRUD, message send/poll
- MailboxConfig: Pydantic config with camelCase aliasing
- MailboxChannel: polls inbox, routes messages via bus, callback routing
- Anti-loop protection: TTL decrement + circular trace detection
- allowFrom access control inherited from BaseChannel
- 29 unit/integration tests + standalone smoke test script
Design: docs/superpowers/specs/2026-04-26-multi-agent-mailbox-design.md
Plan: docs/superpowers/plans/2026-04-26-multi-agent-mailbox.md
2026-04-27 01:14:12 +08:00
..
2026-04-15 01:26:51 +08:00
2026-04-18 13:50:05 +08:00
2026-04-22 12:41:32 +08:00
2026-04-13 00:30:45 +08:00
2026-04-19 23:32:40 +08:00
2026-04-17 16:25:16 +08:00
2026-04-12 09:56:17 +08:00
2026-03-24 15:12:22 +08:00
2026-04-06 13:49:38 +08:00
2026-04-07 14:03:55 +08:00
2026-03-24 15:12:22 +08:00
2026-04-26 16:09:31 +08:00
2026-04-26 16:09:31 +08:00
2026-04-14 16:53:42 +08:00
2026-03-24 15:12:22 +08:00
2026-04-14 16:53:42 +08:00
2026-04-27 01:14:12 +08:00
2026-04-02 18:17:00 +08:00
2026-04-04 01:52:39 +08:00
2026-04-13 00:30:45 +08:00
2026-04-11 21:47:19 +08:00
2026-04-14 20:19:48 +08:00
2026-04-25 02:20:13 +08:00
2026-04-25 03:20:40 +08:00
2026-04-23 00:07:27 +08:00
2026-04-18 18:51:53 +00:00
2026-04-18 18:51:53 +00:00
2026-04-23 00:07:27 +08:00
2026-04-15 16:51:02 +08:00
2026-04-13 00:30:45 +08:00
2026-04-06 06:19:06 +00:00
2026-04-09 18:22:35 +08:00