wifi-densepose/v2
lockewerks c271d478c0 test(rvf): add JSONL container round-trip and error tests
Covers the new sniff + JSONL adapter end-to-end:

  - from_bytes_dispatches_to_jsonl_on_brace: feeds an in-memory copy
    of the exact bytes shipped at ruvnet/wifi-densepose-pretrained
    (model.rvf.jsonl, v1.0.0) through the public API and asserts the
    synthesised manifest exposes the real model id and version.
  - jsonl_sniff_tolerates_leading_whitespace: padding with \n \t still
    dispatches to JSONL.
  - jsonl_quantization_becomes_quant_segment: the quantization line
    surfaces verbatim through quant_info().
  - jsonl_preserves_other_lines_in_metadata: encoder, lora, ewc, and
    metadata lines all round-trip through metadata()["lines"].
  - jsonl_no_weights_segment_present: weights() returns None - the
    JSONL bundle does not carry f32 weights, by design.
  - jsonl_progressive_loader_layer_a_works: covers the integration
    point that previously broke - ProgressiveLoader::new + load_layer_a
    now reports the real model name on JSONL input.
  - jsonl_invalid_json_line_is_explicit / jsonl_missing_type_field /
    jsonl_blank_lines_only: every error path produces a "JSONL RVF"
    prefix and identifies the offending line, so failures surface to
    operators instead of degrading to null output.
  - jsonl_minimal_metadata_only: a single-line bundle still parses.
  - binary_error_mentions_jsonl_hint: corrupt binary input now points
    at the JSONL format in its error text.
2026-05-25 16:54:52 -06:00
..
.cargo fix(security): audit — fix RUSTSEC vulns, clippy warnings, dead code (#769) 2026-05-23 05:36:13 -04:00
.claude-flow chore(repo): rename rust-port/wifi-densepose-rs → v2/ (flatten to one level) (#427) 2026-04-25 21:28:13 -04:00
crates test(rvf): add JSONL container round-trip and error tests 2026-05-25 16:54:52 -06:00
data chore(repo): rename rust-port/wifi-densepose-rs → v2/ (flatten to one level) (#427) 2026-04-25 21:28:13 -04:00
docs chore(repo): rename rust-port/wifi-densepose-rs → v2/ (flatten to one level) (#427) 2026-04-25 21:28:13 -04:00
examples chore(repo): rename rust-port/wifi-densepose-rs → v2/ (flatten to one level) (#427) 2026-04-25 21:28:13 -04:00
patches/ruvector-crv chore(repo): rename rust-port/wifi-densepose-rs → v2/ (flatten to one level) (#427) 2026-04-25 21:28:13 -04:00
Cargo.lock ADR-125 APPLE-FABRIC: RuView <-> Apple Home native HAP bridge (e2e on real C6) (#797) 2026-05-25 17:36:40 -04:00
Cargo.toml feat(adr-118/p1): scaffold wifi-densepose-bfld crate + frame header (3/3 tests GREEN) 2026-05-24 13:34:05 -04:00
rust-toolchain.toml v2: pin Rust 1.89 and fix sensing-server UI path when run from v2 (#523) 2026-05-17 18:00:36 -04:00
ruvector.db ADR-125 APPLE-FABRIC: RuView <-> Apple Home native HAP bridge (e2e on real C6) (#797) 2026-05-25 17:36:40 -04:00