wifi-densepose/v2/crates/cog-person-count/src
ruv 6b5fd3cf25 fix(cog-person-count): emit real signed manifest from CLI (ADR-159 A4)
cmd_manifest emitted a null skeleton (binary_sha256: null) while the
real signed manifest existed on disk at
cog/artifacts/manifests/<arch>/manifest.json.

- New manifest module include_str!-embeds the real signed manifests
  (x86_64 + arm), selected by build target arch.
- cmd_manifest parses-then-emits the embedded signed manifest, mirroring
  cog-pose-estimation manifest_roundtrips. CLI now reports the real
  binary_sha256, weights_sha256, Ed25519 signature, and honest
  build_metadata (training_class1_accuracy = 0.343).

Failing-on-old test:
manifest::tests::embedded_manifest_has_non_null_binary_sha256 (+
embedded_manifest_is_signed, embedded_manifest_id_matches_cog).
Verified end-to-end: cog-person-count manifest -> non-null sha256.

Co-Authored-By: claude-flow <ruv@ruv.net>
2026-06-11 23:10:01 -04:00
..
fusion.rs fix(security): audit — fix RUSTSEC vulns, clippy warnings, dead code (#769) 2026-05-23 05:36:13 -04:00
inference.rs fix(cog-person-count): flag untrained-class counts low_confidence (ADR-159 A2) 2026-06-11 23:10:01 -04:00
lib.rs fix(cog-person-count): emit real signed manifest from CLI (ADR-159 A4) 2026-06-11 23:10:01 -04:00
main.rs fix(cog-person-count): emit real signed manifest from CLI (ADR-159 A4) 2026-06-11 23:10:01 -04:00
manifest.rs fix(cog-person-count): emit real signed manifest from CLI (ADR-159 A4) 2026-06-11 23:10:01 -04:00
publisher.rs fix(cog-person-count): flag untrained-class counts low_confidence (ADR-159 A2) 2026-06-11 23:10:01 -04:00
runtime.rs fix(security): audit — fix RUSTSEC vulns, clippy warnings, dead code (#769) 2026-05-23 05:36:13 -04:00