Full system verification report.
Live diagnostic of all SubZero entities, components, routing rules, privacy constraints, UT compliance, and governance constraints.
Entity status (live check)
Component status (static verification)
Dual execution paths & helper functions
infer()mesh_ok (default)dispatchInfer()mesh_ok (dispatch chain)analyzeTelemetry()mesh_okgenerateOptimizationPlan()mesh_ok + dispatch chainupdateLearningState()local_onlyevaluatePolicy()local_onlyRouting logic validation
local_onlyGovernance metadata, learning state, policy evaluation, optimization memory
mesh_okTelemetry analysis, optimization planning, pattern detection, node advisory
cloud_okFallback only β heaviest workloads when mesh unavailable
Privacy constraint validation
Privacy tiers are structural in meshInference β SubZero passes privacy_policy per call, never overrides
updateLearningState() and evaluatePolicy() hardcode local_only β governance data never dispatched
SubzeroLearningState.privacy_tier defaults to local_only, enforced by hook
evaluatePolicy() calls infer() with privacy_policy: local_only
Unifying Theory compliance map (11/11)
local_presenceSubZero maintains local learning state on-device
internal_consistencyAll optimization plans reference the same telemetry corpus
compliance_inheritancePolicies inherit DOSFI privacy tier constraints
transport_verificationDispatch chain uses verified node transport (pollNodeTask β reportTaskResult)
auto_unificationLearning loop unifies telemetry β patterns β plans β actions
privacy_by_designlocal_only for governance, mesh_ok for analysis β structural, not a checkbox
distributed_intelligencePattern detection runs across mesh nodes via dispatch chain
sovereign_identityAgent identity is mesh-native, governed by DOSFI tiers
open_surface_closed_coreOptimization engine is closed-core; surface APIs are open
economic_flowVital flow tracked in MeshTelemetry; economic parameters in MeshPolicy
observability_fabricAll cycles logged with route, latency, and reasoning fields
Governance constraint validation
local_only operations never trigger mesh dispatch
Plans must pass evaluatePolicy() before execution
Every MeshOptimizationPlan includes a reasoning field
All 11 Unifying Theory components mapped and active
cost_ceiling_usd and savings_target_pct enforced per policy
max_dispatch_weight and min_node_reputation prevent bias
