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