swactor/CLAUDE
Developer 4d18874909 feat: actor groups with pub-sub broadcast (Cycle 14)
Add GroupRegistry for named actor groups. Actors join/leave groups via
rt.join_group() / ctx.join_group(), and messages can be broadcast to all
members via rt.publish_to() / ctx.publish(). Groups auto-create on first
join, auto-delete when empty, and members are auto-removed on death.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-12 13:22:35 +00:00
..
notes feat: actor groups with pub-sub broadcast (Cycle 14) 2026-02-12 13:22:35 +00:00
TASK.md feat: lifecycle hooks (on_start/on_stop) and graceful actor stop 2026-02-12 12:27:08 +00:00