pub fn infer_context_from_cwd(cwd: &Path) -> CoreResult<HarnessContextInference>Expand description
Infer the current Ito target for a harness session.
This is a best-effort, deterministic inference based on local signals:
- Current working directory path segments.
- Current git branch name (if
gitis available).