staleness-information-survives-binary-truth-model

IN derived (depth 1)

Despite the TMS using binary IN/OUT truth values with no distinct STALE state, staleness information is preserved end-to-end: stale beliefs are mapped to OUT on import with stale_reason metadata, and the compact output surfaces this metadata for OUT nodes — so downstream consumers can distinguish intentional retractions from staleness-driven ones.

Summary

Even though the system only tracks beliefs as either active or inactive with no special "stale" category, staleness information still makes it through the whole pipeline without being lost. When stale items come in they get marked inactive with a note explaining why, and when results go out that note is included, so anything reading the output can tell the difference between something that was deliberately removed and something that just went stale.

Justifications

SL — Metadata carries staleness semantics that the binary truth model cannot express, from import through output

Antecedents (all must be IN):

Dependents

These beliefs depend on this one:

Details