linear-queries 0.3.0

Cynic queries and input types for Linear
Documentation
# CLAUDE.md - linear-queries

<!-- BEGIN:xtask:autogen header -->
- Crate: linear-queries
- Path: crates/linear/queries/
- Role: lib
- Family: linear
- Integrations: mcp=false, logging=false, napi=false
<!-- END:xtask:autogen -->

## Overview

Briefly describe the purpose of this crate and how to use it.

## Quick Commands

<!-- BEGIN:xtask:autogen commands -->
```bash
# Lint & Clippy
cargo fmt -p linear-queries -- --check
cargo clippy -p linear-queries --all-targets -- -D warnings

# Tests
cargo test -p linear-queries

# Build
cargo build -p linear-queries
```
<!-- END:xtask:autogen -->

## Notes

Add any human-authored notes below. Content outside autogen blocks is preserved by xtask sync.