pub fn decisions_for_path(
directory: &str,
path: &str,
recursive: bool,
) -> ScopeLookupResultExpand description
decided.services.scope.decisions_for_path(directory, path, recursive) — the
CLI face of the scope lookup. Byte-identical to the derived-cache path
(governing_decisions) for the same corpus and path; recursive threads
the CLI’s --top-level through the corpus walk (the MCP find_decisions
path mode always walks recursively).