nodus 0.6.0

Local-first CLI for managing project-scoped agent packages.
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod runtime;

#[cfg(test)]
pub use runtime::resolve_project_for_sync;
pub use runtime::{
    PackageSource, Resolution, ResolvedPackage, doctor_in_dir,
    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,
};
pub(crate) use runtime::{sync_in_dir_with_loaded_root, sync_with_loaded_root_at_paths};