Config¶
sakshi.config
¶
Sakshi runtime configuration.
SakshiConfig holds the flags and thresholds that the framework
modules currently read from a host's settings layer. Hosts construct
one SakshiConfig per Sakshi runtime instance and pass it explicitly
to constructors. Sakshi never reads global configuration state.
This is a skeleton. Concrete fields land alongside the modules that consume them as later phases port each module behind the seam.