swactor/src
Claude 93b1b1fa1e feat: move WatchRegistry from core to std extension
Merge Watch death-notification system into swactor-std, reducing core
surface. WatchRegistry now lives alongside MonitorRegistry in StdExtension,
with CtxWatching and RuntimeWatching extension traits for the public API.
Phase 5b removed from tick_once; notifications delivered via on_actor_death
in phase 7. Core shrinks from 2,636 to 2,440 lines (-196, -7.4%).

Authored by Claude, lovingly guided by Zachery Aaron Shores-Chmielewski
2026-02-13 21:45:44 +07:00
..
actor.rs feat: move WatchRegistry from core to std extension 2026-02-13 21:45:44 +07:00
channel.rs major feature update 2026-02-13 07:11:24 +00:00
config.rs major feature update 2026-02-13 07:11:24 +00:00
delivery.rs feat: move WatchRegistry from core to std extension 2026-02-13 21:45:44 +07:00
error.rs fix: stats datatypes and refactor channel signature (#28) 2026-02-10 07:35:58 +00:00
extension.rs major feature update 2026-02-13 07:11:24 +00:00
lib.rs feat: skeleton for in browser swactor engine (#35) 2026-02-13 13:27:34 +00:00
runtime.rs feat: move WatchRegistry from core to std extension 2026-02-13 21:45:44 +07:00
stats.rs feat: dashboard updates (#38) 2026-02-13 14:42:10 +00:00
transport.rs major feature update 2026-02-13 07:11:24 +00:00
worker.rs feat: move WatchRegistry from core to std extension 2026-02-13 21:45:44 +07:00