AGENTS.md@infrastructure/core/config · git:20260403.152cab1 · 2026-04-03 · sha256 5e8e5982c401cc56

AGENTS.md@infrastructure/core/config git:20260403.152cab1A

Immutable. This exact content is served forever at /api/v1/blob/5e8e5982c401cc56.

# 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)