//! Collaboration modes: parallel multi-agent coordination.
//!
//! Tiered: None < Fork < Hive < Flock
//!
//! When `collaboration.mode` is set to fork/hive/flock, the coordinator splits
//! tasks across multiple independent agent loops that share knowledge via
//! `SharedKnowledge` and merge results with conflict detection.