pub fn doctor_workspace(
config_path: &Path,
database_path: &Path,
) -> Result<DoctorReport, ApplicationError>Expand description
Consolidates configuration, schema, integrity, and freshness diagnostics.
ยงErrors
Returns ApplicationError when required workspace or store observations cannot be loaded.