docs: add ADR number references to module doc comments

New Phase 1 modules should follow the existing pattern of referencing
ADR numbers in module-level doc comments for discoverability, matching
the style in transport/mod.rs.
This commit is contained in:
2026-06-08 05:35:08 +00:00
parent 619a6dcc77
commit 64c54b965e
8 changed files with 33 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
//! Runtime-reloadable dynamic configuration (auth policy, forwarding policy, rate limits).
//!
//! See [ADR-030](docs/architecture/decisions/030-dynamic-config.md).
use std::collections::HashMap;
use std::sync::Arc;