//! Shard-phase derivations โ plans derived per-entity from the manifest.
//!
//! A shard is the slice of work a single entity's generator executes. Every
//! shard-level plan is deterministically derived from the [`GroupManifest`]
//! and the shard's own `entity_code`; no cross-shard communication is
//! required. See spec ยง5 ("Shard phase").
//!
//! [`GroupManifest`]: crate::manifest::GroupManifest
pub use build_shard_context;
pub use ;
pub use ;
pub use build_entity_generator_config;
pub use ;