// Principal-controlled lifecycle for task-owned Git artifacts.
// Exports acceptance commands and the sole authorized deletion gate.
modacceptance;moddeletion_gate;moddurability;pub(crate)useacceptance::{accept, reject};pub(crate)usedeletion_gate::delete_accepted_worktree;