nodus 0.15.0

Local-first CLI for managing project-scoped agent packages.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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, 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_frozen,
    sync_in_dir_with_adapters_frozen_dry_run, sync_in_dir_with_adapters_frozen_strict,
    sync_in_dir_with_adapters_frozen_strict_dry_run, sync_in_dir_with_adapters_strict,
    sync_in_dir_with_adapters_strict_dry_run,
};
pub(crate) use runtime::{sync_in_dir_with_loaded_root, sync_with_loaded_root_at_paths};