T1.5: Migrate emit/parse sites to v2 wire format

This commit is contained in:
Siavash Sameni
2026-05-11 12:36:45 +04:00
parent 9680b6ff34
commit c93d302656
120 changed files with 5953 additions and 2888 deletions

View File

@@ -1,6 +1,6 @@
# T1.1.1 — Add rustdoc on `MediaHeaderV2` fields
**Status:** Changes Requested
**Status:** Approved
**Agent:** Kimi Code CLI
**Started:** 2026-05-11T07:17Z
**Completed:** 2026-05-11T07:18Z
@@ -110,3 +110,7 @@ Addressed reviewer feedback:
- `cargo clippy -p wzp-proto --all-targets -- -D warnings -W missing_docs` → no `packet.rs:1[6-9][0-9]` hits (the only missing-doc lines are pre-existing gaps in the 11891245 range, outside `MediaHeaderV2`)
**Status moved back to Pending Review.**
### Reviewer notes (2026-05-11 — rework review)
Approved. Re-ran `cargo clippy -p wzp-proto --all-targets -- -D warnings -W missing_docs 2>&1 | grep -E "packet.rs:1[6-9][0-9]"` — zero hits in the `impl MediaHeaderV2` region. All 6 constants and 6 methods now carry `///` docs. Good rework — both Verify commands run this time. Closing T1.1.1.