Skip to main content

current_project_path

Function current_project_path 

Source
pub fn current_project_path() -> Option<PathBuf>
Expand description

Get the current project path.

Returns the directory containing .savecontext/, which is the project root. This ensures all project-scoped data (memory, sessions) uses a consistent path regardless of which subdirectory the CLI is run from.