Runtime Facts (Signals / Zastava)

How runtime reachability observations are ingested, stamped, stored, and folded into reachability scoring.

Audience: Engineers integrating runtime collectors (Signals / Zastava) with the reachability pipeline, and reviewers tracing how runtime evidence affects scores and replay.

Runtime facts are observations that a symbol was actually exercised at runtime (a call hit, a loaded module, an open socket). Stella Ops ingests them through the Signals API, aggregates them per symbol, and feeds them into reachability scoring. Runtime confirmation raises the confidence attached to an existing path/verdict; it does not replace the static path-proof bucket or lower its risk weight. See the ReachGraph architecture for how runtime facts join static and framework graphs, and Deterministic Replay for how runtime traces are sealed for byte-for-byte reproduction.

Payload shapes

Provenance/metadata

Validation

Storage and cache

Interaction with scoring

Replay alignment

Determinism rules

See also