linear-schema 0.1.1

Cached Linear GraphQL schema for cynic
Documentation
# CLAUDE.md - linear-schema

<!-- BEGIN:xtask:autogen header -->
- Crate: linear-schema
- Path: crates/linear/schema/
- 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-schema -- --check
cargo clippy -p linear-schema --all-targets -- -D warnings

# Tests
cargo test -p linear-schema

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

## Notes

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