diff --git a/REPORT.md b/REPORT.md index 2898401..bf54d7e 100644 --- a/REPORT.md +++ b/REPORT.md @@ -1,4 +1,4 @@ -# REPORT — raw-drive first-class support (agent v0.55.0 → v0.58.0) +# REPORT — raw-drive first-class support (agent v0.55.0 → v0.59.0) **Date:** 2026-07-01 · **Repo:** `felhom-agent` · **Class:** Risky/supervised (drive health/enroll path). @@ -13,6 +13,9 @@ felhom-agent `91f6a26` (v0.55.0, Impl-2a) → **v0.58.0**. Companion: controller ## 2. Changes (all `internal/localapi/disks.go` + wiring), newest first +- **v0.59.0** — the `/disks` registry row also reports `BackingDevice` (resolved to the real /dev node via + `ResolveStorageDevice`) + capacity (`statfsCapacity` — build-tagged `syscall.Statfs`) — the agent-view + showed "—" for the device and no size bar for a raw drive. Commits `5ff5f8e` + `39ec76d`. - **v0.58.0** — the `/disks` registry-union row (Impl-2a) now reports `GuestPath` (`StablePathForRaw`) + `BoundUnderParent` (`boundUnderParent`), like the Observe path — a registry-only drive read as "Leválasztva" despite being bound live. Commit `3825664`.