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 1m29s
CI / clippy (pull_request) Successful in 2m31s
CI / test (1.85) (pull_request) Successful in 4m16s
CI / test (stable) (pull_request) Successful in 4m19s
CI / deny (pull_request) Successful in 1m21s

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: Aaron D. Lee <himself@adlee.work>
This commit is contained in:
2026-07-02 17:50:54 -04:00
parent 0b054e76f4
commit d06e79cc50

View File

@@ -27,6 +27,8 @@
//! - [`pcm`] — `PcmFrame` + `AudioSource`/`AudioSink` traits (the tap //! - [`pcm`] — `PcmFrame` + `AudioSource`/`AudioSink` traits (the tap
//! seam) + `EchoAudioPipe` (slice-1 wiring). //! seam) + `EchoAudioPipe` (slice-1 wiring).
//! - [`opus_codec`] — `OpusDecoder`/`OpusEncoder` wrappers. //! - [`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. //! - [`loop_driver`] (Task 4) — the str0m poll loop on tokio.
//! - [`rtc_session`] (Task 4) — `RtcSession`, the per-peer owner. //! - [`rtc_session`] (Task 4) — `RtcSession`, the per-peer owner.