Files
rutster/crates
Aaron D. Lee 3843b9d0ac
All checks were successful
CI / fmt (pull_request) Successful in 1m38s
CI / clippy (pull_request) Successful in 2m26s
CI / test (1.85) (pull_request) Successful in 4m4s
CI / test (stable) (pull_request) Successful in 4m37s
CI / deny (pull_request) Successful in 1m26s
feat(brain-realtime): MockRealtimeBrain advisory schedule (slice-4 §4.5)
The mock can now emit speech_started/speech_stopped on a programmable
schedule keyed by input_audio_buffer.append count. Used by the slice-4
secondary-path e2e to exercise the brain advisory → reflex path. The
schedule is shared via an Arc<Mutex<_>> so set_advisory_schedule right
after start() is picked up by accepted connections.

Signed-off-by: Aaron D. Lee <himself@adlee.work>
2026-07-03 09:47:42 -04:00
..