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