pub async fn load_context( config: &ContextConfig, base_path: &Path, ) -> Result<LoadedContext, NikaError>
Load context files at workflow start
config
base_path
Loaded context with all files resolved
Returns NikaError if:
NikaError