Move tests from `actor.rs` to separate test files for clarity: - `actor_tests.rs` - `supervisor_tests.rs` (when added) Inspired by PR #111 approach. Part of Phase 2 (Code Quality).