Fleet
Cross-hypervisor fleet VM inventory report for swamp.
A workflow-scoped report that joins the per-hypervisor inventory steps of a fleet workflow into one view: it reads each step's guest resources by spec name — node (Omni/Talos via @mccormick/omni), guest (Proxmox QEMU via @stateless/proxmox), vm_spec (a richer Proxmox row, with vcpus/memory, from @mccormick/proxmox-migrate), and vm (TrueNAS via @mccormick/truenas) — normalizes them onto flat rows sharing the name/state/vcpus/memoryMib contract, dedupes rows describing the same guest (keeping the richest), and renders a markdown table plus JSON totals per hypervisor.
The report keys on resource spec names, not model instance names, so any workflow wiring the three providers can require it. Steps that failed, or that produced only summary/cluster/exec resources, contribute nothing.
Cross-hypervisor VM inventory: joins Omni (Talos), Proxmox, and TrueNAS
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types (deprecated)1/1earned
- Dependencies pass trust audit2/2earned
- Has description1/1earned
- Platform support declared (or universal)2/2earned
- License declared1/1earned
- Verified public repository2/2earned