1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
//! Context Control Kernel — unified orchestration over all context stores.
pub mod a2a_fixes;
pub mod accounting_fix;
pub mod activation;
pub mod activation_e2e;
pub mod adaptive_bridge;
pub mod adaptive_hook;
pub mod airgap_e2e;
pub mod attribution;
pub mod bench;
pub mod bounded;
pub mod bridge;
pub mod bridge_e2e;
pub mod capsule_wire;
pub mod client_e2e;
pub mod client_profile;
pub mod client_wiring;
pub mod config_bridge;
pub mod conformance;
pub mod context_broker;
pub mod context_dedup;
pub mod coverage_class;
pub mod ctx_read_dedup;
pub mod dashboard_report;
pub mod dedup_wiring;
pub mod degradation;
pub mod enforce;
pub mod envelope_bridge;
pub mod envelope_e2e;
pub mod envelope_wiring;
pub mod etpao;
pub mod etpao_live;
pub mod evidence_hook;
pub mod evidence_wiring;
pub mod feedback;
pub mod feedback_e2e;
pub mod health;
pub mod health_api;
pub mod hotpath_wiring;
pub mod identity;
pub mod identity_resolver;
pub mod integration_e2e;
pub mod invalidation;
pub mod kernel_config;
pub mod knowledge_health;
pub mod learning;
pub mod list_tools_opt;
pub mod live_dashboard;
pub mod mcp_bridge;
pub mod mcp_coverage;
pub mod mcp_e2e;
pub mod mcp_receipt;
pub mod mcp_schema_opt;
pub mod multi_agent_e2e;
pub mod orchestrator;
pub mod outcome_signal;
pub mod perf_benchmark;
pub mod policy;
pub mod policy_engine;
pub mod production_e2e;
pub mod provider_display;
pub mod provider_metrics_e2e;
pub mod provider_parity;
pub mod provider_traces;
pub mod providers;
pub mod proxy_bridge;
pub mod quality_e2e;
pub mod receipt_chain;
pub mod recovery;
pub mod response_evidence;
pub mod result_fusion;
pub mod schema_wiring;
pub mod shadow;
pub mod smoke_test;
pub mod startup;
pub mod stream_controller;
pub mod token_envelope;
pub mod tool_surface;
pub mod types;
pub mod usage_normalizer;
pub mod wiring_e2e;