nodus 0.17.0

Local-first CLI for managing project-scoped agent packages.
Documentation
mod runtime;

#[cfg(test)]
pub use runtime::resolve_project_for_sync;
#[allow(unused_imports)]
pub use runtime::{
    DoctorActionRecord, DoctorFinding, DoctorFindingKind, DoctorMode, DoctorStatus, DoctorSummary,
    PackageSource, Resolution, ResolvedManagedPathOrigin, ResolvedPackage, doctor_in_dir_with_mode,
    resolve_project_from_existing_lockfile_in_dir, sync_in_dir_with_adapters,
    sync_in_dir_with_adapters_dry_run, sync_in_dir_with_adapters_dry_run_full,
    sync_in_dir_with_adapters_frozen, sync_in_dir_with_adapters_frozen_dry_run,
    sync_in_dir_with_adapters_frozen_dry_run_full, sync_in_dir_with_adapters_frozen_full,
    sync_in_dir_with_adapters_frozen_strict, sync_in_dir_with_adapters_frozen_strict_dry_run,
    sync_in_dir_with_adapters_frozen_strict_dry_run_full,
    sync_in_dir_with_adapters_frozen_strict_full, sync_in_dir_with_adapters_full,
    sync_in_dir_with_adapters_strict, sync_in_dir_with_adapters_strict_dry_run,
    sync_in_dir_with_adapters_strict_dry_run_full, sync_in_dir_with_adapters_strict_full,
};
pub(crate) use runtime::{sync_in_dir_with_loaded_root, sync_with_loaded_root_at_paths};