docs(reviews/2026-07-03): fix P4 staleness — sweep status blocks + re-aim fuzz
All checks were successful
CI / fmt (pull_request) Successful in 1m52s
CI / clippy (pull_request) Successful in 2m36s
CI / test (1.85) (pull_request) Successful in 5m51s
CI / test (stable) (pull_request) Successful in 6m50s
CI / deny (pull_request) Successful in 2m2s

Adversarial review finding P4: README §Status block (and the mid-file
callout) still said 'Slice 1 is the active build target' directly beneath
a slice-3 quickstart. The same §Status block is verbatim in
docs/QUICKSTART.md + docs/DEVELOPMENT.md, so fixing one without the
others would re-corrupt agent context on next read — swept all three.

fuzz/README.md planned for the SIP/SDP parsers that ADR-0007 abolished.
Re-aimed at the actual post-0007 hostile-byte surfaces: tap protocol
frames (existing, slice-2), RTP at the str0m input, Opus payload at the
decoder boundary, and the provider media-fork framing (step 5, deferred).

Refs docs/reviews/2026-07-03-adversarial-review.md P4. DCO-signed.

Signed-off-by: Aaron D. Lee <himself@adlee.work>
This commit is contained in:
2026-07-03 15:08:30 -04:00
parent bc7e8f1acd
commit 528e2fb5e9
4 changed files with 57 additions and 31 deletions

View File

@@ -2,11 +2,12 @@
Get Rutster running and hear your own voice echoed back in under 5 minutes.
> **Status:** Slice 1 (WebRTC media loopback) is the active build target.
> If the workspace isn't on `main` yet, check the `slice-1-webrtc-loopback`
> branch — that's where the implementation is landing task-by-task.
> See [`docs/superpowers/specs/2026-06-28-slice-1-webrtc-loopback-design.md`](superpowers/specs/2026-06-28-slice-1-webrtc-loopback-design.md)
> for the full design.
> **Status:** Slices 13 are merged to `main`. Slice 4 (barge-in / VAD-driven playout
> kill) is the active build target, in flight on the `slice-4-dev-a-reflex` +
> `slice-4-dev-b-tap` branches. This quickstart exercises the slice-1 WebRTC media
> loopback, which remains the simplest end-to-end demo on `main`. See
> [`docs/superpowers/specs/2026-07-01-slice-4-barge-in-design.md`](superpowers/specs/2026-07-01-slice-4-barge-in-design.md)
> for the active build target's design.
---