Detect whether candidate looks like a pre-populated, fully-resolved
analysis run directory.
Returns true when the directory exists AND either contains a
manifest.json from a prior run or at least one of the canonical
analysis subdirectories in RESOLVED_ANALYSIS_SUBDIRS.
Parameters
candidate: string
Directory path to inspect.
Returns boolean
true when the directory is a resolved analysis run dir.
Detect whether
candidatelooks like a pre-populated, fully-resolved analysis run directory.Returns
truewhen the directory exists AND either contains amanifest.jsonfrom a prior run or at least one of the canonical analysis subdirectories in RESOLVED_ANALYSIS_SUBDIRS.