- Move run_flock_mode() to autonomous.rs (parallel execution mode belongs with autonomous code) - Move initialize_logging() to utils.rs (utility function with simple bool parameter) - lib.rs reduced from 274 to 216 lines No behavior changes. All 28 unit tests pass. Agent: fowler