Return project-controlled paths for an explicit repository root.
project_paths(
root: Path,
) -> ProjectPaths| Name | Type | Description |
|---|---|---|
root* | Path |
Note:
_normalize_absolute raises ValueError for a relative root. That is
a caller bug rather than a DEEPAGENTS_HOME misconfiguration, so it is
deliberately not a DeepAgentsHomeError.
Absolute project root.