agentic_logging 0.2.0

Centralized JSONL logging infrastructure for agentic tools
Documentation
# CLAUDE.md - agentic_logging

<!-- BEGIN:xtask:autogen header -->
- Crate: agentic_logging
- Path: crates/infra/agentic-logging/
- Role: lib
- Family: infra
- 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 agentic_logging -- --check
cargo clippy -p agentic_logging --all-targets -- -D warnings

# Tests
cargo test -p agentic_logging

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

## Notes

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