nebu-ctx 0.5.9

Lean-ctx runtime adapted for the NebuCtx Cloud-backed product.
Documentation
1
2
3
4
pub fn handle(action: &str, path: Option<&str>) -> String {
    let _ = (action, path);
    crate::cli::cloud_analytics_only_message("ctx_heatmap")
}