CHECKPOINT: Brainy 2.0 API refactor - pre-fixes state

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.
This commit is contained in:
David Snelling 2025-08-25 09:52:32 -07:00
commit 26c7d61185
279 changed files with 177945 additions and 0 deletions

4
test-import-data.csv Normal file
View file

@ -0,0 +1,4 @@
name,type,description
"JavaScript",language,"Dynamic programming language"
"TypeScript",language,"Typed superset of JavaScript"
"React",framework,"UI library for JavaScript"
1 name type description
2 JavaScript language Dynamic programming language
3 TypeScript language Typed superset of JavaScript
4 React framework UI library for JavaScript