Commit graph

5 commits

Author SHA1 Message Date
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
994276f09f docs: consolidate and archive redundant documentation
- Archived 13 API design iterations to docs/api-design-archive/
- Consolidated augmentation docs to docs/augmentations-archive/
- Maintained ONE definitive API doc at docs/api/README.md
- Cleaned up documentation structure for 2.0 release
- Preserved all historical documents for reference
2025-08-25 10:15:38 -07:00
ef8f35ec2a FINAL: Correct API documentation after comprehensive audit
Key findings from audit:
- Code implementation is CORRECT (uses greaterThan, lessThan, etc.)
- Only documentation showed wrong MongoDB-style operators
- Neural API is complete and functional
- All features preserved, just better organized

This commit establishes the final, correct API documentation.
2025-08-25 09:55:19 -07:00
2c4b34e9fb ORGANIZE: Move documentation to proper directories
- Moved API design docs to docs/api-design/
- Moved planning docs to docs/planning/
- Root now only contains standard repo files (README, LICENSE, etc.)
- Keeps CLAUDE.md and PLAN.md uncommitted for privacy

Clean root directory for better project organization.
2025-08-25 09:53:41 -07:00
26c7d61185 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.
2025-08-25 09:52:32 -07:00