@@ -37,15 +37,13 @@ pub mod suggest;
3737pub use procedure:: ProcedureStore ;
3838pub use replay:: { StepOutcome , replay_procedure} ;
3939
40- pub use capture:: {
41- CorrectionType , LearningSource , capture_correction, capture_failed_command, correct_learning,
42- list_all_entries, query_all_entries_semantic,
43- } ;
44- // Re-export for testing and external use
40+ // Re-export public API types and functions
4541#[ allow( unused_imports) ]
4642pub use capture:: {
47- CapturedLearning , ImportanceScore , LearningContext , LearningError , annotate_with_entities,
48- annotate_with_thesaurus, query_all_entries,
43+ CapturedLearning , CorrectionEvent , CorrectionType , ImportanceScore , LearningContext ,
44+ LearningEntry , LearningError , LearningSource , annotate_with_entities, annotate_with_thesaurus,
45+ capture_correction, capture_failed_command, correct_learning, list_all_entries,
46+ query_all_entries, query_all_entries_semantic,
4947} ;
5048// Re-export KG thesaurus building utilities for use by hook validation pipeline
5149pub ( crate ) use capture:: { build_kg_thesaurus_from_dir, find_kg_dir} ;
0 commit comments