feat: sync with hardware ingest contract v2.10
- PCIeDevice: add model, firmware, present, iommu_group, telemetry fields
(temperature_c, power_w, ecc_corrected_total, ecc_uncorrected_total,
hw_slowdown) — were silently dropped on JSON parse, breaking bee audit display
- buildDevicesFromLegacy: use pcie.Model as fallback (PartNumber > Model >
Description), copy MACAddresses/Present/Firmware, propagate telemetry into
Details so convertPCIeFromDevices picks them up
- Storage: add logical_block_size_bytes, physical_block_size_bytes,
metadata_bytes_per_block (contract v2.10, 2026-04-29) to models, exporter
struct and converter pipeline
- ReanimatorHardware: add platform_config map[string]any (contract v2.9)
- Update internal/chart submodule to v2.0 (contract 2.10 viewer support:
event_logs section, platform_config section, storage block size columns)
- Update bible submodule
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>