docs(media): add reflex module-map entry to lib.rs catalogue (slice-4 §3.1)
All checks were successful
CI / fmt (pull_request) Successful in 1m42s
CI / clippy (pull_request) Successful in 2m30s
CI / test (1.85) (pull_request) Successful in 5m48s
CI / test (stable) (pull_request) Successful in 6m9s
CI / deny (pull_request) Successful in 2m16s

Task 1 review flagged the new reflex module was missing from the
module-map //! catalogue. AGENTS.md learner-facing convention requires
the catalogue entry describing what the module does + why it exists.

Addresses the Minor finding from the Task 1 task review.

Signed-off-by: opencode controller <controller@local>
This commit is contained in:
opencode controller
2026-07-02 17:50:54 -04:00
parent 747c19efdd
commit 1a21452e49

View File

@@ -27,6 +27,8 @@
//! - [`pcm`] — `PcmFrame` + `AudioSource`/`AudioSink` traits (the tap
//! seam) + `EchoAudioPipe` (slice-1 wiring).
//! - [`opus_codec`] — `OpusDecoder`/`OpusEncoder` wrappers.
//! - [`reflex`] (slice-4) — `AdvisoryEvent` + `ReflexMetrics`; the FOB
//! barge-in reflex state machine will decorate `AudioPipe` here (Task 2).
//! - [`loop_driver`] (Task 4) — the str0m poll loop on tokio.
//! - [`rtc_session`] (Task 4) — `RtcSession`, the per-peer owner.