AGENTS.md@infrastructure/config · git:20260317.1cc241d · 2026-03-17 · sha256 be54632acc34a5c1
AGENTS.md@infrastructure/config git:20260317.1cc241dA
Immutable. This exact content is served forever at /api/v1/blob/be54632acc34a5c1.
## 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)
- [`docs/operational/config/configuration.md`](../../docs/operational/config/configuration.md)