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