# CLAUDE.md - linear-queries
- Crate: linear-queries
- Path: crates/linear/queries/
- Role: lib
- Family: linear
- Integrations: mcp=false, logging=false, napi=false
## Overview
Briefly describe the purpose of this crate and how to use it.
## Quick 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
```
## Notes
Add any human-authored notes below. Content outside autogen blocks is preserved by xtask sync.