AGENTS.md@infrastructure/config · git:20260505.68794ec · 2026-05-05 · sha256 d9bcc477ee7b025e
AGENTS.md@infrastructure/config git:20260505.68794ecA
Immutable. This exact content is served forever at /api/v1/blob/d9bcc477ee7b025e.
## 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)