Suggest missing ticket links from code
suggest_linksSuggest missing links between Linear tickets by inferring coupling from code changes, using shared files, imports, and git co-change.
Instructions
Infer coupling between tickets from the code they touch (shared files, intra-repo imports, git co-change) and suggest links Linear doesn't record. Suggestions only — never asserted; never folded into keystone/critical_path. project_id accepts a name, slug, or UUID; repo_path is the absolute path to the project's local git checkout.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_path | Yes | Absolute path to the project's local git checkout | |
| project_id | Yes | Linear project name, URL slug, or UUID |