repo_clusters
Map a repository into ownership clusters using path proximity, graph edges, and git co-touch to identify subsystems and representative files.
Instructions
Map the repo into ownership clusters from path proximity, graph edges, and git co-touch — a cheap overview of subsystems and their representative files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| include | No | What to include: `memories` (on by default), `generated` (off). Omit to keep defaults. | |
| worktree | No | Absolute path of the checkout to scope reads to — pass a linked worktree to read its branch overlay. Defaults to the server's working directory. A path that is not a linked worktree of this repo is silently ignored: results then come from the indexed checkout, with no error. | |
| min_cluster_size | No |