agentic-tools-utils 0.1.0

Shared utilities for agentic-tools ecosystem: pagination, http, secrets, cli
Documentation
# CLAUDE.md - agentic-tools-utils

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

# Tests
cargo test -p agentic-tools-utils

# Build
cargo build -p agentic-tools-utils
```
<!-- END:xtask:autogen -->

## Notes

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