Files
wz-phone/docs/PRD/reports
Siavash Sameni cc5aef2534 T4.5: I-frame FEC ratio boost — keyframe-aware repair ratio in RaptorQFecEncoder
- Add add_source_symbol_with_keyframe() default method to FecEncoder trait
- RaptorQFecEncoder tracks has_keyframe per block, uses keyframe_ratio
  when generating repair symbols for keyframe blocks
- AdaptiveFec gains keyframe_repair_ratio (default 0.5) and wires it
  through build_encoder()
- 3 new tests: keyframe boost, non-keyframe nominal ratio, finalize clears flag
- Update status board T4.5 -> Pending Review
2026-05-12 10:36:18 +04:00
..

Task Reports

One report per completed task. Filename pattern: T<id>-report.md (e.g. T1.1-report.md).

The template lives in ../TASKS.md under "Report template". Do not deviate from it — the reviewer reads these in bulk and consistency matters.

If a task is reworked after Changes Requested, append a new section to the existing report rather than creating a new file:

## Rework — <UTC timestamp>

**Triggered by:** reviewer feedback "<short quote>"
**Commit:** <new git sha>

### What changed in this round

- ...

### Re-verification output

$ cargo test ...

Then move the task back to Pending Review in the status board.