forge-pilot 0.1.0

Closed-loop orchestrator over runtime advisories, kernel oracles, and canonical Forge export/import lanes
Documentation
1
2
3
4
5
6
pub(crate) fn compute_manifest_delta(
    previous: Option<&crate::bootstrap::types::BootstrapManifestSnapshot>,
    current: &crate::bootstrap::types::BootstrapManifestSnapshot,
) -> crate::bootstrap::types::BootstrapManifestDelta {
    crate::bootstrap::manifest::compute_manifest_delta(previous, current)
}