docs: a comment claimed the hub reads a field it has no field for (R-260)
gates / gates (push) Successful in 26s
gates / gates (push) Successful in 26s
Comment-only; no behaviour, no wire change, no version bump, nothing to rebuild. HostReport.SelfUpdatePending / SelfUpdatePendingVersion carried "The hub reads an absent field as pending=false, the correct default." The hub has NO FIELD for either, so it reads nothing — present or absent — and encoding/json discards them on arrival. The sentence described an intent rather than the code and read as settled long enough that a class sweep had to find it. The emission is correct and stays: the agent reports the truth and the fault is entirely in the receiving. The missing consumer is R-264 (OPEN). felhom.eu/scripts/wire_contract_gate.py now refuses any NEW field of this shape and records the existing ones as reasoned allowlist entries.
This commit is contained in:
@@ -1,3 +1,17 @@
|
||||
## (no version bump) — a comment that claimed the hub reads a field it has no field for (2026-08-08, R-260)
|
||||
|
||||
Comment-only; no behaviour, no wire change, nothing to rebuild.
|
||||
|
||||
`HostReport.SelfUpdatePending` / `SelfUpdatePendingVersion` carried the sentence *"The hub reads an
|
||||
absent field as pending=false, the correct default."* **The hub has no field for either**, so it reads
|
||||
nothing — present or absent — and `encoding/json` discards them on arrival. The sentence described an
|
||||
intent rather than the code and read as settled for long enough that a class sweep had to find it.
|
||||
|
||||
The emission is correct and stays: the agent reports the truth, and the fault is entirely in the
|
||||
receiving. The missing consumer is tracked as **R-264** (OPEN), and
|
||||
`felhom.eu/scripts/wire_contract_gate.py` now refuses any NEW field of this shape while recording the
|
||||
existing ones as explicit, reasoned allowlist entries rather than silence.
|
||||
|
||||
## v0.127.0 — a mount Felhom itself made is not "something else" (2026-08-06, R-220)
|
||||
|
||||
**After a rebuild the customer's own drives could not be re-attached, and the refusal named an action
|
||||
|
||||
Reference in New Issue
Block a user