# infrastructure/core/config/ - Configuration Helper Documentation

## Purpose

The `infrastructure/core/config/` package holds configuration loading, formatting, query helpers, schema definitions, and the config CLI.

## Files

- `loader.py` - config loading and environment merging
- `formatting.py` - author and metadata formatting
- `queries.py` - config queries
- `schema.py` - config models and validation schema
- `cli.py` - config CLI entry point

## See Also

- [`README.md`](README.md)
- [`../AGENTS.md`](../AGENTS.md)
