life-paths 0.3.0

Shared path resolution for Life Agent OS — project discovery, module dirs, credentials
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod credentials;
pub mod discovery;
pub mod env;
pub mod keychain;

pub use credentials::resolve_credential;
pub use discovery::{
    find_project_root, find_project_root_from, global_life_dir, is_initialized, life_dir,
    resolve_module_dir,
};
pub use env::load_env;