Skip to content

Add Linear issue title search - #88

Open
crypdick wants to merge 2 commits into
mainfrom
worktree/pynchy__thread_conversation-conv_jt1fCm9_5vnRHybh6hgEtca1
Open

Add Linear issue title search#88
crypdick wants to merge 2 commits into
mainfrom
worktree/pynchy__thread_conversation-conv_jt1fCm9_5vnRHybh6hgEtca1

Conversation

@crypdick

@crypdick crypdick commented Aug 6, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add linear_search_issues backed by Linear's supported title filter and expose it through the MCP tool contract.
  • Update the personalized Linear skill to use the supported discovery path and extend the Linear round-trip canary to verify and clean up title-search failures.
  • Cover client query construction, MCP validation/forwarding, and canary failure cleanup.

Checks

  • uv run pytest tests/test_linear_integration.py tests/test_linear_client_edges.py tests/test_linear_integration_linear_mcp_server_1.py tests/test_linear_mcp_edge_contracts.py tests/test_operational_canaries.py -q
  • uvx prek run --all-files

Resolves SYN-103

if priority is not None and (type(priority) is not int or not 0 <= priority <= 4):
raise LinearError(_LINEAR_PRIORITY_INVALID)
return cast(
"dict[str, Any]",

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should always parse at the boundary

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant