# CLAUDE.md - linear-tools
- Crate: linear-tools
- Path: crates/linear/tools/
- Role: tool-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-tools -- --check
cargo clippy -p linear-tools --all-targets -- -D warnings
# Tests
cargo test -p linear-tools
# Build
cargo build -p linear-tools
```
## Notes
Add any human-authored notes below. Content outside autogen blocks is preserved by xtask sync.