git:20260317.1cc241d to git:20260505.68794ec

1 added, 1 removed. Audit A to A.

## infrastructure/config/ — Repository Configuration
### Scope
Configuration files used by infrastructure components (repo-scoped defaults).
### Contents
| Path | Purpose |
| --- | --- |
| `.env.template` | Example environment variables (non-secret) |
| `secure_config.yaml` | Default secure/steganography configuration |
### Notes
- Project-level overrides typically live in `projects/{name}/manuscript/config.yaml`.
- Secrets should not be committed; use environment variables or secure stores.
### See also
- - [`infrastructure/core/config_loader.py`](../core/config_loader.py)
+ - [`infrastructure/core/config/loader.py`](../core/config/loader.py)
- [`docs/operational/config/configuration.md`](../../docs/operational/config/configuration.md)