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