brainy/src
David Snelling d2afc747d4 refactor: clean augmentation system for 2.0 architecture
- Fixed ServerSearchActivationAugmentation to extend BaseAugmentation
- Fixed SynapseAugmentation to extend BaseAugmentation
- Cleaned up old type system (kept minimal exports for compilation)
- Created comprehensive augmentations reference doc (27 total)
  - 21 augmentations already using clean system (78%)
  - Fixed the 2 high-priority ones needing migration
- Added complete documentation for all working augmentations

Key stats:
- 8 Storage augmentations (all clean)
- 7 Performance augmentations (all clean)
- 3 Data Integrity augmentations (all clean)
- 2 Intelligence augmentations (all clean)
- 4 Communication augmentations (now all clean)
- 2 External Integration augmentations (now all clean)
2025-08-25 10:47:56 -07:00
..
augmentations refactor: clean augmentation system for 2.0 architecture 2025-08-25 10:47:56 -07:00
chat CHECKPOINT: Brainy 2.0 API refactor - pre-fixes state 2025-08-25 09:52:32 -07:00
cli CHECKPOINT: Brainy 2.0 API refactor - pre-fixes state 2025-08-25 09:52:32 -07:00
cortex CHECKPOINT: Brainy 2.0 API refactor - pre-fixes state 2025-08-25 09:52:32 -07:00
critical CHECKPOINT: Brainy 2.0 API refactor - pre-fixes state 2025-08-25 09:52:32 -07:00
distributed CHECKPOINT: Brainy 2.0 API refactor - pre-fixes state 2025-08-25 09:52:32 -07:00
embeddings CHECKPOINT: Brainy 2.0 API refactor - pre-fixes state 2025-08-25 09:52:32 -07:00
errors CHECKPOINT: Brainy 2.0 API refactor - pre-fixes state 2025-08-25 09:52:32 -07:00
examples CHECKPOINT: Brainy 2.0 API refactor - pre-fixes state 2025-08-25 09:52:32 -07:00
graph CHECKPOINT: Brainy 2.0 API refactor - pre-fixes state 2025-08-25 09:52:32 -07:00
hnsw CHECKPOINT: Brainy 2.0 API refactor - pre-fixes state 2025-08-25 09:52:32 -07:00
indices CHECKPOINT: Brainy 2.0 API refactor - pre-fixes state 2025-08-25 09:52:32 -07:00
mcp CHECKPOINT: Brainy 2.0 API refactor - pre-fixes state 2025-08-25 09:52:32 -07:00
neural fix: add backwards compatibility exports for augmentation system 2025-08-25 10:20:50 -07:00
patterns CHECKPOINT: Brainy 2.0 API refactor - pre-fixes state 2025-08-25 09:52:32 -07:00
scripts CHECKPOINT: Brainy 2.0 API refactor - pre-fixes state 2025-08-25 09:52:32 -07:00
shared CHECKPOINT: Brainy 2.0 API refactor - pre-fixes state 2025-08-25 09:52:32 -07:00
storage CHECKPOINT: Brainy 2.0 API refactor - pre-fixes state 2025-08-25 09:52:32 -07:00
triple CHECKPOINT: Brainy 2.0 API refactor - pre-fixes state 2025-08-25 09:52:32 -07:00
types refactor: clean augmentation system for 2.0 architecture 2025-08-25 10:47:56 -07:00
universal CHECKPOINT: Brainy 2.0 API refactor - pre-fixes state 2025-08-25 09:52:32 -07:00
utils CHECKPOINT: Brainy 2.0 API refactor - pre-fixes state 2025-08-25 09:52:32 -07:00
augmentationManager.ts CHECKPOINT: Brainy 2.0 API refactor - pre-fixes state 2025-08-25 09:52:32 -07:00
augmentationPipeline.ts CHECKPOINT: Brainy 2.0 API refactor - pre-fixes state 2025-08-25 09:52:32 -07:00
augmentationRegistry.ts CHECKPOINT: Brainy 2.0 API refactor - pre-fixes state 2025-08-25 09:52:32 -07:00
augmentationRegistryLoader.ts CHECKPOINT: Brainy 2.0 API refactor - pre-fixes state 2025-08-25 09:52:32 -07:00
brainyData.ts CHECKPOINT: Brainy 2.0 API refactor - pre-fixes state 2025-08-25 09:52:32 -07:00
browserFramework.minimal.ts CHECKPOINT: Brainy 2.0 API refactor - pre-fixes state 2025-08-25 09:52:32 -07:00
browserFramework.ts CHECKPOINT: Brainy 2.0 API refactor - pre-fixes state 2025-08-25 09:52:32 -07:00
coreTypes.ts CHECKPOINT: Brainy 2.0 API refactor - pre-fixes state 2025-08-25 09:52:32 -07:00
cortex.ts CHECKPOINT: Brainy 2.0 API refactor - pre-fixes state 2025-08-25 09:52:32 -07:00
demo.ts CHECKPOINT: Brainy 2.0 API refactor - pre-fixes state 2025-08-25 09:52:32 -07:00
index.ts refactor: prepare augmentation system for 2.0 clean architecture 2025-08-25 10:28:13 -07:00
pipeline.ts CHECKPOINT: Brainy 2.0 API refactor - pre-fixes state 2025-08-25 09:52:32 -07:00
setup.ts CHECKPOINT: Brainy 2.0 API refactor - pre-fixes state 2025-08-25 09:52:32 -07:00
unified.ts CHECKPOINT: Brainy 2.0 API refactor - pre-fixes state 2025-08-25 09:52:32 -07:00
worker.ts CHECKPOINT: Brainy 2.0 API refactor - pre-fixes state 2025-08-25 09:52:32 -07:00