// Gateway module for context - follows the Train Station Pattern
// All external access must go through this gateway
// Private submodules - not directly accessible from outside
modcontext;modfile_collector;modtoken_counter;// Public re-exports - the ONLY way to access context functionality
pubusecontext::{Context, ContextConfig};