find_repos
Locate local Git repositories by project name or path fragment, sorted by recent activity. Use this to resolve named projects before verifying an AI agent's work.
Instructions
Find git repositories on this computer (inside the allowed directories, or the home folder), most recently active first. Use it when the user names a project ('my shop app') instead of giving a path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | No | Case-insensitive part of the repo path, e.g. 'shop'. Empty lists all. |