api_claude 0.4.0

Claude API for accessing Anthropic's large language models (LLMs).
Documentation
# docs

## Purpose

This directory contains supplementary documentation for the Claude API client. Files here provide deep-dive technical documentation, analysis reports, and reference materials that extend beyond the primary readme.

## Organization Principles

- Documentation files use descriptive, lowercase snake_case names
- Technical deep-dives separated from main readme
- Analysis reports and frameworks kept as reference materials
- Policy and security documentation centralized here

## Navigation Guide

**Secret Management:**
- For secret loading details: see `secret_loading.md`

**Policy & Analysis:**
- Policy enforcement: see `ecosystem-policy-enforcement.md`
- Performance analysis: see `performance-analysis-framework.md`
- Security audits: see `security-audit-report.md`

**Development Resources:**
- Mock detection: see `runtime-mock-detection.md`, `static-analysis-mock-detector.md`
- CI/CD recommendations: see `cicd-enforcement-recommendations.md`
- Policy metrics: see `policy-effectiveness-metrics.md`

**Strategic Analysis:**
- Credit handling: see `credit-exhaustion-handling-ultrathink.md`
- Deep synthesis: see `ultra-deep-synthesis.md`

For primary API documentation, usage examples, and getting started guides, see the main `../readme.md` in the project root.