pub fn status_workspace(
config_path: &Path,
database_path: &Path,
) -> Result<WorkspaceStatus, ApplicationError>Expand description
Evaluates current repository state against the published snapshot.
ยงErrors
Returns ApplicationError for invalid manifests, path-policy failures, missing snapshots,
or storage failures.