- Renamed augmentationFactory.ts to .deprecated (not compiled)
- This file used the old augmentation type system incompatible with 2.0
- Remaining work documented in REFACTOR-2.0-AUGMENTATIONS.md
Note: augmentationPipeline.ts still needs refactoring to use new system
- Removed factory function exports from index.ts
- Removed unused augmentationFactory imports
- Added deprecated type definitions temporarily to maintain compilation
- Created REFACTOR-2.0-AUGMENTATIONS.md documenting cleanup plan
- All old types marked as @deprecated for removal before final 2.0
This is an intermediate state - full refactor documented in REFACTOR-2.0-AUGMENTATIONS.md
- Added deprecated augmentation type exports for compatibility
- Added WebRTCConduitAugmentation stub (deprecated)
- Fixed createConduitAugmentation export
- Maintained backwards compatibility while using new unified system
Current state:
- Unified augmentation system to BrainyAugmentation interface
- Changed methods to specific noun/verb naming (addNoun, getNoun, etc)
- Made old methods private
- Combined getNouns into single unified method
- Neural API exists and is complete
- Triple Intelligence uses correct Brainy operators (not MongoDB)
Issues identified:
- Documentation incorrectly shows MongoDB operators (code is correct)
- Need to ensure all features are properly exposed
- Need to verify nothing was lost in simplification
This commit serves as a rollback point before applying fixes.