Reconcile meeting notes against the graph
reconcile_notesCross-check extracted meeting note items (blockers, ticket references, feature/bug mentions) against the Linear dependency graph to identify unrecorded blockers, status mismatches, or overlaps with existing tickets.
Instructions
Given structured items extracted from meeting notes (blockers, ticket refs, feature/bug mentions — extraction is the client's job), reconcile them against the Linear dependency graph: unrecorded blockers, ref status, overlap with existing tickets. Suggestions only — pinch never writes; use the Linear MCP to act. project_id accepts a name/slug/UUID; repo_path (optional) enables code-area grounding for mentions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | Client-extracted items from the notes | |
| repo_path | No | Optional absolute path to the project's local git checkout | |
| project_id | Yes | Linear project name, URL slug, or UUID |