swactor/CLAUDE
Developer 8782638193 feat: actor monitoring with Down message notifications (Cycle 13)
Add MonitorRegistry for death watch subscriptions. Actors subscribe via
ctx.monitor(target) and receive a Down { addr, reason } message when the
target dies (stop or panic). Supports stacking, demonitor, and automatic
cleanup of dead watcher subscriptions.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-12 13:16:38 +00:00
..
notes feat: actor monitoring with Down message notifications (Cycle 13) 2026-02-12 13:16:38 +00:00
TASK.md feat: lifecycle hooks (on_start/on_stop) and graceful actor stop 2026-02-12 12:27:08 +00:00