repo_brief
Orient to an unfamiliar codebase by ranking files by coupling, churn, or module size to identify key areas and suggested next files to examine.
Instructions
Orientation for an unfamiliar repo: ranked files by mode — spine (central coupling), churn, god_modules, or refactor_candidates — with size/coupling/churn/memory signals and suggested next tools. Start here when you don't know the codebase.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | spine | |
| 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. |