Repository Targeting
Reflow resolves targets in this order:
- Explicit
--repository-urlor--repository/--repo/-C. [tool.reflow.repository].urlor.pathfrom configuration.- The current working directory.
path and url are mutually exclusive. If both are configured, Reflow reports the conflicting keys and explains how to keep only the intended target.
Local paths operate on an existing checkout. URLs use a temporary clone. A URL alone does not authorize remote mutation: only commands whose documented scope is remote change the provider repository.