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 so that “observed at runtime” can raise a finding’s reachability bucket above what static analysis alone proves. 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