Predict a ticket's code scope (cold-start)
suggest_scopeForecast which tickets will affect which code areas and identify coupled tickets by matching ticket text to a keyword index of the repository, aiding planning with suggestions.
Instructions
For tickets with no code yet, predict which code areas each will likely touch and which tickets likely couple — by matching ticket text against a keyword index of the repo. Planning aid: suggestions only, never asserted, never used in 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 |